NZD to ZMW exchange rate API
New Zealand Dollar to Zambian Kwacha · quoted 2026-09-26
11.0734
▼ +19.39% over 1Y
1 NZD = 11.0734 ZMW · 1 ZMW = 0.09031 NZD · Get this rate via the API
1 NZD buys 11.0734 ZMW as of 2026-09-26, so 1 ZMW buys 0.09031 NZD. Over the last year, NZD/ZMW traded between 10.2136 and 13.8784, averaged 11.6339 and fell 19.39%. The API holds daily NZD/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
NZD/ZMW over 1Y: show the values
| Point | NZD/ZMW |
|---|---|
| 2025-09-26 | 13.7367 |
| 2025-10-03 | 13.8784 |
| 2025-10-10 | 13.0581 |
| 2025-10-17 | 12.9732 |
| 2025-10-24 | 12.7154 |
| 2025-10-31 | 12.6611 |
| 2025-11-07 | 12.7592 |
| 2025-11-14 | 12.8765 |
| 2025-11-21 | 12.9199 |
| 2025-11-28 | 13.0812 |
| 2025-12-05 | 13.3729 |
| 2025-12-13 | 13.4041 |
| 2025-12-20 | 13.0301 |
| 2025-12-27 | 13.1541 |
| 2026-01-03 | 12.7518 |
| 2026-01-10 | 11.1796 |
| 2026-01-17 | 11.6197 |
| 2026-01-24 | 11.6306 |
| 2026-01-31 | 11.8934 |
| 2026-02-07 | 11.2489 |
| 2026-02-14 | 11.0203 |
| 2026-02-21 | 11.3361 |
| 2026-02-28 | 11.3482 |
| 2026-03-07 | 11.3938 |
| 2026-03-14 | 11.2113 |
| 2026-03-21 | 11.3874 |
| 2026-03-28 | 10.8159 |
| 2026-04-04 | 10.9510 |
| 2026-04-11 | 11.0959 |
| 2026-04-18 | 11.1879 |
| 2026-04-25 | 11.0726 |
| 2026-05-02 | 11.0150 |
| 2026-05-09 | 11.3599 |
| 2026-05-17 | 11.0456 |
| 2026-05-25 | 11.0965 |
| 2026-06-01 | 10.9742 |
| 2026-06-10 | 10.3435 |
| 2026-06-17 | 10.3059 |
| 2026-06-24 | 10.2136 |
| 2026-07-01 | 10.2436 |
| 2026-07-08 | 10.5391 |
| 2026-07-15 | 10.5673 |
| 2026-07-22 | 10.7167 |
| 2026-07-29 | 10.8266 |
| 2026-08-05 | 11.1426 |
| 2026-08-12 | 11.0436 |
| 2026-08-20 | 11.1319 |
| 2026-08-27 | 11.3378 |
| 2026-09-03 | 11.2450 |
| 2026-09-10 | 11.2436 |
| 2026-09-17 | 11.2729 |
| 2026-09-24 | 11.0953 |
High
13.8784
Low
10.2136
Average
11.6339
Get this rate via the API
One GET request returns the NZD/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=NZD¤cies=ZMW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=ZMW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=ZMW").json()Replace YOUR_API_KEY with the key from your dashboard.
NZD/ZMW API questions
How do I get the NZD/ZMW exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=ZMW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NZD/ZMW rate in rates.ZMW.
How far back does NZD/ZMW historical data go?
Daily NZD/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 NZD/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.