Skip to content

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

ZAR/CNY over 1Y: show the values
PointZAR/CNY
2025-09-260.40901
2025-10-030.41257
2025-10-100.41380
2025-10-170.40984
2025-10-240.41103
2025-10-310.41017
2025-11-070.41047
2025-11-140.41418
2025-11-210.40959
2025-11-280.41339
2025-12-050.41757
2025-12-120.41853
2025-12-190.41970
2025-12-260.42122
2026-01-020.42350
2026-01-090.42125
2026-01-160.42529
2026-01-230.43136
2026-01-300.43618
2026-02-060.43034
2026-02-130.43088
2026-02-200.42918
2026-02-270.43024
2026-03-060.41301
2026-03-130.41060
2026-03-200.40829
2026-03-270.40218
2026-04-030.40555
2026-04-100.41565
2026-04-170.41638
2026-04-240.41277
2026-05-010.40948
2026-05-080.41422
2026-05-150.40877
2026-05-220.41242
2026-05-290.41709
2026-06-050.41582
2026-06-120.41480
2026-06-190.41091
2026-06-260.41300
2026-07-030.41827
2026-07-100.41506
2026-07-170.41056
2026-07-240.40191
2026-07-310.40732
2026-08-070.41592
2026-08-140.41704
2026-08-210.41992
2026-08-280.42001
2026-09-040.42029
2026-09-110.41515
2026-09-180.41159
2026-09-250.41201

High

0.43618

Low

0.40191

Average

0.41568

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.