Skip to main content
GET
Multiple currencies rates
Retrieve real-time exchange rates for multiple specific currency pairs in a single request. This endpoint is efficient for applications that need to track a watchlist of currencies or update a specific set of rates without fetching the entire dataset.

Path parameters

string
default:"json"
The desired output format. Options: json, xml, csv.
If you choose xml, you must use the POST method. GET requests for XML will fail.

Query parameters

string
A JSON array of currency pair symbols to retrieve (e.g., ["EURUSD", "GBPUSD"]). See the list of available pairs.

Response

Note on Precision: Some currency pairs are returned with a multiplier (e.g., 100 or 1000) to ensure high precision.
string
The current ask price.
string
The current bid price.
string
The currency pair symbol.
string
The Unix timestamp (epoch) of the rate.