Convert SAR to CNY
Saudi Riyal → Chinese Yuan
1 SAR = 1.790196 CNY(1 CNY = 0.558598 SAR)
Currency converter
1 SAR =
1.7902 CNY
SAR to CNY: last 30 days
Over the last 30 days, 1 SAR traded between 1.7854 and 1.8036 CNY, averaging 1.79 CNY. The SAR/CNY rate is down 0.11% since 2026-08-28.
- 30-day high
- 1.8036
- 2026-09-18
- 30-day low
- 1.7854
- 2026-09-21
- 30-day average
- 1.79
- Days with data: 30
- 30-day change
- -0.11%
- since 2026-08-28
1.8036
1.78542026-08-28 → 2026-09-26
| Date | 1 SAR in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 1.7902 | 0.00% |
| 2026-09-25 | 1.7902 | +0.01% |
| 2026-09-24 | 1.79 | +0.08% |
| 2026-09-23 | 1.7886 | +0.11% |
| 2026-09-22 | 1.7867 | +0.07% |
| 2026-09-21 | 1.7854 | -0.03% |
| 2026-09-20 | 1.786 | 0.00% |
| 2026-09-19 | 1.786 | -0.98% |
| 2026-09-18 | 1.8036 | +0.84% |
| 2026-09-17 | 1.7887 | +0.01% |
| 2026-09-16 | 1.7886 | -0.07% |
| 2026-09-15 | 1.7897 | +0.05% |
| 2026-09-14 | 1.7889 | +0.00% |
| 2026-09-13 | 1.7889 | 0.00% |
| 2026-09-12 | 1.7889 | 0.00% |
| Date | 1 SAR in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 1.7889 | +0.03% |
| 2026-09-10 | 1.7883 | -0.02% |
| 2026-09-09 | 1.7887 | -0.04% |
| 2026-09-08 | 1.7895 | -0.01% |
| 2026-09-07 | 1.7896 | +0.00% |
| 2026-09-06 | 1.7896 | 0.00% |
| 2026-09-05 | 1.7896 | 0.00% |
| 2026-09-04 | 1.7896 | -0.12% |
| 2026-09-03 | 1.7918 | -0.04% |
| 2026-09-02 | 1.7924 | -0.01% |
| 2026-09-01 | 1.7926 | +0.04% |
| 2026-08-31 | 1.7919 | -0.02% |
| 2026-08-30 | 1.7922 | 0.00% |
| 2026-08-29 | 1.7922 | 0.00% |
| 2026-08-28 | 1.7922 | — |
SAR to CNY conversion table
1 SAR1.7902 CNY
5 SAR8.951 CNY
10 SAR17.902 CNY
25 SAR44.7549 CNY
50 SAR89.5098 CNY
100 SAR179.0196 CNY
500 SAR895.0978 CNY
1,000 SAR1,790.1956 CNY
5,000 SAR8,950.9778 CNY
10,000 SAR17,901.956 CNY
Get the SAR/CNY rate in your app
One GET request returns the latest SAR → CNY rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/SAR/CNY"fetch('https://rate-api.com/api/v1/pair/SAR/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SAR = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SAR/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SAR = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SAR/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 SAR = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "SAR",
"to": "CNY"
},
"rate": 1.7902,
"timestamp": 1790432101,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
CNY to SARChinese Yuan → Saudi Riyal0.5586Convert SAR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.