Skip to content

ZMW to NGN exchange rate API

Zambian Kwacha to Naira · quoted 2026-09-26

67.8697

▲ +7.95% over 1Y

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 last year, ZMW/NGN traded between 61.9574 and 76.5725, averaged 69.8585 and rose 7.95%. 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 1Y

ZMW/NGN over 1Y: show the values
PointZMW/NGN
2025-09-2662.8689
2025-10-0361.9574
2025-10-1065.0606
2025-10-1764.6237
2025-10-2465.9514
2025-10-3165.2011
2025-11-0763.3549
2025-11-1463.6341
2025-11-2163.0268
2025-11-2863.0984
2025-12-0562.5462
2025-12-1362.8729
2025-12-2064.5208
2025-12-2764.3508
2026-01-0365.1451
2026-01-1073.3045
2026-01-1770.4338
2026-01-2472.6711
2026-01-3170.1912
2026-02-0773.1062
2026-02-1474.1412
2026-02-2170.8294
2026-02-2872.1020
2026-03-0772.1551
2026-03-1471.2985
2026-03-2169.5284
2026-03-2873.4844
2026-04-0471.6387
2026-04-1171.4923
2026-04-1870.5683
2026-04-2571.8234
2026-05-0273.6648
2026-05-0971.6992
2026-05-1772.5249
2026-05-2572.4421
2026-06-0174.4856
2026-06-1076.2866
2026-06-1776.5725
2026-06-2475.7014
2026-07-0176.4003
2026-07-0874.1783
2026-07-1575.9346
2026-07-2274.8806
2026-07-2972.8257
2026-08-0571.8841
2026-08-1272.3432
2026-08-2071.8894
2026-08-2770.5039
2026-09-0369.3421
2026-09-1068.5586
2026-09-1767.7404
2026-09-2467.7899

High

76.5725

Low

61.9574

Average

69.8585

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.