Skip to content

NZD to ZMW exchange rate API

New Zealand Dollar to Zambian Kwacha · quoted 2026-09-26

11.0734

▼ +13.62% over YTD

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 year to date, NZD/ZMW traded between 10.2330 and 12.8187, averaged 11.1819 and fell 13.62%. 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 YTD

NZD/ZMW over YTD: show the values
PointNZD/ZMW
2025-12-3112.8187
2026-01-0712.1379
2026-01-1411.1919
2026-01-2111.8846
2026-01-2811.9678
2026-02-0411.8303
2026-02-1111.5678
2026-02-1811.1067
2026-02-2511.3320
2026-03-0411.3685
2026-03-1111.4794
2026-03-1811.3981
2026-03-2511.0403
2026-04-0111.0846
2026-04-0811.3536
2026-04-1511.2825
2026-04-2211.2506
2026-04-2911.1132
2026-05-0611.2385
2026-05-1411.2669
2026-05-2111.1294
2026-05-2911.1121
2026-06-0510.3198
2026-06-1410.2811
2026-06-2110.2682
2026-06-2810.2330
2026-07-0510.4852
2026-07-1210.4046
2026-07-1910.6386
2026-07-2610.8046
2026-08-0211.0475
2026-08-0911.0690
2026-08-1611.1471
2026-08-2411.3170
2026-08-3111.2707
2026-09-0711.3103
2026-09-1411.1688
2026-09-2111.2981

High

12.8187

Low

10.2330

Average

11.1819

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD&currencies=ZMW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD&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=NZD&currencies=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&currencies=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.