Norway Sovereign Bond Yields
NO ·Norwegian Government Bonds ·NOK ·Europe ·7 maturities
Delayed reference yields for Norwegian 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.
Norway yield curve
All maturities for NOLatest / live yield requires API access
This page shows delayed month-end reference data only. Get an API key for current NO NGBs yields, spreads, and history.
What are Norway sovereign bonds?
Norwegian government bonds form the NOK sovereign curve, influenced by oil dynamics and Norges Bank policy. On Bonds API, ISO code NO identifies Norwegian 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 NO 10Y reference yield on that date was 4.41%. Latest / live yield requires API access.
Developers use Bonds API to pull Norway yields into risk systems, dashboards, and research workflows via REST JSON endpoints such as /latest, /curve, and /historical — with currency context NOK and policy backdrop from the Norges Bank. Available tenors on the delayed curve include 6M, 9M, 1Y, 3Y, 5Y, 10Y, 20Y.
- Market
- Norwegian Government Bonds
- Currency
- NOK
- Central bank
- Norges Bank
- Also known as
- Norway bond yields, Norwegian govies
API examples for NO
Use these endpoints to query Norwegian Government Bonds with country=NO.
GET /latest
Docs →Most recent Norway bond yields.
curl "https://bonds-api.com/api/v1/latest?countries=NO&api_key=YOUR_API_KEY"
GET /curve
Docs →Full sovereign yield curve for NO.
curl "https://bonds-api.com/api/v1/curve?country=NO&api_key=YOUR_API_KEY"
GET /historical
Docs →Yield for a specific maturity and date.
curl "https://bonds-api.com/api/v1/historical?country=NO&maturity=10Y&date=2025-06-15&api_key=YOUR_API_KEY"