Skip to content

CNY to SAR exchange rate API

Yuan Renminbi to Saudi Riyal · quoted 2026-09-22

0.55875

▲ +7.18% over 1Y

1 CNY = 0.55875 SAR · 1 SAR = 1.7897 CNY · Get this rate via the API

1 CNY buys 0.55875 SAR as of 2026-09-22, so 1 SAR buys 1.7897 CNY. Over the last year, CNY/SAR traded between 0.52134 and 0.55956, averaged 0.54451 and rose 7.18%. The API holds daily CNY/SAR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CNY/SAR over 1Y

CNY/SAR over 1Y: show the values
PointCNY/SAR
2025-09-220.52134
2025-09-290.52797
2025-10-060.52808
2025-10-130.52715
2025-10-200.52780
2025-10-270.52893
2025-11-030.52799
2025-11-100.52812
2025-11-170.52894
2025-11-240.53039
2025-12-010.53194
2025-12-080.53234
2025-12-150.53375
2025-12-220.53429
2025-12-290.53660
2026-01-050.53821
2026-01-120.53913
2026-01-190.53986
2026-01-260.54055
2026-02-020.54147
2026-02-090.54311
2026-02-160.54417
2026-02-230.54436
2026-03-020.54663
2026-03-090.54402
2026-03-160.54549
2026-03-230.54613
2026-03-300.54432
2026-04-060.54689
2026-04-130.55065
2026-04-200.55155
2026-04-270.55107
2026-05-040.55051
2026-05-110.55433
2026-05-190.55184
2026-05-270.55293
2026-06-030.55396
2026-06-120.55454
2026-06-190.55397
2026-06-260.55162
2026-07-030.55298
2026-07-100.55354
2026-07-170.55330
2026-07-240.55374
2026-07-310.55545
2026-08-070.55575
2026-08-140.55627
2026-08-220.55789
2026-08-290.55733
2026-09-050.55862
2026-09-120.55915
2026-09-190.55956

High

0.55956

Low

0.52134

Average

0.54451

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY&currencies=SAR").json()

Replace YOUR_API_KEY with the key from your dashboard.

CNY/SAR API questions

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

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

How far back does CNY/SAR historical data go?

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