Germany Sovereign Bond Yields
DE ·German Bunds ·EUR ·Europe ·18 maturities
Delayed reference yields for German Bunds (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: 40.6 bps
Germany yield curve
All maturities for DE| Maturity | Yield (delayed) | Latest (API) |
|---|---|---|
| 1M | 1.959% | Unlock |
| 3M | 2.041% | Unlock |
| 6M | 2.241% | Unlock |
| 9M | 2.330% | Unlock |
| 1Y | 2.428% | Unlock |
| 2Y bench | 2.566% | Unlock |
| 3Y | 2.547% | Unlock |
| 4Y | 2.609% | Unlock |
| 5Y | 2.678% | Unlock |
| 6Y | 2.675% | Unlock |
| 7Y | 2.770% | Unlock |
| 8Y | 2.823% | Unlock |
| 9Y | 2.884% | Unlock |
| 10Y bench | 2.972% | Unlock |
| 15Y | 3.313% | Unlock |
| 20Y | 3.438% | Unlock |
| 25Y | 3.503% | Unlock |
| 30Y bench | 3.518% | Unlock |
Latest / live yield requires API access
This page shows delayed month-end reference data only. Get an API key for current DE Bunds yields, spreads, and history.
What are Germany sovereign bonds?
German Bunds are the euro-area risk-free reference. Spreads of other EU sovereigns are commonly quoted versus the Bund curve. On Bonds API, ISO code DE identifies German Bunds 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 DE 10Y reference yield on that date was 2.97%. The 2Y–10Y spread was 40.6 basis points. Latest / live yield requires API access.
Developers use Bonds API to pull Germany 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.
- Market
- German Bunds
- Currency
- EUR
- Central bank
- European Central Bank
- Also known as
- Bund yields, German government bonds, Bund curve
API examples for DE
Use these endpoints to query German Bunds with country=DE.
GET /latest
Docs →Most recent Germany bond yields.
curl "https://bonds-api.com/api/v1/latest?countries=DE&api_key=YOUR_API_KEY"
GET /curve
Docs →Full sovereign yield curve for DE.
curl "https://bonds-api.com/api/v1/curve?country=DE&api_key=YOUR_API_KEY"
GET /historical
Docs →Yield for a specific maturity and date.
curl "https://bonds-api.com/api/v1/historical?country=DE&maturity=10Y&date=2025-06-15&api_key=YOUR_API_KEY"