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