Loading
Loading
Convert currency amounts using exchange rates from a specific historical date. Ideal for backdated financial calculations, accounting reconciliation, and tax reporting.
from, to, and date are required. The amount parameter defaults to 1. Date must be in YYYY-MM-DD format.
Pass your API key as the apiKey parameter in every request.
This is version v1.0 of the API.
from, to, and date are required. Amount is optional.
fromrequiredStringSource currency symbol to convert from.
torequiredStringTarget currency symbol to convert to.
amountoptionalIntegerdefault: 1Amount to convert. Defaults to 1.
daterequiredStringDate for which exchange rate is used. Format: YYYY-MM-DD.
A successful request returns 200 OK with the converted amount using rates from the specified date.
dateTimestamp of when the rate was recorded (UTC, with timezone offset).
fromSource currency code.
toTarget currency code.
rateExchange rate from the source to the target currency.
givenAmountThe amount provided for conversion.
convertedAmountThe converted amount in the target currency.
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!