Convert Currency
Convert an amount between two currencies using the latest exchange rates.
Provide a source currency (from), a target currency (to), and an optional
amount (defaults to 1).
query Parameters
fromSource 3-letter currency code.
toTarget 3-letter currency code.
amountAmount to convert. Defaults to 1.
Convert Currency › Responses
Conversion result
fromSource currency code
toTarget currency code
amountAmount that was converted
rateExchange rate applied
resultConverted amount
dateDate the rate is valid for
sourceFX data provider that served the response
Latest Rates
Get the latest exchange rates for a base currency. Use the optional symbols
parameter to filter the response to a specific set of target currencies.
query Parameters
baseBase 3-letter currency code. Defaults to EUR.
symbolsComma-separated list of target currency codes. All currencies if omitted.
Latest Rates › Responses
Latest rates
baseBase currency code
dateDate the rates are valid for
Map of target currency code to exchange rate
sourceFX data provider that served the response
Historical Conversion
Convert an amount using the exchange rates that were in effect on a specific
past date. Pass a date in YYYY-MM-DD format along with from, to, and an
optional amount.
query Parameters
dateHistorical date in YYYY-MM-DD format.
fromSource 3-letter currency code.
toTarget 3-letter currency code.
amountAmount to convert. Defaults to 1.
Historical Conversion › Responses
Historical conversion result
fromSource currency code
toTarget currency code
amountAmount that was converted
rateExchange rate applied
resultConverted amount
dateDate the rate is valid for
sourceFX data provider that served the response
List Currencies
List all supported currency codes and their human-readable names.
List Currencies › Responses
Supported currencies
countNumber of supported currencies
Map of currency code to currency name