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: show the values
| Point | ZMW/NGN |
|---|---|
| 2025-09-26 | 62.8689 |
| 2025-10-03 | 61.9574 |
| 2025-10-10 | 65.0606 |
| 2025-10-17 | 64.6237 |
| 2025-10-24 | 65.9514 |
| 2025-10-31 | 65.2011 |
| 2025-11-07 | 63.3549 |
| 2025-11-14 | 63.6341 |
| 2025-11-21 | 63.0268 |
| 2025-11-28 | 63.0984 |
| 2025-12-05 | 62.5462 |
| 2025-12-13 | 62.8729 |
| 2025-12-20 | 64.5208 |
| 2025-12-27 | 64.3508 |
| 2026-01-03 | 65.1451 |
| 2026-01-10 | 73.3045 |
| 2026-01-17 | 70.4338 |
| 2026-01-24 | 72.6711 |
| 2026-01-31 | 70.1912 |
| 2026-02-07 | 73.1062 |
| 2026-02-14 | 74.1412 |
| 2026-02-21 | 70.8294 |
| 2026-02-28 | 72.1020 |
| 2026-03-07 | 72.1551 |
| 2026-03-14 | 71.2985 |
| 2026-03-21 | 69.5284 |
| 2026-03-28 | 73.4844 |
| 2026-04-04 | 71.6387 |
| 2026-04-11 | 71.4923 |
| 2026-04-18 | 70.5683 |
| 2026-04-25 | 71.8234 |
| 2026-05-02 | 73.6648 |
| 2026-05-09 | 71.6992 |
| 2026-05-17 | 72.5249 |
| 2026-05-25 | 72.4421 |
| 2026-06-01 | 74.4856 |
| 2026-06-10 | 76.2866 |
| 2026-06-17 | 76.5725 |
| 2026-06-24 | 75.7014 |
| 2026-07-01 | 76.4003 |
| 2026-07-08 | 74.1783 |
| 2026-07-15 | 75.9346 |
| 2026-07-22 | 74.8806 |
| 2026-07-29 | 72.8257 |
| 2026-08-05 | 71.8841 |
| 2026-08-12 | 72.3432 |
| 2026-08-20 | 71.8894 |
| 2026-08-27 | 70.5039 |
| 2026-09-03 | 69.3421 |
| 2026-09-10 | 68.5586 |
| 2026-09-17 | 67.7404 |
| 2026-09-24 | 67.7899 |
High
76.5725
Low
61.9574
Average
69.8585
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=NGN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=NGN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=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¤cies=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.