---
title: "Get available currencies"
method: GET
path: "/currencies"
---

# Get available currencies

`GET /currencies`

Returns available currencies with their names and date ranges. By default, only active currencies are included.

## Query parameters

- `scope` 'all'
- `providers` string

## Response `200`

Available currencies

- Currency[]
  - `iso_code` string, required — ISO 4217 currency code
  - `iso_numeric` string, nullable — ISO 4217 numeric code
  - `name` string, required — Full currency name
  - `symbol` string, nullable — Currency symbol
  - `start_date` string, date, nullable — Earliest available date
  - `end_date` string, date, nullable — Latest available date

## Changes

- **2026-04-01** (v2) `10e71ab4218b` — 1 info
  - added the new optional `query` request parameter `providers`
- **2026-03-18** (v2) `41a1e2778f9a` — 1 info
  - added the new optional `query` request parameter `scope`
- **2026-03-18** (v2) `7448b9ef6018` — 1 breaking
  - removed the required property `items/providers` from the response with the `200` status
- **2026-03-17** (v2) `85ad3c01b939` — 2 info
  - added the optional property `items/end_date` to the response with the `200` status
  - added the optional property `items/start_date` to the response with the `200` status
- **2026-03-17** (v2) `60398f97f34b` — 1 breaking
  - the response's body type/format changed from `object`/`` to `array`/`` for status `200`

[Full history](https://skmtc.dev/lineofflight/apis/frankfurter-api/changes/currencies/get.md)

---

[API](https://skmtc.dev/lineofflight/apis/frankfurter-api.md) · [All operations](https://skmtc.dev/lineofflight/apis/frankfurter-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lineofflight/frankfurter-api/revisions/30aa6112e44b/schema)
