Skip to content

ZMW to NAD exchange rate API

Zambian Kwacha to Namibia Dollar · quoted 2026-09-26

0.84026

▲ +14.69% over 1Y

1 ZMW = 0.84026 NAD · 1 NAD = 1.1901 ZMW · Get this rate via the API

1 ZMW buys 0.84026 NAD as of 2026-09-26, so 1 NAD buys 1.1901 ZMW. Over the last year, ZMW/NAD traded between 0.72749 and 0.92848, averaged 0.83364 and rose 14.69%. The API holds daily ZMW/NAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/NAD over 1Y

ZMW/NAD over 1Y: show the values
PointZMW/NAD
2025-09-260.73262
2025-10-030.72749
2025-10-100.75794
2025-10-170.76695
2025-10-240.78308
2025-10-310.77989
2025-11-070.76564
2025-11-140.75168
2025-11-210.74719
2025-11-280.74900
2025-12-050.73372
2025-12-130.73046
2025-12-200.74062
2025-12-270.73918
2026-01-030.74583
2026-01-100.84545
2026-01-170.81230
2026-01-240.82527
2026-01-310.81737
2026-02-070.85719
2026-02-140.87426
2026-02-210.84545
2026-02-280.84193
2026-03-070.85694
2026-03-140.87270
2026-03-210.87774
2026-03-280.91150
2026-04-040.88173
2026-04-110.86455
2026-04-180.85866
2026-04-250.87867
2026-05-020.89193
2026-05-090.86094
2026-05-170.88236
2026-05-250.86508
2026-06-010.88073
2026-06-100.92848
2026-06-170.91235
2026-06-240.91616
2026-07-010.90958
2026-07-080.87877
2026-07-150.89984
2026-07-220.89303
2026-07-290.89195
2026-08-050.86150
2026-08-120.86055
2026-08-200.85949
2026-08-270.83836
2026-09-030.83783
2026-09-100.83108
2026-09-170.83253
2026-09-240.83703

High

0.92848

Low

0.72749

Average

0.83364

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/NAD API questions

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

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

How far back does ZMW/NAD historical data go?

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