Sweden Sovereign Bond Yields
SE ·Swedish Government Bonds ·SEK ·Europe ·10 maturities
Delayed reference yields for Swedish Government Bonds (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: 47.5 bps
Sweden yield curve
All maturities for SELatest / live yield requires API access
This page shows delayed month-end reference data only. Get an API key for current SE SGB yields, spreads, and history.
What are Sweden sovereign bonds?
Swedish government bonds define the SEK risk-free curve and reflect Riksbank policy across the Nordic region. On Bonds API, ISO code SE identifies Swedish Government Bonds 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 SE 10Y reference yield on that date was 2.65%. The 2Y–10Y spread was 47.5 basis points. Latest / live yield requires API access.
Developers use Bonds API to pull Sweden yields into risk systems, dashboards, and research workflows via REST JSON endpoints such as /latest, /curve, and /historical — with currency context SEK and policy backdrop from the Sveriges Riksbank. Available tenors on the delayed curve include 1M, 2M, 3M, 6M, 2Y, 5Y, 7Y, 10Y, 15Y, 20Y.
- Market
- Swedish Government Bonds
- Currency
- SEK
- Central bank
- Sveriges Riksbank
- Also known as
- Sweden bond yields, Swedish govies
API examples for SE
Use these endpoints to query Swedish Government Bonds with country=SE.
GET /latest
Docs →Most recent Sweden bond yields.
curl "https://bonds-api.com/api/v1/latest?countries=SE&api_key=YOUR_API_KEY"
GET /curve
Docs →Full sovereign yield curve for SE.
curl "https://bonds-api.com/api/v1/curve?country=SE&api_key=YOUR_API_KEY"
GET /historical
Docs →Yield for a specific maturity and date.
curl "https://bonds-api.com/api/v1/historical?country=SE&maturity=10Y&date=2025-06-15&api_key=YOUR_API_KEY"