v1

latestOpenAPI 3.1.2MIT2026-07-13589.5 KB
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

amountnumber

The amount to convert

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' required

The base currency code following ISO4217

datestring date required

Date in YYYY-MM-DD format, all dates stored in UTC.

ratesRates required

Exchange rates keyed by currency code

Example response

{
  "date": "2024-01-15",
  "rates": {
    "AUD": 1.91,
    "CAD": 1.8004,
    "CHF": 1.6168,
    "CYP": 0.58231
  }
}
All 5 operations