---
title: Currencies Dictionary API
slug: list-all-currencies
url: https://apyverse.com/apyhub/service/list-all-currencies
provider: ApyHub
auth: api_key
---

# Currencies Dictionary API

What it does Currency List returns a reference list of world currencies in a simple data array. Each item includes the ISO 4217 currency code in key, the English currency name in value, the currency symbol in symbol, and an emoji. Use it when you need a reliable currency dropdown, want to map codes…

## 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… | 1002 |

## About

## What it does
Currency List returns a reference list of world currencies in a simple `data` array. Each item includes the ISO 4217 currency code in `key`, the English currency name in `value`, the currency symbol in `symbol`, and an `emoji`.

Use it when you need a reliable currency dropdown, want to map codes like `EUR` or `JPY` to human-readable names, or need to display currency metadata in a product interface. The response is straightforward and stable, which makes it easy to cache and reuse across apps, admin tools, and checkout flows.

Send a GET request with no parameters and get back the full currency set. Because the output is reference data, it works well for form validation, localization, reporting filters, and any feature that needs consistent currency labels without maintaining your own list.

If you are building financial software, a marketplace, or a global reporting dashboard, Currency List gives you the canonical currency values your app can present to users or store alongside transaction data.

## Usage

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