ZAR to CNY exchange rate API
Rand to Yuan Renminbi · quoted 2026-09-26
0.41156
▲ +0.62% over 1Y
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 year, ZAR/CNY traded between 0.40191 and 0.43618, averaged 0.41568 and rose 0.62%. 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 1Y: show the values
| Point | ZAR/CNY |
|---|---|
| 2025-09-26 | 0.40901 |
| 2025-10-03 | 0.41257 |
| 2025-10-10 | 0.41380 |
| 2025-10-17 | 0.40984 |
| 2025-10-24 | 0.41103 |
| 2025-10-31 | 0.41017 |
| 2025-11-07 | 0.41047 |
| 2025-11-14 | 0.41418 |
| 2025-11-21 | 0.40959 |
| 2025-11-28 | 0.41339 |
| 2025-12-05 | 0.41757 |
| 2025-12-12 | 0.41853 |
| 2025-12-19 | 0.41970 |
| 2025-12-26 | 0.42122 |
| 2026-01-02 | 0.42350 |
| 2026-01-09 | 0.42125 |
| 2026-01-16 | 0.42529 |
| 2026-01-23 | 0.43136 |
| 2026-01-30 | 0.43618 |
| 2026-02-06 | 0.43034 |
| 2026-02-13 | 0.43088 |
| 2026-02-20 | 0.42918 |
| 2026-02-27 | 0.43024 |
| 2026-03-06 | 0.41301 |
| 2026-03-13 | 0.41060 |
| 2026-03-20 | 0.40829 |
| 2026-03-27 | 0.40218 |
| 2026-04-03 | 0.40555 |
| 2026-04-10 | 0.41565 |
| 2026-04-17 | 0.41638 |
| 2026-04-24 | 0.41277 |
| 2026-05-01 | 0.40948 |
| 2026-05-08 | 0.41422 |
| 2026-05-15 | 0.40877 |
| 2026-05-22 | 0.41242 |
| 2026-05-29 | 0.41709 |
| 2026-06-05 | 0.41582 |
| 2026-06-12 | 0.41480 |
| 2026-06-19 | 0.41091 |
| 2026-06-26 | 0.41300 |
| 2026-07-03 | 0.41827 |
| 2026-07-10 | 0.41506 |
| 2026-07-17 | 0.41056 |
| 2026-07-24 | 0.40191 |
| 2026-07-31 | 0.40732 |
| 2026-08-07 | 0.41592 |
| 2026-08-14 | 0.41704 |
| 2026-08-21 | 0.41992 |
| 2026-08-28 | 0.42001 |
| 2026-09-04 | 0.42029 |
| 2026-09-11 | 0.41515 |
| 2026-09-18 | 0.41159 |
| 2026-09-25 | 0.41201 |
High
0.43618
Low
0.40191
Average
0.41568
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR¤cies=CNY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR¤cies=CNY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR¤cies=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¤cies=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.