## Currency The `currency` object describes a currency, including its name, symbol, and ISO code. ```liquid {%- comment -%} Show currency information {%- endcomment -%}

{{ currency.name }} ({{ currency.symbol }} / {{ currency.iso_code }})

``` ## id Unique id for this currency. ## name Currency name ## symbol Currency symbol, like € or $ ## iso_code Returns currency [ISO](https://fi.wikipedia.org/wiki/ISO_4217) code.