Frankfurter/getCurrencies

FrankfurterFrankfurter exchange-rate API

GET/currencies

Get list of supported currencies

Returns a list of all currency codes supported by the API along with their full names. This endpoint requires no parameters.

Query ECB reference rates, currencies, and historical time series without an API key; this collection covers the still-available v1.

Request

operationId
getCurrencies
Server
https://api.frankfurter.dev/v1
Authentication
None

Request parameters

No URL, query, or header parameters.

Responses

200

CurrenciesResponseapplication/json

Successful response with list of supported currencies

{
  "EUR": "Euro",
  "USD": "United States Dollar",
  "GBP": "British Pound",
  "JPY": "Japanese Yen",
  "AUD": "Australian Dollar"
}