--- title: Currency - Storefront API description: A currency. api_version: 2025-10 api_name: storefront type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/latest/objects/Currency' md: 'https://shopify.dev/docs/api/storefront/latest/objects/Currency.md' --- # Currency object A currency. ## Fields * iso​Code [Currency​Code!](https://shopify.dev/docs/api/storefront/latest/enums/CurrencyCode) non-null The ISO code of the currency. * name [String!](https://shopify.dev/docs/api/storefront/latest/scalars/String) non-null The name of the currency. * symbol [String!](https://shopify.dev/docs/api/storefront/latest/scalars/String) non-null The symbol of the currency. *** ## Map ### Fields with this object * {}[Country.currency](https://shopify.dev/docs/api/storefront/latest/objects/Country#field-Country.fields.currency)