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

Currency: {{ currency.name }} ({{ currency.symbol }})
ISO Code: {{ currency.iso_code }}

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