Convert CHF to SOS
Swiss Franc → Somali Shilling
1 CHF = 688.93988 SOS(1 SOS = 0.00145151 CHF)
Currency converter
1 CHF =
688.9399 SOS
CHF to SOS: last 30 days
Over the last 30 days, 1 CHF traded between 679.3881 and 710.5492 SOS, averaging 698.865 SOS. The CHF/SOS rate is down 2.87% since 2026-08-28.
- 30-day high
- 710.5492
- 2026-08-30
- 30-day low
- 679.3881
- 2026-09-13
- 30-day average
- 698.865
- Days with data: 30
- 30-day change
- -2.87%
- since 2026-08-28
710.5492
679.38812026-08-28 → 2026-09-26
| Date | 1 CHF in SOS | Daily change |
|---|---|---|
| 2026-09-26 | 688.9399 | 0.00% |
| 2026-09-25 | 688.9399 | -0.38% |
| 2026-09-24 | 691.5351 | -0.46% |
| 2026-09-23 | 694.7381 | -0.32% |
| 2026-09-22 | 696.9676 | +0.35% |
| 2026-09-21 | 694.5702 | +0.34% |
| 2026-09-20 | 692.1833 | -0.04% |
| 2026-09-19 | 692.4615 | +0.05% |
| 2026-09-18 | 692.0952 | -0.63% |
| 2026-09-17 | 696.5078 | -0.08% |
| 2026-09-16 | 697.0432 | -0.12% |
| 2026-09-15 | 697.8637 | -0.30% |
| 2026-09-14 | 699.9497 | +3.03% |
| 2026-09-13 | 679.3881 | -0.02% |
| 2026-09-12 | 679.4954 | -2.91% |
| Date | 1 CHF in SOS | Daily change |
|---|---|---|
| 2026-09-11 | 699.8678 | -0.47% |
| 2026-09-10 | 703.1855 | -0.55% |
| 2026-09-09 | 707.0826 | +0.58% |
| 2026-09-08 | 702.9992 | -0.45% |
| 2026-09-07 | 706.1439 | -0.01% |
| 2026-09-06 | 706.2197 | +0.01% |
| 2026-09-05 | 706.1321 | +0.38% |
| 2026-09-04 | 703.4823 | -0.28% |
| 2026-09-03 | 705.4832 | +0.58% |
| 2026-09-02 | 701.3975 | -0.39% |
| 2026-09-01 | 704.1408 | -0.37% |
| 2026-08-31 | 706.7431 | -0.54% |
| 2026-08-30 | 710.5492 | +0.00% |
| 2026-08-29 | 710.5223 | +0.17% |
| 2026-08-28 | 709.3231 | — |
CHF to SOS conversion table
1 CHF688.9399 SOS
5 CHF3,444.6994 SOS
10 CHF6,889.3988 SOS
25 CHF17,223.497 SOS
50 CHF34,446.994 SOS
100 CHF68,893.988 SOS
500 CHF344,469.94 SOS
1,000 CHF688,939.88 SOS
5,000 CHF3,444,699.4 SOS
10,000 CHF6,889,398.8 SOS
Get the CHF/SOS rate in your app
One GET request returns the latest CHF → SOS 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/CHF/SOS"fetch('https://rate-api.com/api/v1/pair/CHF/SOS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} SOS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/SOS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} SOS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/SOS');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} SOS\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "SOS"
},
"rate": 688.9399,
"timestamp": 1790429340,
"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
SOS to CHFSomali Shilling → Swiss Franc0.0014515Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.