Convert RSD to CNY
Serbian Dinar → Chinese Yuan
1 RSD = 0.0649833 CNY(1 CNY = 15.388565 RSD)
Currency converter
1 RSD =
0.064983 CNY
RSD to CNY: last 30 days
Over the last 30 days, 1 RSD traded between 0.064983 and 0.066706 CNY, averaging 0.066028 CNY. The RSD/CNY rate is down 2.58% since 2026-08-28.
- 30-day high
- 0.066706
- 2026-08-28
- 30-day low
- 0.064983
- 2026-09-25
- 30-day average
- 0.066028
- Days with data: 30
- 30-day change
- -2.58%
- since 2026-08-28
0.066706
0.0649832026-08-28 → 2026-09-26
| Date | 1 RSD in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.064983 | 0.00% |
| 2026-09-25 | 0.064983 | -0.09% |
| 2026-09-24 | 0.06504 | -0.40% |
| 2026-09-23 | 0.065303 | -0.30% |
| 2026-09-22 | 0.065498 | +0.03% |
| 2026-09-21 | 0.065479 | +0.03% |
| 2026-09-20 | 0.06546 | -0.01% |
| 2026-09-19 | 0.065469 | -0.14% |
| 2026-09-18 | 0.065563 | -0.05% |
| 2026-09-17 | 0.065597 | -0.56% |
| 2026-09-16 | 0.065965 | -0.03% |
| 2026-09-15 | 0.065982 | -0.42% |
| 2026-09-14 | 0.066258 | -0.07% |
| 2026-09-13 | 0.066304 | -0.01% |
| 2026-09-12 | 0.066311 | -0.02% |
| Date | 1 RSD in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.066324 | -0.29% |
| 2026-09-10 | 0.066513 | +0.03% |
| 2026-09-09 | 0.066491 | +0.02% |
| 2026-09-08 | 0.066477 | +0.08% |
| 2026-09-07 | 0.066422 | -0.00% |
| 2026-09-06 | 0.066425 | -0.00% |
| 2026-09-05 | 0.066426 | -0.11% |
| 2026-09-04 | 0.066496 | +0.10% |
| 2026-09-03 | 0.066429 | +0.13% |
| 2026-09-02 | 0.066344 | -0.18% |
| 2026-09-01 | 0.066466 | +0.15% |
| 2026-08-31 | 0.066369 | -0.01% |
| 2026-08-30 | 0.066374 | -0.04% |
| 2026-08-29 | 0.066398 | -0.46% |
| 2026-08-28 | 0.066706 | — |
RSD to CNY conversion table
1 RSD0.064983 CNY
5 RSD0.32492 CNY
10 RSD0.64983 CNY
25 RSD1.6246 CNY
50 RSD3.2492 CNY
100 RSD6.4983 CNY
500 RSD32.4917 CNY
1,000 RSD64.9833 CNY
5,000 RSD324.9166 CNY
10,000 RSD649.8332 CNY
Get the RSD/CNY rate in your app
One GET request returns the latest RSD → 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/RSD/CNY"fetch('https://rate-api.com/api/v1/pair/RSD/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RSD = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RSD/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RSD = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RSD/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 RSD = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "RSD",
"to": "CNY"
},
"rate": 0.065,
"timestamp": 1790432100,
"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 RSDChinese Yuan → Serbian Dinar15.3886Convert RSD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.