# Get FX Forward Rate

{% hint style="info" %}
**New to the Excel Add-In?** [Install the add-in](/documentation/integrations/excel-add-in/installation-and-setup.md) to start using this formula.
{% endhint %}

**Formula**

```
=BlueGamma.FX_FORWARD(currency_pair, [date])
```

**Parameters**

| `currency_pair` | string              | Currency pair in ISO format (e.g. `EURUSD`, `USDJPY`)         |
| --------------- | ------------------- | ------------------------------------------------------------- |
| `date`          | string *(optional)* | Future date to fetch the forward rate for. Defaults to today. |

**Returns**

Forward FX rate (e.g. `1.0923`)

**Example**

```
=BlueGamma.FX_FORWARD("EURUSD", "2026-06-01")
```

This returns the forward exchange rate for EURUSD on June 1, 2026 (e.g., `1.1605`).


---

# Agent Instructions: 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:

```
GET https://bluegamma.io/documentation/integrations/excel-add-in/functions/get-fx-forward-rate.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
