Skip to content

NOK to ZMW exchange rate API

Norwegian Krone to Zambian Kwacha · quoted 2026-09-26

2.0570

▼ +6.75% over YTD

1 NOK = 2.0570 ZMW · 1 ZMW = 0.48613 NOK · Get this rate via the API

1 NOK buys 2.0570 ZMW as of 2026-09-26, so 1 ZMW buys 0.48613 NOK. Over the year to date, NOK/ZMW traded between 1.8255 and 2.2059, averaged 1.9975 and fell 6.75%. The API holds daily NOK/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NOK/ZMW over YTD

NOK/ZMW over YTD: show the values
PointNOK/ZMW
2025-12-312.2059
2026-01-072.0852
2026-01-141.9367
2026-01-212.0446
2026-01-282.0626
2026-02-042.0343
2026-02-112.0145
2026-02-181.9516
2026-02-251.9791
2026-03-041.9902
2026-03-112.0113
2026-03-182.0440
2026-03-251.9488
2026-04-011.9881
2026-04-082.0415
2026-04-152.0270
2026-04-222.0482
2026-04-292.0443
2026-05-062.0329
2026-05-142.0591
2026-05-212.0582
2026-05-292.0104
2026-06-051.8848
2026-06-141.8496
2026-06-211.8456
2026-06-281.8255
2026-07-051.8680
2026-07-121.8480
2026-07-191.8813
2026-07-261.9454
2026-08-021.9783
2026-08-091.9773
2026-08-162.0020
2026-08-242.0382
2026-08-312.0393
2026-09-072.0765
2026-09-142.0759
2026-09-212.0934

High

2.2059

Low

1.8255

Average

1.9975

For developers

Get this rate via the API

One GET request returns the NOK/ZMW 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=NOK&currencies=ZMW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK&currencies=ZMW");
const data = await response.json();
Python
import requests

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

Replace YOUR_API_KEY with the key from your dashboard.

NOK/ZMW API questions

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

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

How far back does NOK/ZMW historical data go?

Daily NOK/ZMW rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free NOK/ZMW 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.