Convert SOS to CAD
Somali Shilling → Canadian Dollar
1 SOS = 0.00247839 CAD(1 CAD = 403.48714 SOS)
Currency converter
1 SOS =
0.0024784 CAD
SOS to CAD: last 30 days
Over the last 30 days, 1 SOS traded between 0.0024126 and 0.0025019 CAD, averaging 0.0024419 CAD. The SOS/CAD rate is up 2.06% since 2026-08-28.
- 30-day high
- 0.0025019
- 2026-09-13
- 30-day low
- 0.0024126
- 2026-09-09
- 30-day average
- 0.0024419
- Days with data: 30
- 30-day change
- +2.06%
- since 2026-08-28
0.0025019
0.00241262026-08-28 → 2026-09-26
| Date | 1 SOS in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.0024784 | 0.00% |
| 2026-09-25 | 0.0024784 | +0.49% |
| 2026-09-24 | 0.0024662 | +0.07% |
| 2026-09-23 | 0.0024644 | +0.22% |
| 2026-09-22 | 0.0024591 | +0.18% |
| 2026-09-21 | 0.0024546 | +0.13% |
| 2026-09-20 | 0.0024514 | +0.04% |
| 2026-09-19 | 0.0024505 | -0.05% |
| 2026-09-18 | 0.0024518 | +0.60% |
| 2026-09-17 | 0.002437 | -0.19% |
| 2026-09-16 | 0.0024416 | +0.15% |
| 2026-09-15 | 0.0024379 | +0.33% |
| 2026-09-14 | 0.00243 | -2.87% |
| 2026-09-13 | 0.0025019 | +0.02% |
| 2026-09-12 | 0.0025015 | +3.00% |
| Date | 1 SOS in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.0024287 | +0.37% |
| 2026-09-10 | 0.0024197 | +0.29% |
| 2026-09-09 | 0.0024126 | -0.30% |
| 2026-09-08 | 0.0024198 | +0.06% |
| 2026-09-07 | 0.0024185 | +0.16% |
| 2026-09-06 | 0.0024147 | -0.01% |
| 2026-09-05 | 0.002415 | -0.38% |
| 2026-09-04 | 0.0024241 | +0.24% |
| 2026-09-03 | 0.0024182 | -0.86% |
| 2026-09-02 | 0.0024391 | +0.23% |
| 2026-09-01 | 0.0024334 | +0.14% |
| 2026-08-31 | 0.00243 | +0.24% |
| 2026-08-30 | 0.0024243 | -0.00% |
| 2026-08-29 | 0.0024244 | -0.17% |
| 2026-08-28 | 0.0024285 | — |
SOS to CAD conversion table
1 SOS0.0024784 CAD
5 SOS0.012392 CAD
10 SOS0.024784 CAD
25 SOS0.06196 CAD
50 SOS0.12392 CAD
100 SOS0.24784 CAD
500 SOS1.2392 CAD
1,000 SOS2.4784 CAD
5,000 SOS12.392 CAD
10,000 SOS24.7839 CAD
Get the SOS/CAD rate in your app
One GET request returns the latest SOS → CAD 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/CAD?precision=6"fetch('https://rate-api.com/api/v1/pair/SOS/CAD?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SOS = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SOS/CAD?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SOS = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SOS/CAD?precision=6');
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']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "SOS",
"to": "CAD"
},
"rate": 0.002478,
"timestamp": 1790432123,
"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
CAD to SOSCanadian Dollar → Somali Shilling403.4871Convert SOS to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.