> 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.md).

# Market Data Guides

- [Forward Curves](https://bluegamma.io/documentation/market-data-guides/overview.md): An overview of forward curves, their construction using market data and bootstrapping, and their key applications in financial modeling and risk management.
- [Viewing & Downloading Forward Curves](https://bluegamma.io/documentation/market-data-guides/overview/downloading-a-forward-curve.md): Downloading forward curve data from the BlueGamma platform is quick and simple. Follow these steps to customize and download your desired interest rate curve.
- [Historical Forward Curves](https://bluegamma.io/documentation/market-data-guides/overview/downloading-historic-forward-curves.md): To access and download historic forward curves, follow these steps:
- [Advanced](https://bluegamma.io/documentation/market-data-guides/overview/advanced.md): Welcome to the Advanced section! This area is designed for power users and those with specific or niche workflows
- [How to Access BRL Forward Curves and Download TLP Forecasts](https://bluegamma.io/documentation/market-data-guides/overview/advanced/how-to-access-brl-forward-curves-and-download-tlp-forecasts.md): Our platform enables users to access Brazilian forward curves and download TLP (Taxa de Longo Prazo) forecasts with ease. Follow these steps to get started:
- [FAQs](https://bluegamma.io/documentation/market-data-guides/overview/faqs.md)
- [Swap Rates](https://bluegamma.io/documentation/market-data-guides/overview-1.md): A comprehensive introduction to interest rate swaps, how they work, and how they are priced
- [Market Pulse](https://bluegamma.io/documentation/market-data-guides/overview-1/market-pulse.md): How busy the swap market is, what it is trading, and what is priced for the next central bank meeting.
- [Advanced](https://bluegamma.io/documentation/market-data-guides/overview-1/advanced.md): Welcome to the Advanced section! This area is designed for power users and those with specific or niche workflows
- [Download a Custom Table of Swap Rates](https://bluegamma.io/documentation/market-data-guides/overview-1/advanced/download-a-custom-table-of-swap-rates.md): Our Customised Swaps Download feature lets you generate a table of current swap rates tailored to your chosen tenors and payment frequencies.
- [Benchmarking a Swap Rate with a Bank](https://bluegamma.io/documentation/market-data-guides/overview-1/advanced/benchmarking-a-swap-rate-with-a-bank.md): Benchmarking with a bank helps you compare swap rates using consistent profiles and methodologies. Here’s a step-by-step guide to conducting a benchmarking exercise:
- [Bonds](https://bluegamma.io/documentation/market-data-guides/overview-2.md): Sovereign yield curves, index-level credit spreads and a bond-by-bond screener, in one section.
- [Accessing Bond Yields](https://bluegamma.io/documentation/market-data-guides/overview-2/accessing-bond-yields.md): Find bond yields across sovereign curves, individual corporate and municipal securities, and index level.
- [Government Bonds](https://bluegamma.io/documentation/market-data-guides/overview-2/government-bonds.md): An introduction to government bonds, yield curves, and how they're used in financial markets.
- [Bond Comps](https://bluegamma.io/documentation/market-data-guides/overview-2/bond-comps.md): Screen and compare individual bonds by yield, spread, rating, sector and tenor, and build a comparables table you can export.
- [iBoxx Spreads](https://bluegamma.io/documentation/market-data-guides/overview-2/iboxx-spreads.md): Index-level yield, OAS and Z-spread across infrastructure, corporate, sovereign, covered and inflation-linked bond indices, current and historical.
- [Accessing Forward Starting Bond Yields](https://bluegamma.io/documentation/market-data-guides/overview-2/accessing-forward-starting-bond-yields.md): Get a forward-starting government bond yield for any forward start and tenor, and export the curve.
- [FAQs](https://bluegamma.io/documentation/market-data-guides/overview-2/faqs.md): Common questions across Government Bonds, iBoxx Spreads and Bond Comps.
- [Foreign Exchange](https://bluegamma.io/documentation/market-data-guides/downloading-fx-forward-rates.md): The BlueGamma FX page allows users to download forward rates for foreign exchange (FX) rates, helping with financial modelling and risk management.


---

# 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.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.
