# Quick Start

**Get from sign-up to your first forward curve in under 2 minutes.**

BlueGamma gives finance teams instant access to interest rate curves, swap pricing, and FX data — via web, Excel, or API. No terminals. No queues. No fuss.

[**Start your 14-day free trial →**](https://auth.bluegamma.io/sign-up)

***

## Quick Setup

| Step | Action                                                             | Time   |
| ---- | ------------------------------------------------------------------ | ------ |
| 1    | [Sign up](https://auth.bluegamma.io/sign-up) and verify your email | 30 sec |
| 2    | Set your default currency (click the ⚙️ cog)                       | 10 sec |
| 3    | Download your first curve                                          | 20 sec |

**That's it.** You're ready to go.

***

## Choose How You Work

<table data-header-hidden><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><h4>🌐 Web App</h4><p>Open a tab, hit Download.</p><pre><code>app.bluegamma.io
</code></pre><p>Best for: Quick lookups, one-off downloads</p></td><td><h4>📊 Excel Add-in</h4><p>Type a function, pull the curve.</p><pre><code>=BlueGamma.SWAP_RATE("SOFR","5Y")
→ 4.25%
</code></pre><p>Best for: Model integration, automated refreshes</p></td><td><h4>⚡ API</h4><p>Feed live rates into your platform.</p><pre><code>GET /api/forward_curves/sofr
</code></pre><p>Best for: Fintechs, automated systems</p></td></tr></tbody></table>

***

## Core Workflows

### Download a Forward Curve

1. Go to [**Forward Curves**](https://app.bluegamma.io/interest-rate-curves/usd)
2. Select your currency (SOFR, SONIA, EURIBOR, etc.)
3. Click **Download**

You'll get a ready-to-paste strip with your dates. Most curves extend to **50 years** (varies by currency).

<figure><img src="/files/Cn4pB0gOsJtLxqAdaPta" alt="Download forward curve interface"><figcaption></figcaption></figure>

***

### Price an Amortising Swap

1. Go to [**Swap Pricer**](https://app.bluegamma.io/swap-pricer)
2. Set currency, start date, tenor, and frequency
3. Paste your notional schedule (Ctrl/Cmd+V fills the series)
4. **Download** to Excel or save directly

<figure><img src="/files/YIzczguTgJjmsF4D3plb" alt="Swap pricer interface"><figcaption></figcaption></figure>

***

### Calculate Mark-to-Market

1. Go to [**Swap MtM**](https://app.bluegamma.io/swap-mtm)
2. Enter your swap details and fixed rate
3. Paste your notional schedule
4. View current MtM and forecast path

Use the **historical MtM** view to separate market moves from cash-flow effects.

<figure><img src="/files/cWFKA01CXG1B25CAc6zE" alt="Mark-to-market calculator"><figcaption></figcaption></figure>

***

### Download FX Forwards

1. Go to [**Foreign Exchange**](https://app.bluegamma.io/foreign-exchange/eurusd)
2. See live spot, forward points, and forward curve
3. Click **Download** for a dated strip

<figure><img src="/files/UPHyJJOS272vGRrwTnlJ" alt="FX forwards interface"><figcaption></figcaption></figure>

***

## Excel Add-in Setup

1. In Excel → **Add-ins** store → search **"BlueGamma"** → **Get it now**
2. Sign in with your BlueGamma credentials
3. Use the task pane to fetch curves directly into your sheets

[**Download Excel Add-in**](https://appsource.microsoft.com/en-us/product/office/wa200007779?tab=overview)

**Pro tip:** Set up a simple refresh macro so your models update in one click.

***

## Quick Reference

| I need to...                        | Go to                                                                |
| ----------------------------------- | -------------------------------------------------------------------- |
| Download a SOFR/SONIA/EURIBOR curve | [Forward Curves](https://app.bluegamma.io/interest-rate-curves/usd)  |
| Price an interest rate swap         | [Swap Pricer](https://app.bluegamma.io/swap-pricer)                  |
| Calculate swap breakage cost        | [Swap MtM](https://app.bluegamma.io/swap-mtm)                        |
| Get FX forward rates                | [Foreign Exchange](https://app.bluegamma.io/foreign-exchange/eurusd) |
| Build a custom monitoring view      | [Dashboards](https://app.bluegamma.io/dashboards)                    |

***

## Data Coverage

| Data Type                | Coverage                                                          |
| ------------------------ | ----------------------------------------------------------------- |
| **Interest Rate Curves** | SOFR, SONIA, EURIBOR, CORRA, BBSY, STIBOR, NIBOR, JIBAR + 25 more |
| **Tenors**               | Up to \~50Y (major currencies), \~10Y (EM)                        |
| **FX Forwards**          | Major pairs extended, EM shorter horizons                         |
| **Inflation**            | IMF forecasts included                                            |

***

## Need Help?

* **In-app chat** — we typically reply in under 5 minutes
* **Email** — <support@bluegamma.io>
* **Book a demo** — [Schedule here](https://app.lemcal.com/@alivohra/website-demo?back=1)

***

## Next Steps

* [Setting up your account](/documentation/getting-started/setting-up-your-account.md)
* [Interest Rate Swaps Guide](/documentation/market-data-guides/overview-1.md)
* [Excel Add-in Documentation](/documentation/integrations/excel-add-in.md)


---

# 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/getting-started/readme.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.
