France Sovereign Bond Yields
FR ·French OATs ·EUR ·Europe ·19 maturities
Delayed reference yields for French OATs (2Y, 10Y, 30Y, and more). Latest / live yield requires API access.
Yields as of May 27, 2026 (previous month-end close — not live). Latest / live yield requires API access. · 2Y–10Y spread: 89.7 bps
France yield curve
All maturities for FR| Maturity | Yield (delayed) | Latest (API) |
|---|---|---|
| 1M | 2.095% | Unlock |
| 3M | 2.260% | Unlock |
| 6M | 2.460% | Unlock |
| 9M | 2.570% | Unlock |
| 1Y | 2.590% | Unlock |
| 2Y bench | 2.754% | Unlock |
| 3Y | 2.852% | Unlock |
| 4Y | 2.897% | Unlock |
| 5Y | 3.081% | Unlock |
| 6Y | 3.158% | Unlock |
| 7Y | 3.288% | Unlock |
| 8Y | 3.465% | Unlock |
| 9Y | 3.580% | Unlock |
| 10Y bench | 3.651% | Unlock |
| 15Y | 3.973% | Unlock |
| 20Y | 4.200% | Unlock |
| 25Y | 4.316% | Unlock |
| 30Y bench | 4.457% | Unlock |
| 50Y | 4.068% | Unlock |
Latest / live yield requires API access
This page shows delayed month-end reference data only. Get an API key for current FR OATs yields, spreads, and history.
What are France sovereign bonds?
Obligations Assimilables du Trésor (OATs) are France’s benchmark sovereign bonds and a core euro-area curve alongside Bunds. On Bonds API, ISO code FR identifies French OATs across available maturities.
This public page lists delayed reference yields as of May 27, 2026 (previous month-end close or the nearest prior trading day). The FR 10Y reference yield on that date was 3.65%. The 2Y–10Y spread was 89.7 basis points. Latest / live yield requires API access.
Developers use Bonds API to pull France yields into risk systems, dashboards, and research workflows via REST JSON endpoints such as /latest, /curve, and /historical — with currency context EUR and policy backdrop from the European Central Bank. Available tenors on the delayed curve include 1M, 3M, 6M, 9M, 1Y, 2Y, 3Y, 4Y, 5Y, 6Y, 7Y, 8Y, 9Y, 10Y, 15Y, 20Y, 25Y, 30Y, 50Y.
- Market
- French OATs
- Currency
- EUR
- Central bank
- European Central Bank
- Also known as
- OAT yields, French government bonds
API examples for FR
Use these endpoints to query French OATs with country=FR.
GET /latest
Docs →Most recent France bond yields.
curl "https://bonds-api.com/api/v1/latest?countries=FR&api_key=YOUR_API_KEY"
GET /curve
Docs →Full sovereign yield curve for FR.
curl "https://bonds-api.com/api/v1/curve?country=FR&api_key=YOUR_API_KEY"
GET /historical
Docs →Yield for a specific maturity and date.
curl "https://bonds-api.com/api/v1/historical?country=FR&maturity=10Y&date=2025-06-15&api_key=YOUR_API_KEY"