As of May 27, 2026

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.

2Y yield
10Y yield
4.41%
30Y yield

Yields as of May 27, 2026 (previous month-end close — not live). Latest / live yield requires API access.

Norway yield curve

All maturities for NO
6M
9M
1Y
3Y
5Y
10Y
20Y
Norway sovereign bond yields as of May 27, 2026 (delayed)
Maturity Yield (delayed) Latest (API)
6M 4.362% Unlock
9M 4.429% Unlock
1Y 4.544% Unlock
3Y 4.529% Unlock
5Y 4.406% Unlock
10Y bench 4.405% Unlock
20Y 4.405% Unlock

Latest / 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"

Frequently asked questions — NO

What is the Norway (NO) sovereign bond yield curve?
It is the set of interest rates on Norwegian Government Bonds across maturities. Investors use the curve to price duration risk, compare credit spreads, and infer Norges Bank policy expectations.
What is the NO 10Y bond yield shown on this page?
The public reference 10Y yield for Norway as of May 27, 2026 is 4.405%. This is delayed month-end data. Latest / live yield requires API access via Bonds API.
Are these Norway yields live?
No. Public country pages show delayed reference yields (previous month-end close). Latest / live yield requires API access with an API key.
Which maturities does Bonds API cover for NO?
The delayed NO curve currently lists 7 maturities: 6M, 9M, 1Y, 3Y, 5Y, 10Y, 20Y. Not every country issues every tenor; API responses only include maturities that exist.
How do I get the latest Norway bond yields via API?
Create an API key, then call GET /api/v1/latest?countries=NO, GET /api/v1/curve?country=NO, or GET /api/v1/historical?country=NO&maturity=10Y&date=YYYY-MM-DD. See Bonds API documentation for parameters and rate limits.