---
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

---

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