FrankfurterFrankfurter v2 exchange-rate API
GET/providers
Get available data providers
Returns available exchange rate data providers with their base currency.
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
getProviders- Server
https://api.frankfurter.dev/v2- Authentication
- None
Request parameters
No URL, query, or header parameters.
Responses
200
Providerapplication/json
Available providers
Properties: keynamecountry_coderate_typepivot_currencydata_urlterms_urlstart_dateend_datepublish_cadencepublishes_missedcurrencies
[
{
"key": "ECB",
"name": "European Central Bank",
"country_code": "EU",
"rate_type": "reference",
"pivot_currency": "EUR",
"data_url": "https://www.ecb.europa.eu/stats/policy_and_exchange_rates/euro_reference_exchange_rates/html/index.en.html",
"terms_url": "https://www.ecb.europa.eu/services/using-our-site/disclaimer/html/index.en.html",
"start_date": "1999-01-04",
"end_date": "2026-03-17",
"currencies": [
"USD",
"GBP"
]
}
]