Convert SOS to RUB
Somali Shilling → Russian Ruble
1 SOS = 0.148978 RUB(1 RUB = 6.71241 SOS)
Currency converter
1 SOS =
0.14898 RUB
SOS to RUB: last 30 days
Over the last 30 days, 1 SOS traded between 0.14666 and 0.15306 RUB, averaging 0.14952 RUB. The SOS/RUB rate is down 0.56% since 2026-08-28.
- 30-day high
- 0.15306
- 2026-09-03
- 30-day low
- 0.14666
- 2026-09-22
- 30-day average
- 0.14952
- Days with data: 30
- 30-day change
- -0.56%
- since 2026-08-28
0.15306
0.146662026-08-28 → 2026-09-26
| Date | 1 SOS in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.14898 | 0.00% |
| 2026-09-25 | 0.14898 | +0.52% |
| 2026-09-24 | 0.14821 | +0.52% |
| 2026-09-23 | 0.14745 | +0.54% |
| 2026-09-22 | 0.14666 | -0.58% |
| 2026-09-21 | 0.14752 | +0.27% |
| 2026-09-20 | 0.14713 | -0.33% |
| 2026-09-19 | 0.14762 | -0.17% |
| 2026-09-18 | 0.14787 | +0.82% |
| 2026-09-17 | 0.14667 | -0.55% |
| 2026-09-16 | 0.14748 | -0.36% |
| 2026-09-15 | 0.14801 | +0.06% |
| 2026-09-14 | 0.14792 | -2.79% |
| 2026-09-13 | 0.15216 | +0.13% |
| 2026-09-12 | 0.15197 | +3.28% |
| Date | 1 SOS in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.14714 | -1.15% |
| 2026-09-10 | 0.14886 | -1.05% |
| 2026-09-09 | 0.15043 | -0.48% |
| 2026-09-08 | 0.15116 | -0.27% |
| 2026-09-07 | 0.15157 | +0.07% |
| 2026-09-06 | 0.15146 | +0.84% |
| 2026-09-05 | 0.15019 | -1.34% |
| 2026-09-04 | 0.15222 | -0.55% |
| 2026-09-03 | 0.15306 | +0.64% |
| 2026-09-02 | 0.15208 | +0.55% |
| 2026-09-01 | 0.15124 | +0.53% |
| 2026-08-31 | 0.15045 | -0.05% |
| 2026-08-30 | 0.15052 | -0.19% |
| 2026-08-29 | 0.15081 | +0.66% |
| 2026-08-28 | 0.14982 | — |
SOS to RUB conversion table
1 SOS0.14898 RUB
5 SOS0.74489 RUB
10 SOS1.4898 RUB
25 SOS3.7244 RUB
50 SOS7.4489 RUB
100 SOS14.8978 RUB
500 SOS74.4889 RUB
1,000 SOS148.9778 RUB
5,000 SOS744.8889 RUB
10,000 SOS1,489.7779 RUB
Get the SOS/RUB rate in your app
One GET request returns the latest SOS → RUB 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/RUB"fetch('https://rate-api.com/api/v1/pair/SOS/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SOS = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SOS/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SOS = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SOS/RUB');
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']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "SOS",
"to": "RUB"
},
"rate": 0.149,
"timestamp": 1790432082,
"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
RUB to SOSRussian Ruble → Somali Shilling6.7124Convert SOS to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.