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: show the values
| Point | CNY/SAR |
|---|---|
| 2025-09-22 | 0.52134 |
| 2025-09-29 | 0.52797 |
| 2025-10-06 | 0.52808 |
| 2025-10-13 | 0.52715 |
| 2025-10-20 | 0.52780 |
| 2025-10-27 | 0.52893 |
| 2025-11-03 | 0.52799 |
| 2025-11-10 | 0.52812 |
| 2025-11-17 | 0.52894 |
| 2025-11-24 | 0.53039 |
| 2025-12-01 | 0.53194 |
| 2025-12-08 | 0.53234 |
| 2025-12-15 | 0.53375 |
| 2025-12-22 | 0.53429 |
| 2025-12-29 | 0.53660 |
| 2026-01-05 | 0.53821 |
| 2026-01-12 | 0.53913 |
| 2026-01-19 | 0.53986 |
| 2026-01-26 | 0.54055 |
| 2026-02-02 | 0.54147 |
| 2026-02-09 | 0.54311 |
| 2026-02-16 | 0.54417 |
| 2026-02-23 | 0.54436 |
| 2026-03-02 | 0.54663 |
| 2026-03-09 | 0.54402 |
| 2026-03-16 | 0.54549 |
| 2026-03-23 | 0.54613 |
| 2026-03-30 | 0.54432 |
| 2026-04-06 | 0.54689 |
| 2026-04-13 | 0.55065 |
| 2026-04-20 | 0.55155 |
| 2026-04-27 | 0.55107 |
| 2026-05-04 | 0.55051 |
| 2026-05-11 | 0.55433 |
| 2026-05-19 | 0.55184 |
| 2026-05-27 | 0.55293 |
| 2026-06-03 | 0.55396 |
| 2026-06-12 | 0.55454 |
| 2026-06-19 | 0.55397 |
| 2026-06-26 | 0.55162 |
| 2026-07-03 | 0.55298 |
| 2026-07-10 | 0.55354 |
| 2026-07-17 | 0.55330 |
| 2026-07-24 | 0.55374 |
| 2026-07-31 | 0.55545 |
| 2026-08-07 | 0.55575 |
| 2026-08-14 | 0.55627 |
| 2026-08-22 | 0.55789 |
| 2026-08-29 | 0.55733 |
| 2026-09-05 | 0.55862 |
| 2026-09-12 | 0.55915 |
| 2026-09-19 | 0.55956 |
High
0.55956
Low
0.52134
Average
0.54451
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY¤cies=SAR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY¤cies=SAR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY¤cies=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¤cies=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.