Convert SCR to CNY
Seychellois Rupee → Chinese Yuan
1 SCR = 0.468371 CNY(1 CNY = 2.135062 SCR)
Currency converter
1 SCR =
0.46837 CNY
SCR to CNY: last 30 days
Over the last 30 days, 1 SCR traded between 0.45388 and 0.48712 CNY, averaging 0.46947 CNY. The SCR/CNY rate is down 2.32% since 2026-08-28.
- 30-day high
- 0.48712
- 2026-09-12
- 30-day low
- 0.45388
- 2026-09-13
- 30-day average
- 0.46947
- Days with data: 30
- 30-day change
- -2.32%
- since 2026-08-28
0.48712
0.453882026-08-28 → 2026-09-26
| Date | 1 SCR in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.46837 | 0.00% |
| 2026-09-25 | 0.46837 | -0.93% |
| 2026-09-24 | 0.47279 | +2.47% |
| 2026-09-23 | 0.46139 | -0.80% |
| 2026-09-22 | 0.4651 | +0.35% |
| 2026-09-21 | 0.46349 | +2.07% |
| 2026-09-20 | 0.45411 | -3.35% |
| 2026-09-19 | 0.46984 | -2.69% |
| 2026-09-18 | 0.4828 | +3.91% |
| 2026-09-17 | 0.46463 | -0.88% |
| 2026-09-16 | 0.46874 | -1.21% |
| 2026-09-15 | 0.47448 | +0.29% |
| 2026-09-14 | 0.47311 | +4.24% |
| 2026-09-13 | 0.45388 | -6.82% |
| 2026-09-12 | 0.48712 | +4.06% |
| Date | 1 SCR in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.4681 | -0.56% |
| 2026-09-10 | 0.47075 | +0.27% |
| 2026-09-09 | 0.46949 | -0.38% |
| 2026-09-08 | 0.47127 | -0.24% |
| 2026-09-07 | 0.47238 | +3.15% |
| 2026-09-06 | 0.45797 | -5.94% |
| 2026-09-05 | 0.48689 | +3.79% |
| 2026-09-04 | 0.46909 | +0.20% |
| 2026-09-03 | 0.46817 | +0.72% |
| 2026-09-02 | 0.46485 | -1.92% |
| 2026-09-01 | 0.47397 | +1.25% |
| 2026-08-31 | 0.46813 | +2.25% |
| 2026-08-30 | 0.45785 | -4.13% |
| 2026-08-29 | 0.47758 | -0.40% |
| 2026-08-28 | 0.4795 | — |
SCR to CNY conversion table
1 SCR0.46837 CNY
5 SCR2.3419 CNY
10 SCR4.6837 CNY
25 SCR11.7093 CNY
50 SCR23.4185 CNY
100 SCR46.8371 CNY
500 SCR234.1853 CNY
1,000 SCR468.3705 CNY
5,000 SCR2,341.8526 CNY
10,000 SCR4,683.7052 CNY
Get the SCR/CNY rate in your app
One GET request returns the latest SCR → 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/SCR/CNY"fetch('https://rate-api.com/api/v1/pair/SCR/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SCR = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SCR/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SCR = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SCR/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 SCR = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "SCR",
"to": "CNY"
},
"rate": 0.4684,
"timestamp": 1790432140,
"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 SCRChinese Yuan → Seychellois Rupee2.1351Convert SCR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.