Skip to content

ZMW to NZD exchange rate API

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

0.09031

▼ +2.33% over 6M

1 ZMW = 0.09031 NZD · 1 NZD = 11.0735 ZMW · Get this rate via the API

1 ZMW buys 0.09031 NZD as of 2026-09-26, so 1 NZD buys 11.0735 ZMW. Over the last 6 months, ZMW/NZD traded between 0.08818 and 0.09867, averaged 0.09160 and fell 2.33%. The API holds daily ZMW/NZD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/NZD over 6M

ZMW/NZD over 6M: show the values
PointZMW/NZD
2026-03-300.09246
2026-04-060.09096
2026-04-130.09047
2026-04-200.08911
2026-04-270.08943
2026-05-040.09094
2026-05-110.08857
2026-05-190.09052
2026-05-270.09017
2026-06-030.09447
2026-06-120.09867
2026-06-190.09674
2026-06-260.09790
2026-07-030.09572
2026-07-100.09522
2026-07-170.09391
2026-07-240.09288
2026-07-310.09067
2026-08-070.08918
2026-08-140.09051
2026-08-220.08818
2026-08-290.08868
2026-09-050.08835
2026-09-120.08889
2026-09-190.08875

High

0.09867

Low

0.08818

Average

0.09160

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/NZD API questions

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

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

How far back does ZMW/NZD historical data go?

Daily ZMW/NZD 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 ZMW/NZD 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.