Convert INR to SOS
Indian Rupee → Somali Shilling
1 INR = 5.955526 SOS(1 SOS = 0.167911 INR)
Currency converter
1 INR =
5.9555 SOS
INR to SOS: last 30 days
Over the last 30 days, 1 INR traded between 5.7964 and 6.0483 SOS, averaging 5.976 SOS. The INR/SOS rate is down 0.42% since 2026-08-28.
- 30-day high
- 6.0483
- 2026-09-06
- 30-day low
- 5.7964
- 2026-09-13
- 30-day average
- 5.976
- Days with data: 30
- 30-day change
- -0.42%
- since 2026-08-28
6.0483
5.79642026-08-28 → 2026-09-26
| Date | 1 INR in SOS | Daily change |
|---|---|---|
| 2026-09-26 | 5.9555 | 0.00% |
| 2026-09-25 | 5.9555 | -0.16% |
| 2026-09-24 | 5.9652 | -0.10% |
| 2026-09-23 | 5.9713 | -0.06% |
| 2026-09-22 | 5.9746 | +0.34% |
| 2026-09-21 | 5.9542 | -0.11% |
| 2026-09-20 | 5.9606 | -0.04% |
| 2026-09-19 | 5.963 | +0.05% |
| 2026-09-18 | 5.9598 | -0.43% |
| 2026-09-17 | 5.9857 | +0.61% |
| 2026-09-16 | 5.9493 | -0.02% |
| 2026-09-15 | 5.9502 | -0.51% |
| 2026-09-14 | 5.9804 | +3.17% |
| 2026-09-13 | 5.7964 | -0.02% |
| 2026-09-12 | 5.7973 | -2.91% |
| Date | 1 INR in SOS | Daily change |
|---|---|---|
| 2026-09-11 | 5.9711 | -0.19% |
| 2026-09-10 | 5.9825 | -0.29% |
| 2026-09-09 | 6.0001 | -0.27% |
| 2026-09-08 | 6.016 | -0.52% |
| 2026-09-07 | 6.0476 | -0.01% |
| 2026-09-06 | 6.0483 | +0.01% |
| 2026-09-05 | 6.0475 | +0.38% |
| 2026-09-04 | 6.0248 | -0.18% |
| 2026-09-03 | 6.036 | +0.41% |
| 2026-09-02 | 6.0115 | +0.01% |
| 2026-09-01 | 6.0108 | +0.11% |
| 2026-08-31 | 6.0044 | +0.23% |
| 2026-08-30 | 5.9908 | +0.00% |
| 2026-08-29 | 5.9906 | +0.17% |
| 2026-08-28 | 5.9805 | — |
INR to SOS conversion table
1 INR5.9555 SOS
5 INR29.7776 SOS
10 INR59.5553 SOS
25 INR148.8881 SOS
50 INR297.7763 SOS
100 INR595.5526 SOS
500 INR2,977.7629 SOS
1,000 INR5,955.5257 SOS
5,000 INR29,777.629 SOS
10,000 INR59,555.257 SOS
Get the INR/SOS rate in your app
One GET request returns the latest INR → 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/INR/SOS"fetch('https://rate-api.com/api/v1/pair/INR/SOS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} SOS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/SOS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} SOS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/SOS');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} SOS\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "SOS"
},
"rate": 5.9555,
"timestamp": 1790429435,
"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 INRSomali Shilling → Indian Rupee0.16791Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.