Netherlands Sovereign Bond Yields
NL ·Dutch State Loans ·EUR ·Europe ·16 maturities
Delayed reference yields for Dutch State Loans (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: 48.3 bps
Netherlands yield curve
All maturities for NL| Maturity | Yield (delayed) | Latest (API) |
|---|---|---|
| 1M | 1.990% | Unlock |
| 3M | 2.172% | Unlock |
| 6M | 2.292% | Unlock |
| 2Y bench | 2.603% | Unlock |
| 3Y | 2.646% | Unlock |
| 4Y | 2.714% | Unlock |
| 5Y | 2.726% | Unlock |
| 6Y | 2.831% | Unlock |
| 7Y | 2.903% | Unlock |
| 8Y | 2.960% | Unlock |
| 9Y | 3.022% | Unlock |
| 10Y bench | 3.086% | Unlock |
| 15Y | 3.328% | Unlock |
| 20Y | 3.463% | Unlock |
| 25Y | 3.522% | Unlock |
| 30Y bench | 3.535% | Unlock |
Latest / live yield requires API access
This page shows delayed month-end reference data only. Get an API key for current NL DSLs yields, spreads, and history.
What are Netherlands sovereign bonds?
Dutch State Loans are a high-quality euro-area curve often compared with Bunds for core European duration. On Bonds API, ISO code NL identifies Dutch State Loans 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 NL 10Y reference yield on that date was 3.09%. The 2Y–10Y spread was 48.3 basis points. Latest / live yield requires API access.
Developers use Bonds API to pull Netherlands 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, 2Y, 3Y, 4Y, 5Y, 6Y, 7Y, 8Y, 9Y, 10Y, 15Y, 20Y, 25Y, 30Y.
- Market
- Dutch State Loans
- Currency
- EUR
- Central bank
- European Central Bank
- Also known as
- Netherlands bond yields, Dutch government bonds
API examples for NL
Use these endpoints to query Dutch State Loans with country=NL.
GET /latest
Docs →Most recent Netherlands bond yields.
curl "https://bonds-api.com/api/v1/latest?countries=NL&api_key=YOUR_API_KEY"
GET /curve
Docs →Full sovereign yield curve for NL.
curl "https://bonds-api.com/api/v1/curve?country=NL&api_key=YOUR_API_KEY"
GET /historical
Docs →Yield for a specific maturity and date.
curl "https://bonds-api.com/api/v1/historical?country=NL&maturity=10Y&date=2025-06-15&api_key=YOUR_API_KEY"