Skip to content

NOK to ZMW exchange rate API

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

2.0570

▼ +13.43% over 1Y

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 last year, NOK/ZMW traded between 1.8173 and 2.3921, averaged 2.0617 and fell 13.43%. 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 1Y

NOK/ZMW over 1Y: show the values
PointNOK/ZMW
2025-09-262.3762
2025-10-032.3921
2025-10-102.2488
2025-10-172.2541
2025-10-242.2122
2025-10-312.1969
2025-11-072.2279
2025-11-142.2495
2025-11-212.2523
2025-11-282.2513
2025-12-052.2932
2025-12-132.2787
2025-12-202.2329
2025-12-272.2520
2026-01-032.1966
2026-01-101.9312
2026-01-172.0020
2026-01-242.0003
2026-01-312.0470
2026-02-071.9326
2026-02-141.9210
2026-02-211.9917
2026-02-281.9893
2026-03-072.0152
2026-03-141.9869
2026-03-212.0387
2026-03-281.9403
2026-04-041.9701
2026-04-111.9965
2026-04-182.0306
2026-04-252.0279
2026-05-022.0091
2026-05-092.0672
2026-05-172.0293
2026-05-252.0428
2026-06-011.9895
2026-06-101.8775
2026-06-171.8679
2026-06-241.8397
2026-07-011.8173
2026-07-081.8946
2026-07-151.8674
2026-07-221.9195
2026-07-291.9402
2026-08-051.9965
2026-08-121.9869
2026-08-202.0071
2026-08-272.0395
2026-09-032.0583
2026-09-102.0829
2026-09-172.0820
2026-09-242.0617

High

2.3921

Low

1.8173

Average

2.0617

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.