# 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 }}