---
title: Currencies Dictionary API
slug: list-all-currencies
url: https://apyhub.com/apyhub/service/list-all-currencies
provider: ApyHub
tags: [currencies, currency-codes, iso-4217, reference-data, finance]
auth: api_key
---

# Currencies Dictionary API

What it does Currency Directory gives you a complete list of currencies with their ISO 4217 code, English name, emoji, and symbol. Send a GET request and receive a data array of currency objects. Each item includes key for the currency code, value for the currency name, emoji, and symbol. The respo…

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| GET | `/data/dictionary/currency` | What it does Returns a JSON object containing a data array of currency objects. Each item in the ar… | 5 |

## About

## What it does
Currency Directory gives you a complete list of currencies with their ISO 4217 code, English name, emoji, and symbol.

Send a GET request and receive a `data` array of currency objects. Each item includes `key` for the currency code, `value` for the currency name, `emoji`, and `symbol`. The response is designed for apps that need reference currency data without maintaining their own static list.

Use Currency Directory when you need to populate a currency picker, validate a user-selected currency code, or map a code like `EUR` to a display name such as `Euro`. It is a straightforward lookup source for checkout flows, finance dashboards, localization features, and internal admin tools.

If your product works across regions, this endpoint helps you keep currency labels consistent across the UI, API responses, and exported reports.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/apyhub/service/list-all-currencies
