CNY to ZAR exchange rate API
Yuan Renminbi to Rand · quoted 2026-09-26
2.4298
▼ +0.62% over 1Y
1 CNY = 2.4298 ZAR · 1 ZAR = 0.41156 CNY · Get this rate via the API
1 CNY buys 2.4298 ZAR as of 2026-09-26, so 1 ZAR buys 0.41156 CNY. Over the last year, CNY/ZAR traded between 2.2926 and 2.4881, averaged 2.4064 and fell 0.62%. The API holds daily CNY/ZAR rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.
CNY/ZAR over 1Y: show the values
| Point | CNY/ZAR |
|---|---|
| 2025-09-26 | 2.4449 |
| 2025-10-03 | 2.4238 |
| 2025-10-10 | 2.4166 |
| 2025-10-17 | 2.4400 |
| 2025-10-24 | 2.4329 |
| 2025-10-31 | 2.4380 |
| 2025-11-07 | 2.4362 |
| 2025-11-14 | 2.4144 |
| 2025-11-21 | 2.4415 |
| 2025-11-28 | 2.4190 |
| 2025-12-05 | 2.3948 |
| 2025-12-12 | 2.3893 |
| 2025-12-19 | 2.3826 |
| 2025-12-26 | 2.3740 |
| 2026-01-02 | 2.3613 |
| 2026-01-09 | 2.3739 |
| 2026-01-16 | 2.3514 |
| 2026-01-23 | 2.3183 |
| 2026-01-30 | 2.2926 |
| 2026-02-06 | 2.3237 |
| 2026-02-13 | 2.3208 |
| 2026-02-20 | 2.3300 |
| 2026-02-27 | 2.3243 |
| 2026-03-06 | 2.4213 |
| 2026-03-13 | 2.4355 |
| 2026-03-20 | 2.4492 |
| 2026-03-27 | 2.4864 |
| 2026-04-03 | 2.4658 |
| 2026-04-10 | 2.4059 |
| 2026-04-17 | 2.4017 |
| 2026-04-24 | 2.4226 |
| 2026-05-01 | 2.4421 |
| 2026-05-08 | 2.4142 |
| 2026-05-15 | 2.4464 |
| 2026-05-22 | 2.4247 |
| 2026-05-29 | 2.3976 |
| 2026-06-05 | 2.4049 |
| 2026-06-12 | 2.4108 |
| 2026-06-19 | 2.4336 |
| 2026-06-26 | 2.4213 |
| 2026-07-03 | 2.3908 |
| 2026-07-10 | 2.4093 |
| 2026-07-17 | 2.4357 |
| 2026-07-24 | 2.4881 |
| 2026-07-31 | 2.4551 |
| 2026-08-07 | 2.4043 |
| 2026-08-14 | 2.3979 |
| 2026-08-21 | 2.3814 |
| 2026-08-28 | 2.3809 |
| 2026-09-04 | 2.3793 |
| 2026-09-11 | 2.4088 |
| 2026-09-18 | 2.4296 |
| 2026-09-25 | 2.4271 |
High
2.4881
Low
2.2926
Average
2.4064
Get this rate via the API
One GET request returns the CNY/ZAR 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=CNY¤cies=ZAR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY¤cies=ZAR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY¤cies=ZAR").json()Replace YOUR_API_KEY with the key from your dashboard.
CNY/ZAR API questions
How do I get the CNY/ZAR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY¤cies=ZAR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CNY/ZAR rate in rates.ZAR.
How far back does CNY/ZAR historical data go?
Daily CNY/ZAR 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 CNY/ZAR 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.