---
title: Currency - Storefront API
description: A currency.
api_version: 2026-04
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)