FrankfurterFrankfurter v2 exchange-rate API
GET/rate/{base}/{quote}
Get a single exchange rate pair
Returns the blended exchange rate for a single currency pair. Without a date param, returns the latest rate. A same-currency pair returns the identity rate of 1.
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
getRate- Server
https://api.frankfurter.dev/v2- Authentication
- None
Request parameters
base
pathstringrequired
EUR
quote
pathstringrequired
USD
date
querystringdate
Specific date (YYYY-MM-DD). Cannot be combined with from/to.
2024-01-15
providers
querystring
Comma-separated list of data providers to include
ECB,TCMB
Responses
200
Rateapplication/json
Exchange rate
Properties: datebasequoterateproviders
404
unknown
422
unknown
503
unknown
{
"date": "2026-03-25",
"base": "EUR",
"quote": "USD",
"rate": 1.1568
}