FrankfurterFrankfurter v2 exchange-rate API
GET/currency/{code}
Get a single currency
Returns details for a single currency, including provider information or peg metadata.
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
getCurrency- Server
https://api.frankfurter.dev/v2- Authentication
- None
Request parameters
code
pathstringrequired
USD
Responses
200
CurrencyDetailapplication/json
Currency details
Properties: iso_codeiso_numericnamesymbolproviderspeg
404
unknown
{
"iso_code": "USD",
"iso_numeric": "840",
"name": "United States Dollar",
"symbol": "$",
"providers": [
"ECB",
"BOC",
"FED"
]
}