Convert CNY to SBD
Chinese Yuan → Solomon Islands Dollar
1 CNY = 1.197308 SBD(1 SBD = 0.835207 CNY)
Currency converter
1 CNY =
1.1973 SBD
CNY to SBD: last 30 days
Over the last 30 days, 1 CNY traded between 1.1879 and 1.1973 SBD, averaging 1.1926 SBD. The CNY/SBD rate is up 0.61% since 2026-08-28.
- 30-day high
- 1.1973
- 2026-09-25
- 30-day low
- 1.1879
- 2026-09-07
- 30-day average
- 1.1926
- Days with data: 30
- 30-day change
- +0.61%
- since 2026-08-28
1.1973
1.18792026-08-28 → 2026-09-26
| Date | 1 CNY in SBD | Daily change |
|---|---|---|
| 2026-09-26 | 1.1973 | 0.00% |
| 2026-09-25 | 1.1973 | +0.13% |
| 2026-09-24 | 1.1958 | +0.29% |
| 2026-09-23 | 1.1923 | -0.36% |
| 2026-09-22 | 1.1966 | +0.21% |
| 2026-09-21 | 1.1941 | -0.23% |
| 2026-09-20 | 1.1969 | 0.00% |
| 2026-09-19 | 1.1969 | +0.20% |
| 2026-09-18 | 1.1945 | +0.19% |
| 2026-09-17 | 1.1923 | -0.31% |
| 2026-09-16 | 1.1959 | +0.13% |
| 2026-09-15 | 1.1943 | +0.08% |
| 2026-09-14 | 1.1934 | -0.09% |
| 2026-09-13 | 1.1945 | 0.00% |
| 2026-09-12 | 1.1945 | +0.45% |
| Date | 1 CNY in SBD | Daily change |
|---|---|---|
| 2026-09-11 | 1.1891 | +0.04% |
| 2026-09-10 | 1.1887 | -0.03% |
| 2026-09-09 | 1.1891 | +0.10% |
| 2026-09-08 | 1.1879 | +0.00% |
| 2026-09-07 | 1.1879 | -0.35% |
| 2026-09-06 | 1.1921 | +0.00% |
| 2026-09-05 | 1.1921 | +0.03% |
| 2026-09-04 | 1.1917 | +0.04% |
| 2026-09-03 | 1.1913 | +0.08% |
| 2026-09-02 | 1.1904 | -0.00% |
| 2026-09-01 | 1.1904 | +0.05% |
| 2026-08-31 | 1.1898 | -0.04% |
| 2026-08-30 | 1.1903 | +0.00% |
| 2026-08-29 | 1.1903 | +0.02% |
| 2026-08-28 | 1.19 | — |
CNY to SBD conversion table
1 CNY1.1973 SBD
5 CNY5.9865 SBD
10 CNY11.9731 SBD
25 CNY29.9327 SBD
50 CNY59.8654 SBD
100 CNY119.7308 SBD
500 CNY598.654 SBD
1,000 CNY1,197.3079 SBD
5,000 CNY5,986.5395 SBD
10,000 CNY11,973.079 SBD
Get the CNY/SBD rate in your app
One GET request returns the latest CNY → SBD 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/SBD"fetch('https://rate-api.com/api/v1/pair/CNY/SBD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} SBD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/SBD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} SBD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/SBD');
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']} SBD\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "SBD"
},
"rate": 1.1973,
"timestamp": 1790429358,
"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
SBD to CNYSolomon Islands Dollar → Chinese Yuan0.83521Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.