Skip to content

NGN to ZMW exchange rate API

Naira to Zambian Kwacha · quoted 2026-09-26

0.01473

▼ +7.37% over 1Y

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

1 NGN buys 0.01473 ZMW as of 2026-09-26, so 1 ZMW buys 67.8702 NGN. Over the last year, NGN/ZMW traded between 0.01306 and 0.01614, averaged 0.01437 and fell 7.37%. The API holds daily NGN/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NGN/ZMW over 1Y

NGN/ZMW over 1Y: show the values
PointNGN/ZMW
2025-09-260.01591
2025-10-030.01614
2025-10-100.01537
2025-10-170.01547
2025-10-240.01516
2025-10-310.01534
2025-11-070.01578
2025-11-140.01571
2025-11-210.01587
2025-11-280.01585
2025-12-050.01599
2025-12-130.01590
2025-12-200.01550
2025-12-270.01554
2026-01-030.01535
2026-01-100.01364
2026-01-170.01420
2026-01-240.01376
2026-01-310.01425
2026-02-070.01368
2026-02-140.01349
2026-02-210.01412
2026-02-280.01387
2026-03-070.01386
2026-03-140.01402
2026-03-210.01438
2026-03-280.01361
2026-04-040.01396
2026-04-110.01399
2026-04-180.01417
2026-04-250.01392
2026-05-020.01358
2026-05-090.01395
2026-05-170.01379
2026-05-250.01380
2026-06-010.01342
2026-06-100.01311
2026-06-170.01306
2026-06-240.01321
2026-07-010.01309
2026-07-080.01348
2026-07-150.01317
2026-07-220.01335
2026-07-290.01373
2026-08-050.01391
2026-08-120.01382
2026-08-200.01391
2026-08-270.01418
2026-09-030.01442
2026-09-100.01459
2026-09-170.01476
2026-09-240.01475

High

0.01614

Low

0.01306

Average

0.01437

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NGN&currencies=ZMW").json()

Replace YOUR_API_KEY with the key from your dashboard.

NGN/ZMW API questions

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

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

How far back does NGN/ZMW historical data go?

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