FrankfurterFrankfurter v2 exchange-rate API
GET/currencies
Get available currencies
Returns available currencies with their names and date ranges. By default, only active currencies are included.
Query rates from 84 central banks across 201 currencies back to 1948 without an API key, with provider filtering and attribution, time-series downsampling, and streaming output.
Request
- operationId
getCurrencies- Server
https://api.frankfurter.dev/v2- Authentication
- None
Request parameters
scope
querystring
Set to 'all' to include legacy currencies
all
providers
querystring
Comma-separated list of data providers to include
ECB,TCMB
Responses
200
Currencyapplication/json
Available currencies
Properties: iso_codeiso_numericnamesymbolstart_dateend_date
[
{
"iso_code": "EUR",
"iso_numeric": "978",
"name": "Euro",
"symbol": "€",
"start_date": "1999-01-04",
"end_date": "2026-03-17"
},
{
"iso_code": "USD",
"iso_numeric": "840",
"name": "United States Dollar",
"symbol": "$",
"start_date": "1999-01-04",
"end_date": "2026-03-17"
}
]