Convert CNY to RSD
Chinese Yuan → Serbian Dinar
1 CNY = 15.388565 RSD(1 RSD = 0.0649833 CNY)
Currency converter
1 CNY =
15.3886 RSD
CNY to RSD: last 30 days
Over the last 30 days, 1 CNY traded between 14.9911 and 15.3886 RSD, averaging 15.1459 RSD. The CNY/RSD rate is up 2.65% since 2026-08-28.
- 30-day high
- 15.3886
- 2026-09-25
- 30-day low
- 14.9911
- 2026-08-28
- 30-day average
- 15.1459
- Days with data: 30
- 30-day change
- +2.65%
- since 2026-08-28
15.3886
14.99112026-08-28 → 2026-09-26
| Date | 1 CNY in RSD | Daily change |
|---|---|---|
| 2026-09-26 | 15.3886 | 0.00% |
| 2026-09-25 | 15.3886 | +0.09% |
| 2026-09-24 | 15.3752 | +0.41% |
| 2026-09-23 | 15.3131 | +0.30% |
| 2026-09-22 | 15.2677 | -0.03% |
| 2026-09-21 | 15.2721 | -0.03% |
| 2026-09-20 | 15.2765 | +0.01% |
| 2026-09-19 | 15.2745 | +0.14% |
| 2026-09-18 | 15.2525 | +0.05% |
| 2026-09-17 | 15.2447 | +0.56% |
| 2026-09-16 | 15.1596 | +0.03% |
| 2026-09-15 | 15.1558 | +0.42% |
| 2026-09-14 | 15.0926 | +0.07% |
| 2026-09-13 | 15.0822 | +0.01% |
| 2026-09-12 | 15.0805 | +0.02% |
| Date | 1 CNY in RSD | Daily change |
|---|---|---|
| 2026-09-11 | 15.0776 | +0.29% |
| 2026-09-10 | 15.0346 | -0.03% |
| 2026-09-09 | 15.0397 | -0.02% |
| 2026-09-08 | 15.0428 | -0.08% |
| 2026-09-07 | 15.0553 | +0.00% |
| 2026-09-06 | 15.0546 | +0.00% |
| 2026-09-05 | 15.0543 | +0.11% |
| 2026-09-04 | 15.0384 | -0.10% |
| 2026-09-03 | 15.0536 | -0.13% |
| 2026-09-02 | 15.0729 | +0.18% |
| 2026-09-01 | 15.0454 | -0.15% |
| 2026-08-31 | 15.0672 | +0.01% |
| 2026-08-30 | 15.0661 | +0.04% |
| 2026-08-29 | 15.0608 | +0.47% |
| 2026-08-28 | 14.9911 | — |
CNY to RSD conversion table
1 CNY15.3886 RSD
5 CNY76.9428 RSD
10 CNY153.8857 RSD
25 CNY384.7141 RSD
50 CNY769.4283 RSD
100 CNY1,538.8565 RSD
500 CNY7,694.2826 RSD
1,000 CNY15,388.565 RSD
5,000 CNY76,942.826 RSD
10,000 CNY153,885.65 RSD
Get the CNY/RSD rate in your app
One GET request returns the latest CNY → RSD 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/RSD"fetch('https://rate-api.com/api/v1/pair/CNY/RSD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} RSD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/RSD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} RSD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/RSD');
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']} RSD\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "RSD"
},
"rate": 15.3886,
"timestamp": 1790429373,
"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
RSD to CNYSerbian Dinar → Chinese Yuan0.064983Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.