---
title: "Get all currency codes"
method: GET
path: "/settings/currencies/2026-03/codes"
tags: ["Basic"]
---

# Get all currency codes

`GET /settings/currencies/2026-03/codes`

Retrieve a list of all available currency codes and their names.

## Response `200`

successful operation

- SettingsCurrenciesCollectionResponseCurrencyCodeInfoNoPaging
  - `results` SettingsCurrenciesCurrencyCodeInfo[], required
    - `currencyCode` string, required — The three-letter code representing a specific currency (ex. USD).
    - `currencyName` string, required — The full name of the currency (ex. US Dollar).

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/hubspot-api-specification.md) · [All operations](https://skmtc.net/hubspot/apis/hubspot-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/hubspot-api-specification/versions/f9c7181056c5/schema)
