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: show the values
| Point | ZMW/NGN |
|---|---|
| 2025-12-31 | 65.2191 |
| 2026-01-07 | 68.1256 |
| 2026-01-14 | 73.0136 |
| 2026-01-21 | 70.0414 |
| 2026-01-28 | 70.8160 |
| 2026-02-04 | 70.7284 |
| 2026-02-11 | 70.9106 |
| 2026-02-18 | 72.8462 |
| 2026-02-25 | 71.2499 |
| 2026-03-04 | 71.8122 |
| 2026-03-11 | 72.0937 |
| 2026-03-18 | 69.2619 |
| 2026-03-25 | 72.5127 |
| 2026-04-01 | 72.0333 |
| 2026-04-08 | 71.0339 |
| 2026-04-15 | 70.6714 |
| 2026-04-22 | 70.8046 |
| 2026-04-29 | 72.4838 |
| 2026-05-06 | 72.5170 |
| 2026-05-14 | 72.1928 |
| 2026-05-21 | 72.1746 |
| 2026-05-29 | 73.8364 |
| 2026-06-05 | 77.5563 |
| 2026-06-14 | 77.4527 |
| 2026-06-21 | 76.0844 |
| 2026-06-28 | 75.9974 |
| 2026-07-05 | 74.5888 |
| 2026-07-12 | 76.2128 |
| 2026-07-19 | 75.5929 |
| 2026-07-26 | 73.2655 |
| 2026-08-02 | 72.9393 |
| 2026-08-09 | 72.7655 |
| 2026-08-16 | 71.8443 |
| 2026-08-24 | 71.0859 |
| 2026-08-31 | 70.6899 |
| 2026-09-07 | 68.6762 |
| 2026-09-14 | 68.4897 |
| 2026-09-21 | 67.5438 |
High
77.5563
Low
65.2191
Average
71.9240
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.