Convert CNY to SCR
Chinese Yuan → Seychellois Rupee
1 CNY = 2.135062 SCR(1 SCR = 0.468371 CNY)
Currency converter
1 CNY =
2.1351 SCR
CNY to SCR: last 30 days
Over the last 30 days, 1 CNY traded between 2.0529 and 2.2032 SCR, averaging 2.1307 SCR. The CNY/SCR rate is up 2.38% since 2026-08-28.
- 30-day high
- 2.2032
- 2026-09-13
- 30-day low
- 2.0529
- 2026-09-12
- 30-day average
- 2.1307
- Days with data: 30
- 30-day change
- +2.38%
- since 2026-08-28
2.2032
2.05292026-08-28 → 2026-09-26
| Date | 1 CNY in SCR | Daily change |
|---|---|---|
| 2026-09-26 | 2.1351 | 0.00% |
| 2026-09-25 | 2.1351 | +0.94% |
| 2026-09-24 | 2.1151 | -2.41% |
| 2026-09-23 | 2.1674 | +0.80% |
| 2026-09-22 | 2.1501 | -0.34% |
| 2026-09-21 | 2.1575 | -2.02% |
| 2026-09-20 | 2.2021 | +3.46% |
| 2026-09-19 | 2.1284 | +2.76% |
| 2026-09-18 | 2.0712 | -3.76% |
| 2026-09-17 | 2.1522 | +0.88% |
| 2026-09-16 | 2.1334 | +1.22% |
| 2026-09-15 | 2.1076 | -0.29% |
| 2026-09-14 | 2.1137 | -4.06% |
| 2026-09-13 | 2.2032 | +7.32% |
| 2026-09-12 | 2.0529 | -3.90% |
| Date | 1 CNY in SCR | Daily change |
|---|---|---|
| 2026-09-11 | 2.1363 | +0.57% |
| 2026-09-10 | 2.1243 | -0.27% |
| 2026-09-09 | 2.13 | +0.38% |
| 2026-09-08 | 2.1219 | +0.24% |
| 2026-09-07 | 2.1169 | -3.05% |
| 2026-09-06 | 2.1835 | +6.31% |
| 2026-09-05 | 2.0538 | -3.66% |
| 2026-09-04 | 2.1318 | -0.20% |
| 2026-09-03 | 2.136 | -0.71% |
| 2026-09-02 | 2.1513 | +1.96% |
| 2026-09-01 | 2.1098 | -1.23% |
| 2026-08-31 | 2.1361 | -2.20% |
| 2026-08-30 | 2.1841 | +4.31% |
| 2026-08-29 | 2.0939 | +0.40% |
| 2026-08-28 | 2.0855 | — |
CNY to SCR conversion table
1 CNY2.1351 SCR
5 CNY10.6753 SCR
10 CNY21.3506 SCR
25 CNY53.3765 SCR
50 CNY106.7531 SCR
100 CNY213.5062 SCR
500 CNY1,067.5309 SCR
1,000 CNY2,135.0618 SCR
5,000 CNY10,675.309 SCR
10,000 CNY21,350.618 SCR
Get the CNY/SCR rate in your app
One GET request returns the latest CNY → SCR 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/SCR"fetch('https://rate-api.com/api/v1/pair/CNY/SCR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} SCR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/SCR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} SCR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/SCR');
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']} SCR\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "SCR"
},
"rate": 2.1351,
"timestamp": 1790429419,
"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
SCR to CNYSeychellois Rupee → Chinese Yuan0.46837Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.