Loading
Loading
Retrieve exchange rates for any past date for 171+ fiat currencies and 830+ cryptocurrencies. Pass a specific date along with optional base and symbol filters.
The date parameter is required in YYYY-MM-DD format. Use base to change the base currency (default: USD) and symbols to filter specific currencies. A 206 response includes valid symbols even if some were invalid.
Pass your API key as the apiKey parameter in every request.
This is version v1.0 of the API.
date is required. All other parameters are optional.
baseoptionalStringdefault: USDBase currency code. Rates are calculated relative to this currency.
symbolsoptionalArrayComma-separated list of currency/commodity symbols to return. Omit to get all available rates.
daterequiredStringDate for which exchange rates are required. Format: YYYY-MM-DD.
A successful request returns 200 OK with exchange rates for the requested date.
dateThe specific date (YYYY-MM-DD) for which historical rates are returned.
baseBase currency code used for all rate calculations.
ratesMap of currency/commodity symbol to its exchange rate for the requested date.
The API uses standard HTTP status codes to indicate the success or failure of requests. For common status codes like 429 (Too Many Requests), refer to the general API documentation.
please pass correct parameters
Provided Date is in invalid format. It should be like YYYY-MM-DD!
Rates of provided currency [CURRENCY_CODE] are not available in our database!
Rates of provided Symbols are not available in our database!