Currency conversion
Currency Tools
Currency conversion
GET
Currency conversion
Convert a specific amount from one currency to another using the latest available exchange rates. This endpoint performs real-time currency conversion calculations, making it easy to handle cross-currency transactions in your application. The returned data includes the timestamp of the conversion rate used, ensuring transparency for financial calculations.Documentation Index
Fetch the complete documentation index at: https://xchangeapi.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Note on Precision: Some currency pairs are returned with a multiplier (e.g., 100 or 1000) to ensure high precision.
Query parameters
The 3-letter currency code of the source currency (e.g.,
USD, EUR). See the list of available pairs.The 3-letter currency code of the target currency (e.g.,
GBP, JPY). See the list of available pairs.The value to convert.
Response
The calculated converted amount.
