Convert SOS to CNY
Somali Shilling → Chinese Yuan
1 SOS = 0.0117643 CNY(1 CNY = 85.002641 SOS)
Currency converter
1 SOS =
0.011764 CNY
SOS to CNY: last 30 days
Over the last 30 days, 1 SOS traded between 0.01168 and 0.012111 CNY, averaging 0.011773 CNY. The SOS/CNY rate is down 0.14% since 2026-08-28.
- 30-day high
- 0.012111
- 2026-09-13
- 30-day low
- 0.01168
- 2026-09-17
- 30-day average
- 0.011773
- Days with data: 30
- 30-day change
- -0.14%
- since 2026-08-28
0.012111
0.011682026-08-28 → 2026-09-26
| Date | 1 SOS in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.011764 | 0.00% |
| 2026-09-25 | 0.011764 | +0.32% |
| 2026-09-24 | 0.011727 | -0.05% |
| 2026-09-23 | 0.011732 | +0.01% |
| 2026-09-22 | 0.011732 | -0.03% |
| 2026-09-21 | 0.011735 | +0.14% |
| 2026-09-20 | 0.011719 | +0.04% |
| 2026-09-19 | 0.011715 | -0.05% |
| 2026-09-18 | 0.011721 | +0.35% |
| 2026-09-17 | 0.01168 | -0.58% |
| 2026-09-16 | 0.011748 | -0.05% |
| 2026-09-15 | 0.011754 | +0.14% |
| 2026-09-14 | 0.011738 | -3.07% |
| 2026-09-13 | 0.012111 | +0.02% |
| 2026-09-12 | 0.012109 | +3.00% |
| Date | 1 SOS in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.011756 | +0.09% |
| 2026-09-10 | 0.011745 | -0.08% |
| 2026-09-09 | 0.011754 | -0.07% |
| 2026-09-08 | 0.011763 | +0.16% |
| 2026-09-07 | 0.011744 | +0.01% |
| 2026-09-06 | 0.011743 | -0.01% |
| 2026-09-05 | 0.011744 | -0.38% |
| 2026-09-04 | 0.011788 | +0.06% |
| 2026-09-03 | 0.011781 | +0.06% |
| 2026-09-02 | 0.011773 | -0.04% |
| 2026-09-01 | 0.011778 | +0.16% |
| 2026-08-31 | 0.011759 | -0.01% |
| 2026-08-30 | 0.011761 | -0.00% |
| 2026-08-29 | 0.011761 | -0.17% |
| 2026-08-28 | 0.011781 | — |
SOS to CNY conversion table
1 SOS0.011764 CNY
5 SOS0.058822 CNY
10 SOS0.11764 CNY
25 SOS0.29411 CNY
50 SOS0.58822 CNY
100 SOS1.1764 CNY
500 SOS5.8822 CNY
1,000 SOS11.7643 CNY
5,000 SOS58.8217 CNY
10,000 SOS117.6434 CNY
Get the SOS/CNY rate in your app
One GET request returns the latest SOS → 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/SOS/CNY"fetch('https://rate-api.com/api/v1/pair/SOS/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SOS = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SOS/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SOS = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SOS/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 SOS = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "SOS",
"to": "CNY"
},
"rate": 0.0118,
"timestamp": 1790435116,
"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 SOSChinese Yuan → Somali Shilling85.0026Convert SOS to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.