Convert CNY to SYP
Chinese Yuan → Syrian Pound
1 CNY = 18.029233 SYP(1 SYP = 0.0554655 CNY)
Currency converter
1 CNY =
18.0292 SYP
CNY to SYP: last 30 days
Over the last 30 days, 1 CNY traded between 18.0292 and 1,941.7837 SYP, averaging 1,681.8971 SYP. The CNY/SYP rate is down 99.07% since 2026-08-28.
- 30-day high
- 1,941.7837
- 2026-09-21
- 30-day low
- 18.0292
- 2026-09-25
- 30-day average
- 1,681.8971
- Days with data: 30
- 30-day change
- -99.07%
- since 2026-08-28
1,941.7837
18.02922026-08-28 → 2026-09-26
| Date | 1 CNY in SYP | Daily change |
|---|---|---|
| 2026-09-26 | 18.0292 | 0.00% |
| 2026-09-25 | 18.0292 | -0.01% |
| 2026-09-24 | 18.031 | -0.08% |
| 2026-09-23 | 18.0449 | -99.07% |
| 2026-09-22 | 1,940.7594 | -0.05% |
| 2026-09-21 | 1,941.7837 | +0.02% |
| 2026-09-20 | 1,941.3132 | -0.00% |
| 2026-09-19 | 1,941.3977 | +0.01% |
| 2026-09-18 | 1,941.2918 | +0.18% |
| 2026-09-17 | 1,937.8954 | -0.03% |
| 2026-09-16 | 1,938.4993 | +0.05% |
| 2026-09-15 | 1,937.5079 | -0.05% |
| 2026-09-14 | 1,938.5339 | -0.03% |
| 2026-09-13 | 1,939.05 | -0.00% |
| 2026-09-12 | 1,939.1023 | +0.03% |
| Date | 1 CNY in SYP | Daily change |
|---|---|---|
| 2026-09-11 | 1,938.4522 | -0.01% |
| 2026-09-10 | 1,938.6651 | +0.02% |
| 2026-09-09 | 1,938.3631 | +0.04% |
| 2026-09-08 | 1,937.539 | +0.02% |
| 2026-09-07 | 1,937.2365 | -0.03% |
| 2026-09-06 | 1,937.9126 | -0.03% |
| 2026-09-05 | 1,938.4352 | +0.04% |
| 2026-09-04 | 1,937.6349 | +0.13% |
| 2026-09-03 | 1,935.0268 | +0.00% |
| 2026-09-02 | 1,934.9585 | +0.02% |
| 2026-09-01 | 1,934.5415 | -0.03% |
| 2026-08-31 | 1,935.0506 | +0.02% |
| 2026-08-30 | 1,934.71 | -0.03% |
| 2026-08-29 | 1,935.2391 | +0.07% |
| 2026-08-28 | 1,933.8775 | — |
CNY to SYP conversion table
1 CNY18.0292 SYP
5 CNY90.1462 SYP
10 CNY180.2923 SYP
25 CNY450.7308 SYP
50 CNY901.4617 SYP
100 CNY1,802.9233 SYP
500 CNY9,014.6165 SYP
1,000 CNY18,029.233 SYP
5,000 CNY90,146.165 SYP
10,000 CNY180,292.33 SYP
Get the CNY/SYP rate in your app
One GET request returns the latest CNY → SYP 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/CNY/SYP"fetch('https://rate-api.com/api/v1/pair/CNY/SYP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} SYP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/SYP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} SYP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/SYP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CNY = {$data['rate']} SYP\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "SYP"
},
"rate": 18.0292,
"timestamp": 1790429424,
"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
SYP to CNYSyrian Pound → Chinese Yuan0.055465Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.