Skip to content

ZMW to CNY exchange rate API

Zambian Kwacha to Yuan Renminbi · quoted 2026-09-26

0.34337

▲ +14.69% over 1Y

1 ZMW = 0.34337 CNY · 1 CNY = 2.9123 ZMW · Get this rate via the API

1 ZMW buys 0.34337 CNY as of 2026-09-26, so 1 CNY buys 2.9123 ZMW. Over the last year, ZMW/CNY traded between 0.29915 and 0.38103, averaged 0.34652 and rose 14.69%. The API holds daily ZMW/CNY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/CNY over 1Y

ZMW/CNY over 1Y: show the values
PointZMW/CNY
2025-09-260.29938
2025-10-030.29915
2025-10-100.31378
2025-10-170.31467
2025-10-240.32178
2025-10-310.32129
2025-11-070.31368
2025-11-140.31329
2025-11-210.30834
2025-11-280.30898
2025-12-050.30542
2025-12-130.30540
2025-12-200.31101
2025-12-270.31076
2026-01-030.31667
2026-01-100.35781
2026-01-170.34499
2026-01-240.35622
2026-01-310.35195
2026-02-070.37103
2026-02-140.37854
2026-02-210.36418
2026-02-280.36250
2026-03-070.35756
2026-03-140.35529
2026-03-210.35311
2026-03-280.36713
2026-04-040.35767
2026-04-110.35907
2026-04-180.35838
2026-04-250.36183
2026-05-020.36556
2026-05-090.35722
2026-05-170.36052
2026-05-250.35916
2026-06-010.36707
2026-06-100.38052
2026-06-170.38103
2026-06-240.37630
2026-07-010.37622
2026-07-080.36756
2026-07-150.37291
2026-07-220.36770
2026-07-290.36086
2026-08-050.35565
2026-08-120.35829
2026-08-200.35892
2026-08-270.35278
2026-09-030.35087
2026-09-100.34746
2026-09-170.34169
2026-09-240.34301

High

0.38103

Low

0.29915

Average

0.34652

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/CNY API questions

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

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

How far back does ZMW/CNY historical data go?

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