Convert SOS to EUR
Somali Shilling → Euro
1 SOS = 0.0015368 EUR(1 EUR = 650.70372 SOS)
Currency converter
1 SOS =
0.0015368 EUR
SOS to EUR: last 30 days
Over the last 30 days, 1 SOS traded between 0.001503 and 0.0015574 EUR, averaging 0.0015192 EUR. The SOS/EUR rate is up 2.08% since 2026-08-28.
- 30-day high
- 0.0015574
- 2026-09-13
- 30-day low
- 0.001503
- 2026-08-30
- 30-day average
- 0.0015192
- Days with data: 30
- 30-day change
- +2.08%
- since 2026-08-28
0.0015574
0.0015032026-08-28 → 2026-09-26
| Date | 1 SOS in EUR | Daily change |
|---|---|---|
| 2026-09-26 | 0.0015368 | 0.00% |
| 2026-09-25 | 0.0015368 | -0.01% |
| 2026-09-24 | 0.0015369 | +0.26% |
| 2026-09-23 | 0.0015329 | +0.35% |
| 2026-09-22 | 0.0015275 | +0.13% |
| 2026-09-21 | 0.0015255 | -0.09% |
| 2026-09-20 | 0.0015269 | +0.04% |
| 2026-09-19 | 0.0015262 | -0.05% |
| 2026-09-18 | 0.0015271 | +0.68% |
| 2026-09-17 | 0.0015167 | -0.10% |
| 2026-09-16 | 0.0015183 | +0.03% |
| 2026-09-15 | 0.0015178 | +0.19% |
| 2026-09-14 | 0.0015149 | -2.73% |
| 2026-09-13 | 0.0015574 | +0.02% |
| 2026-09-12 | 0.0015572 | +3.00% |
| Date | 1 SOS in EUR | Daily change |
|---|---|---|
| 2026-09-11 | 0.0015118 | +0.27% |
| 2026-09-10 | 0.0015077 | +0.26% |
| 2026-09-09 | 0.0015039 | -0.36% |
| 2026-09-08 | 0.0015093 | +0.23% |
| 2026-09-07 | 0.0015057 | +0.01% |
| 2026-09-06 | 0.0015056 | -0.01% |
| 2026-09-05 | 0.0015058 | -0.38% |
| 2026-09-04 | 0.0015114 | +0.12% |
| 2026-09-03 | 0.0015096 | -0.22% |
| 2026-09-02 | 0.0015129 | +0.07% |
| 2026-09-01 | 0.0015118 | +0.18% |
| 2026-08-31 | 0.0015091 | +0.41% |
| 2026-08-30 | 0.001503 | -0.00% |
| 2026-08-29 | 0.001503 | -0.17% |
| 2026-08-28 | 0.0015056 | — |
SOS to EUR conversion table
1 SOS0.0015368 EUR
5 SOS0.007684 EUR
10 SOS0.015368 EUR
25 SOS0.03842 EUR
50 SOS0.07684 EUR
100 SOS0.15368 EUR
500 SOS0.7684 EUR
1,000 SOS1.5368 EUR
5,000 SOS7.684 EUR
10,000 SOS15.368 EUR
Get the SOS/EUR rate in your app
One GET request returns the latest SOS → EUR 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/EUR?precision=6"fetch('https://rate-api.com/api/v1/pair/SOS/EUR?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SOS = ${data.rate} EUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SOS/EUR?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SOS = {data['rate']} EUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SOS/EUR?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']} EUR\n";Example response
{
"success": true,
"pair": {
"from": "SOS",
"to": "EUR"
},
"rate": 0.001537,
"timestamp": 1790432148,
"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
EUR to SOSEuro → Somali Shilling650.7037Convert SOS to other currencies
Convert other currencies to EUR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.