Get available currencies

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

get/currencies

Query parameters

scope'all'

Set to 'all' to include legacy currencies. Omit for the default list. Other values, including an empty string, return 422.

providersstring
Example:ECB,TCMB

Comma-separated list of data providers to include. A single provider includes its stored non-currency series. Selecting multiple providers blends only registered currencies and accounting units.

Response

Available currencies

iso_codestring required

Currency or accounting unit code

iso_numericstring nullable

ISO 4217 numeric code

namestring required

Full currency name

symbolstring nullable

Currency symbol

start_datestring date nullable

Earliest available date

end_datestring date nullable

Latest available date

Changes