latestSwagger 2.02026-08-12187723.0 MB

c4a12725cdb5

reference_data

Forex pairs

The forex pairs endpoint provides a comprehensive list of all available foreign exchange currency pairs. It returns an array of forex pairs, which is updated daily.

get/forex_pairs

Query parameters

symbolstring

The ticker symbol of an instrument for which data is requested

currency_basestring

Filter by currency base

currency_quotestring

Filter by currency quote

format'JSON' | 'CSV'

The format of the response data

delimiterstring

The separator used in the CSV response data

pageinteger

Page number of the results to fetch

outputsizeinteger

Determines the number of data points returned in the output

Response

countinteger required

Count

statusstring required

Response status

Example response

{
  "count": 100,
  "data": [
    {
      "symbol": "EUR/USD",
      "currency_group": "Major",
      "currency_base": "EUR",
      "currency_quote": "USD"
    }
  ],
  "status": "ok"
}