---
title: "Forex pairs"
method: GET
path: "/forex_pairs"
tags: ["reference_data"]
---

# Forex pairs

`GET /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.

## Query parameters

- `symbol` string
- `currency_base` string
- `currency_quote` string
- `format` 'JSON' | 'CSV'
- `delimiter` string
- `page` integer
- `outputsize` integer

## Response `200`

- object
  - `count` integer, required — Count
  - `data` ForexResponseItem[], required — List of forex pairs
    - `symbol` string, required — Currency pair according to ISO 4217 standard codes with slash(/) delimiter
    - `currency_group` string, required — Group to which currency pair belongs to, could be: Major, Minor, Exotic and Exotic-Cross
    - `currency_base` string, required — Base currency name according to ISO 4217 standard
    - `currency_quote` string, required — Quote currency name according to ISO 4217 standard
  - `status` string, required — Response status

## Other responses

- `400`
- `401`
- `403`
- `404`
- `414`
- `429`
- `500`

---

[API](https://skmtc.net/twelvedata/apis/twelve-data-api.md) · [All operations](https://skmtc.net/twelvedata/apis/twelve-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twelvedata/twelve-data-api/revisions/c4a12725cdb5/schema)
