Skip to content

ZAR to CNY exchange rate API

Rand to Yuan Renminbi · quoted 2026-09-26

0.41156

▼ +4.10% over 5Y

1 ZAR = 0.41156 CNY · 1 CNY = 2.4298 ZAR · Get this rate via the API

1 ZAR buys 0.41156 CNY as of 2026-09-26, so 1 CNY buys 2.4298 ZAR. Over the last 5 years, ZAR/CNY traded between 0.36527 and 0.43605, averaged 0.40229 and fell 4.10%. The API holds daily ZAR/CNY rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.

ZAR/CNY over 5Y

ZAR/CNY over 5Y: show the values
PointZAR/CNY
2021-09-270.42916
2021-11-080.42626
2021-12-200.40322
2022-01-310.40846
2022-03-140.42258
2022-04-270.41196
2022-06-080.43605
2022-07-200.39610
2022-08-310.40398
2022-10-120.39351
2022-11-230.41773
2023-01-050.40200
2023-02-160.37797
2023-03-300.38124
2023-05-160.36527
2023-06-270.39052
2023-08-080.38164
2023-09-190.38511
2023-10-310.38939
2023-12-120.37909
2024-01-260.38183
2024-03-080.38563
2024-04-230.37671
2024-06-050.38275
2024-07-170.39931
2024-08-270.40199
2024-10-010.39959
2024-10-310.40359
2024-11-300.40091
2024-12-300.38956
2025-01-290.38848
2025-02-280.39487
2025-03-300.39054
2025-04-290.39212
2025-05-290.40269
2025-06-280.40114
2025-07-280.40194
2025-08-270.40321
2025-09-260.40901
2025-10-260.41415
2025-11-250.41153
2025-12-250.42100
2026-01-240.43163
2026-02-230.43148
2026-03-250.40793
2026-04-240.41277
2026-05-240.41481
2026-06-230.41166
2026-07-230.41182
2026-08-220.41969
2026-09-210.41179

High

0.43605

Low

0.36527

Average

0.40229

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ZAR/CNY API questions

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

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

How far back does ZAR/CNY historical data go?

Daily ZAR/CNY rates are available from 2005-04-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free ZAR/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.