Skip to content

NIO to ZMW exchange rate API

Cordoba Oro to Zambian Kwacha · quoted 2026-09-25

0.53098

▼ +17.71% over 1Y

1 NIO = 0.53098 ZMW · 1 ZMW = 1.8833 NIO · Get this rate via the API

1 NIO buys 0.53098 ZMW as of 2026-09-25, so 1 ZMW buys 1.8833 NIO. Over the last year, NIO/ZMW traded between 0.48000 and 0.65182, averaged 0.54516 and fell 17.71%. The API holds daily NIO/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NIO/ZMW over 1Y

NIO/ZMW over 1Y: show the values
PointNIO/ZMW
2025-09-250.64529
2025-10-020.65182
2025-10-090.64541
2025-10-160.61805
2025-10-230.60937
2025-10-300.60209
2025-11-060.61493
2025-11-130.61430
2025-11-200.61957
2025-11-270.61982
2025-12-040.62928
2025-12-120.62600
2025-12-190.61868
2025-12-260.61303
2026-01-020.60475
2026-01-090.53836
2026-01-160.54063
2026-01-230.54041
2026-01-300.53918
2026-02-060.50739
2026-02-130.50109
2026-02-200.51621
2026-02-270.51323
2026-03-060.52560
2026-03-130.52865
2026-03-200.53180
2026-03-270.51394
2026-04-030.52363
2026-04-100.51883
2026-04-170.51968
2026-04-240.51013
2026-05-010.50869
2026-05-080.51769
2026-05-160.51503
2026-05-240.51510
2026-05-310.50270
2026-06-090.48275
2026-06-160.48000
2026-06-230.48639
2026-06-300.49395
2026-07-070.49904
2026-07-140.49231
2026-07-210.49688
2026-07-280.50549
2026-08-040.51168
2026-08-110.50969
2026-08-180.51470
2026-08-260.51881
2026-09-020.52130
2026-09-090.52558
2026-09-160.53392
2026-09-230.52956

High

0.65182

Low

0.48000

Average

0.54516

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

NIO/ZMW API questions

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

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

How far back does NIO/ZMW historical data go?

Daily NIO/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 NIO/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.