# Get Zero-Coupon Rates

{% 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 %}

Fetches Zero-Coupon rates for a specified index and date.

**Note:** By default, this function returns a **simple rate**. You can change the compounding type using the optional `compounding` parameter.

#### **Zero Rates**

`=BlueGamma.ZERO_RATE(index, date, [valuation_date], [compounding])`

* **Parameters:**
  * index: e.g., "SOFR", "1M EURIBOR".
  * date: e.g., "2024-01-01".
  * valuation\_date (optional): The date that the Zero Rate is calculated on. If you leave this blank, it defaults to the current date (today).
  * compounding (optional): The compounding type. One of "Simple", "Compounded", or "Continuous". Defaults to "Simple".
* **Example:**

  ```
      =BlueGamma.ZERO_RATE("SOFR", "2026-06-30", "2025-01-01")
      =BlueGamma.ZERO_RATE("SOFR", "2026-06-30", "2025-01-01", "Continuous")
  ```


---

# 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-zero-coupon-rates.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.
