Skip to content

NZD to NOK exchange rate API

New Zealand Dollar to Norwegian Krone · quoted 2026-09-26

5.3831

▼ +6.88% over 1Y

1 NZD = 5.3831 NOK · 1 NOK = 0.18577 NZD · Get this rate via the API

1 NZD buys 5.3831 NOK as of 2026-09-26, so 1 NOK buys 0.18577 NZD. Over the last year, NZD/NOK traded between 5.3831 and 5.8725, averaged 5.6383 and fell 6.88%. The API holds daily NZD/NOK rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

NZD/NOK over 1Y

NZD/NOK over 1Y: show the values
PointNZD/NOK
2025-09-265.7810
2025-10-035.8019
2025-10-105.8068
2025-10-175.7553
2025-10-245.7477
2025-10-315.7632
2025-11-075.7271
2025-11-145.7243
2025-11-215.7364
2025-11-285.8105
2025-12-055.8314
2025-12-125.8725
2025-12-195.8378
2025-12-265.8338
2026-01-025.8072
2026-01-095.7901
2026-01-165.8082
2026-01-235.8131
2026-01-305.7927
2026-02-065.8301
2026-02-135.7513
2026-02-205.6945
2026-02-275.6807
2026-03-065.6751
2026-03-135.6671
2026-03-205.5919
2026-03-275.5889
2026-04-035.5705
2026-04-105.5488
2026-04-175.4997
2026-04-245.4930
2026-05-015.4695
2026-05-085.4834
2026-05-155.4476
2026-05-225.4143
2026-05-295.5274
2026-06-055.4754
2026-06-125.5516
2026-06-195.5614
2026-06-265.6011
2026-07-035.6207
2026-07-105.6283
2026-07-175.6296
2026-07-245.5393
2026-07-315.5858
2026-08-075.5864
2026-08-145.5659
2026-08-215.5614
2026-08-285.5448
2026-09-045.4687
2026-09-115.4135
2026-09-185.3864
2026-09-255.3909

High

5.8725

Low

5.3831

Average

5.6383

For developers

Get this rate via the API

One GET request returns the NZD/NOK rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD&currencies=NOK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD&currencies=NOK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD&currencies=NOK").json()

Replace YOUR_API_KEY with the key from your dashboard.

NZD/NOK API questions

How do I get the NZD/NOK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD&currencies=NOK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NZD/NOK rate in rates.NOK.

How far back does NZD/NOK historical data go?

Daily NZD/NOK rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free NZD/NOK exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.