# Mercati Ilsole24ore — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Monitor real-time Italian government bond spreads against German bunds with up-to-the-minute pricing, percentage changes, and daily performance metrics from Il Sole 24 Ore's financial markets data. Track the ultimo spread value and absolute variations to stay informed on eurozone debt market dynamics.

**Category:** Finance & Markets | **Website:** [mercati.ilsole24ore.com/obbligazioni/spread/btp-10a-bund-10a](https://mercati.ilsole24ore.com/obbligazioni/spread/btp-10a-bund-10a) | **Docs:** [parse.bot/marketplace/c6e2e34e-f5f1-431c-a226-f72d31209ade/mercati-ilsole24ore-com-api](https://parse.bot/marketplace/c6e2e34e-f5f1-431c-a226-f72d31209ade/mercati-ilsole24ore-com-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-mercati-ilsole24ore-com-api-c6e2e34e/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_spread

Returns the current spread data for a bond spread instrument on Il Sole 24 Ore Mercati. By default fetches the BTP Italia 10Y vs Bund 10Y spread. Returns ultimo spread, absolute and percentage variazione, previous close, daily high/low, and year-to-date variation. One upstream request per call.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `ticker_name` | string | No | The internal ticker symbol for the spread instrument (e.g. SPREAD_ITL_DEM.MTS for BTP-Bund 10Y spread). |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-mercati-ilsole24ore-com-api-c6e2e34e/get_spread \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"ticker_name":"<string>"}'
```
