> 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/market-data-guides/overview-2/accessing-forward-starting-bond-yields.md).

# Accessing Forward Starting Bond Yields

#### **How to Access Forward Starting Bond Yields in BlueGamma**

1. **Log In to BlueGamma**\
   Visit [BlueGamma](https://app.bluegamma.io/) and log in to your account.

If you don't already have an account, [Sign up for a 14-day free trial](https://auth.bluegamma.io/sign-up).

1. **Navigate to Government Bonds**\
   Click **‘Bonds’** and then select **‘Government Bonds’** from the left-hand sidebar.
2. **Select a Country**\
   Use the country drop-down menu to choose the region you’re interested in (e.g., UK, US, etc.).

<figure><img src="/files/DKtOBfvibjY0u6k3d1YL" alt=""><figcaption></figcaption></figure>

4. **Open Yield Curve Analysis**\
   Click **‘Yield Curve Analysis’** in the top-right corner of the page.
5. **Find the 10Y Forward Starting Yield Curve (Nominal)**\
   Scroll down to locate the **‘10Y Forward Starting Yield Curve (Nominal)’** graph at the bottom of the page.
6. **Select a Tenor**\
   On the graph, select the specific tenor (e.g., 10Y, 20Y) for which you want to retrieve forward starting bond yield data.
7. **Download the Data**\
   Click **‘Download’** to export the forward starting bond yields as an Excel file.

<figure><img src="/files/Gql1PP9PSHSVrZNvaZJl" alt=""><figcaption></figcaption></figure>

<br>


---

# 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/market-data-guides/overview-2/accessing-forward-starting-bond-yields.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.
