> For the complete documentation index, see [llms.txt](https://bluegamma.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bluegamma.io/documentation/integrations/supported-fx-currency-pairs.md).

# Supported FX Currency Pairs

BlueGamma's FX endpoints cover a broad set of currency pairs. Coverage differs by endpoint because spot and streaming rates come from a different data source than forward rates, so the two are listed separately below.

{% hint style="info" %}
Currency pairs are accepted in either direction — `EURUSD` and `USDEUR` both resolve. Any pair not quoted directly is derived as a cross rate through the US dollar legs.
{% endhint %}

***

## Spot & Streaming — `/fx` and `/fx_stream`

The [`/fx`](/documentation/integrations/api/how-to-guides/fetching-fx-forward-rates.md) spot endpoint and the [`/fx_stream`](/documentation/integrations/api/how-to-guides/streaming-real-time-fx-data.md) WebSocket cover **150 currencies across roughly 945 currency pairs**, including majors, crosses, and a wide range of emerging-market and exotic pairs.

### Full list

{% hint style="success" %}
**Download the complete list of supported pairs:** [fx-spot-pairs.csv](https://www.bluegamma.io/fx/fx-spot-pairs.csv)
{% endhint %}

The CSV has one row per pair with its `base`, `quote`, and descriptive name.

### Most common pairs

The pairs below cover the majors and the most widely used crosses. This is a representative selection, not the full list — see the CSV above for all 945.

|        |        |        |        |
| ------ | ------ | ------ | ------ |
| EURUSD | USDJPY | GBPUSD | USDCHF |
| AUDUSD | USDCAD | NZDUSD | EURJPY |
| EURGBP | EURCHF | EURAUD | EURCAD |
| EURNZD | GBPJPY | GBPCHF | GBPAUD |
| GBPCAD | GBPNZD | AUDJPY | AUDCHF |
| AUDNZD | AUDCAD | NZDJPY | CADJPY |
| CADCHF | CHFJPY | EURDKK | EURNOK |
| EURPLN | EURSEK | EURSGD | GBPDKK |
| GBPNOK | GBPSEK | USDAED | USDBRL |
| USDCLP | USDCNH | USDCOP | USDCZK |
| USDDKK | USDHKD | USDHUF | USDIDR |
| USDINR | USDKRW | USDMXN | USDNOK |
| USDPLN | USDRON | USDSAR | USDSEK |
| USDSGD | USDTHB | USDTRY | USDTWD |
| USDZAR |        |        |        |

***

## Forwards — `/fx_forward` and `/fx_forward_curve`

The [`/fx_forward`](/documentation/integrations/api/how-to-guides/fetching-fx-forward-rates.md) and [`/fx_forward_curve`](/documentation/integrations/api/how-to-guides/fetching-an-fx-forward-curve.md) endpoints support forward rates across **39 currencies**. Any pair among these is supported — quoted directly where available, otherwise derived as a cross rate via the USD legs.

### Full list

{% hint style="success" %}
**Download the list of directly-quoted forward pairs:** [fx-forward-pairs.csv](https://www.bluegamma.io/fx/fx-forward-pairs.csv)
{% endhint %}

### Supported currencies

|     |     |     |     |     |
| --- | --- | --- | --- | --- |
| AED | ARS | AUD | BGN | BHD |
| BRL | CAD | CHF | CLP | CNH |
| COP | CZK | DKK | EUR | GBP |
| HKD | HUF | IDR | INR | JPY |
| KRW | KWD | MAD | MXN | MYR |
| NOK | NZD | PEN | PHP | PLN |
| RON | SAR | SEK | SGD | THB |
| TRY | TWD | VND | ZAR |     |

### Most common forward pairs

|        |        |        |        |
| ------ | ------ | ------ | ------ |
| EURUSD | GBPUSD | USDJPY | AUDUSD |
| NZDUSD | USDCAD | USDCHF | EURGBP |
| EURJPY | EURCHF | EURNOK | EURSEK |
| USDINR | USDBRL | USDMXN | USDZAR |
| USDSGD | USDHKD | USDKRW | USDTRY |

{% hint style="info" %}
If you need a forward pair that isn't listed, [contact us](mailto:support@bluegamma.io) — additional currencies can often be added.
{% endhint %}

***

## Related

|                       |                                                                                                             |
| --------------------- | ----------------------------------------------------------------------------------------------------------- |
| Spot rates            | [Fetching FX Forward Rates](/documentation/integrations/api/how-to-guides/fetching-fx-forward-rates.md)     |
| Forward curves        | [Fetching FX Forward Curves](/documentation/integrations/api/how-to-guides/fetching-an-fx-forward-curve.md) |
| Real-time streaming   | [Streaming Real-Time FX Data](/documentation/integrations/api/how-to-guides/streaming-real-time-fx-data.md) |
| Interest rate indices | [Available Indices](/documentation/integrations/available-indices.md)                                       |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://bluegamma.io/documentation/integrations/supported-fx-currency-pairs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
