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: show the values
| Point | NOK/ZMW |
|---|---|
| 2025-09-26 | 2.3762 |
| 2025-10-03 | 2.3921 |
| 2025-10-10 | 2.2488 |
| 2025-10-17 | 2.2541 |
| 2025-10-24 | 2.2122 |
| 2025-10-31 | 2.1969 |
| 2025-11-07 | 2.2279 |
| 2025-11-14 | 2.2495 |
| 2025-11-21 | 2.2523 |
| 2025-11-28 | 2.2513 |
| 2025-12-05 | 2.2932 |
| 2025-12-13 | 2.2787 |
| 2025-12-20 | 2.2329 |
| 2025-12-27 | 2.2520 |
| 2026-01-03 | 2.1966 |
| 2026-01-10 | 1.9312 |
| 2026-01-17 | 2.0020 |
| 2026-01-24 | 2.0003 |
| 2026-01-31 | 2.0470 |
| 2026-02-07 | 1.9326 |
| 2026-02-14 | 1.9210 |
| 2026-02-21 | 1.9917 |
| 2026-02-28 | 1.9893 |
| 2026-03-07 | 2.0152 |
| 2026-03-14 | 1.9869 |
| 2026-03-21 | 2.0387 |
| 2026-03-28 | 1.9403 |
| 2026-04-04 | 1.9701 |
| 2026-04-11 | 1.9965 |
| 2026-04-18 | 2.0306 |
| 2026-04-25 | 2.0279 |
| 2026-05-02 | 2.0091 |
| 2026-05-09 | 2.0672 |
| 2026-05-17 | 2.0293 |
| 2026-05-25 | 2.0428 |
| 2026-06-01 | 1.9895 |
| 2026-06-10 | 1.8775 |
| 2026-06-17 | 1.8679 |
| 2026-06-24 | 1.8397 |
| 2026-07-01 | 1.8173 |
| 2026-07-08 | 1.8946 |
| 2026-07-15 | 1.8674 |
| 2026-07-22 | 1.9195 |
| 2026-07-29 | 1.9402 |
| 2026-08-05 | 1.9965 |
| 2026-08-12 | 1.9869 |
| 2026-08-20 | 2.0071 |
| 2026-08-27 | 2.0395 |
| 2026-09-03 | 2.0583 |
| 2026-09-10 | 2.0829 |
| 2026-09-17 | 2.0820 |
| 2026-09-24 | 2.0617 |
High
2.3921
Low
1.8173
Average
2.0617
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK¤cies=ZMW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK¤cies=ZMW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK¤cies=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¤cies=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.