Skip to content

ZMW to NGN exchange rate API

Zambian Kwacha to Naira · quoted 2026-09-26

67.8697

▲ +4.06% over YTD

1 ZMW = 67.8697 NGN · 1 NGN = 0.01473 ZMW · Get this rate via the API

1 ZMW buys 67.8697 NGN as of 2026-09-26, so 1 NGN buys 0.01473 ZMW. Over the year to date, ZMW/NGN traded between 65.2191 and 77.5563, averaged 71.9240 and rose 4.06%. The API holds daily ZMW/NGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/NGN over YTD

ZMW/NGN over YTD: show the values
PointZMW/NGN
2025-12-3165.2191
2026-01-0768.1256
2026-01-1473.0136
2026-01-2170.0414
2026-01-2870.8160
2026-02-0470.7284
2026-02-1170.9106
2026-02-1872.8462
2026-02-2571.2499
2026-03-0471.8122
2026-03-1172.0937
2026-03-1869.2619
2026-03-2572.5127
2026-04-0172.0333
2026-04-0871.0339
2026-04-1570.6714
2026-04-2270.8046
2026-04-2972.4838
2026-05-0672.5170
2026-05-1472.1928
2026-05-2172.1746
2026-05-2973.8364
2026-06-0577.5563
2026-06-1477.4527
2026-06-2176.0844
2026-06-2875.9974
2026-07-0574.5888
2026-07-1276.2128
2026-07-1975.5929
2026-07-2673.2655
2026-08-0272.9393
2026-08-0972.7655
2026-08-1671.8443
2026-08-2471.0859
2026-08-3170.6899
2026-09-0768.6762
2026-09-1468.4897
2026-09-2167.5438

High

77.5563

Low

65.2191

Average

71.9240

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/NGN API questions

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

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

How far back does ZMW/NGN historical data go?

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