Get exchange rates
Returns exchange rates blended across providers. Without date params, returns the latest rates. Each record is a single currency pair.
get/rates
Query parameters
datestring date
Example:2024-01-15
Specific date (YYYY-MM-DD). Cannot be combined with from/to.
fromstring date
Example:2024-01-01
Start of date range (YYYY-MM-DD)
tostring date
Example:2024-01-31
End of date range (YYYY-MM-DD). Defaults to today.
basestring
Example:USD
Base currency (default: EUR)
quotesstring
Example:USD,GBP,JPY
Comma-separated list of quote currencies to include
providersstring
Example:ECB,TCMB
Comma-separated list of data providers to include
group'week' | 'month'
Example:month
Downsample rates by time period. Only applies to date ranges.
Response
Exchange rates