current-rates
Get the latest rates
Returns the last working day's rates
get/latest
Query parameters
base'AUD' | 'BGN' | 'BRL' | 'CAD' | 'CHF' | 'CNY' | 'CZK' | 'DKK' | 'EUR' | 'GBP' | 'HKD' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'ISK' | 'JPY' | 'KRW' | 'MXN' | 'MYR' | 'NOK' | 'NZD' | 'PHP' | 'PLN' | 'RON' | 'SEK' | 'SGD' | 'THB' | 'TRY' | 'USD' | 'ZAR'
The base currency code following ISO4217
Base currency to convert from
symbolsBase[]
A list of currencies
Comma-separated list of currencies to convert to
Response
Latest rates
Example response
{
"date": "2024-01-15",
"rates": {
"AUD": 1.91,
"CAD": 1.8004,
"CHF": 1.6168,
"CYP": 0.58231
}
}