Convert CNY to SRD
Chinese Yuan → Surinamese Dollar
1 CNY = 5.62548 SRD(1 SRD = 0.177763 CNY)
Currency converter
1 CNY =
5.6255 SRD
CNY to SRD: last 30 days
Over the last 30 days, 1 CNY traded between 5.6185 and 5.6799 SRD, averaging 5.6399 SRD. The CNY/SRD rate is up 0.11% since 2026-08-28.
- 30-day high
- 5.6799
- 2026-09-13
- 30-day low
- 5.6185
- 2026-08-29
- 30-day average
- 5.6399
- Days with data: 30
- 30-day change
- +0.11%
- since 2026-08-28
5.6799
5.61852026-08-28 → 2026-09-26
| Date | 1 CNY in SRD | Daily change |
|---|---|---|
| 2026-09-26 | 5.6255 | 0.00% |
| 2026-09-25 | 5.6255 | -0.38% |
| 2026-09-24 | 5.6471 | +0.27% |
| 2026-09-23 | 5.632 | -0.06% |
| 2026-09-22 | 5.6355 | -0.59% |
| 2026-09-21 | 5.6688 | -0.00% |
| 2026-09-20 | 5.669 | +0.32% |
| 2026-09-19 | 5.6511 | +0.27% |
| 2026-09-18 | 5.6358 | -0.14% |
| 2026-09-17 | 5.6436 | +0.31% |
| 2026-09-16 | 5.6262 | -0.34% |
| 2026-09-15 | 5.6451 | +0.19% |
| 2026-09-14 | 5.6342 | -0.80% |
| 2026-09-13 | 5.6799 | +0.62% |
| 2026-09-12 | 5.6447 | +0.03% |
| Date | 1 CNY in SRD | Daily change |
|---|---|---|
| 2026-09-11 | 5.6431 | -0.06% |
| 2026-09-10 | 5.6464 | -0.46% |
| 2026-09-09 | 5.6725 | +0.58% |
| 2026-09-08 | 5.6397 | -0.18% |
| 2026-09-07 | 5.6497 | +0.16% |
| 2026-09-06 | 5.6409 | +0.23% |
| 2026-09-05 | 5.6278 | -0.05% |
| 2026-09-04 | 5.6305 | +0.10% |
| 2026-09-03 | 5.6252 | -0.61% |
| 2026-09-02 | 5.6598 | +0.67% |
| 2026-09-01 | 5.6222 | +0.06% |
| 2026-08-31 | 5.6187 | -0.02% |
| 2026-08-30 | 5.6198 | +0.02% |
| 2026-08-29 | 5.6185 | -0.01% |
| 2026-08-28 | 5.6192 | — |
CNY to SRD conversion table
1 CNY5.6255 SRD
5 CNY28.1274 SRD
10 CNY56.2548 SRD
25 CNY140.637 SRD
50 CNY281.274 SRD
100 CNY562.548 SRD
500 CNY2,812.7402 SRD
1,000 CNY5,625.4803 SRD
5,000 CNY28,127.402 SRD
10,000 CNY56,254.803 SRD
Get the CNY/SRD rate in your app
One GET request returns the latest CNY → SRD 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/SRD"fetch('https://rate-api.com/api/v1/pair/CNY/SRD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} SRD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/SRD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} SRD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/SRD');
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']} SRD\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "SRD"
},
"rate": 5.6255,
"timestamp": 1790429361,
"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
SRD to CNYSurinamese Dollar → Chinese Yuan0.17776Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.