Convert SOS to JPY
Somali Shilling → Japanese Yen
1 SOS = 0.276163 JPY(1 JPY = 3.621056 SOS)
Currency converter
1 SOS =
0.27616 JPY
SOS to JPY: last 30 days
Over the last 30 days, 1 SOS traded between 0.26858 and 0.28062 JPY, averaging 0.27499 JPY. The SOS/JPY rate is down 1.34% since 2026-08-28.
- 30-day high
- 0.28062
- 2026-09-01
- 30-day low
- 0.26858
- 2026-09-09
- 30-day average
- 0.27499
- Days with data: 30
- 30-day change
- -1.34%
- since 2026-08-28
0.28062
0.268582026-08-28 → 2026-09-26
| Date | 1 SOS in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 0.27616 | 0.00% |
| 2026-09-25 | 0.27616 | -0.49% |
| 2026-09-24 | 0.27752 | +0.47% |
| 2026-09-23 | 0.27623 | +0.37% |
| 2026-09-22 | 0.27522 | -0.16% |
| 2026-09-21 | 0.27566 | -0.22% |
| 2026-09-20 | 0.27627 | +0.04% |
| 2026-09-19 | 0.27616 | -0.05% |
| 2026-09-18 | 0.27631 | +1.92% |
| 2026-09-17 | 0.27111 | -0.18% |
| 2026-09-16 | 0.27159 | +0.05% |
| 2026-09-15 | 0.27146 | +0.38% |
| 2026-09-14 | 0.27043 | -2.76% |
| 2026-09-13 | 0.2781 | +0.02% |
| 2026-09-12 | 0.27805 | +3.00% |
| Date | 1 SOS in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 0.26996 | -0.03% |
| 2026-09-10 | 0.27003 | +0.54% |
| 2026-09-09 | 0.26858 | -0.70% |
| 2026-09-08 | 0.27047 | -0.13% |
| 2026-09-07 | 0.27081 | -0.95% |
| 2026-09-06 | 0.2734 | -0.01% |
| 2026-09-05 | 0.27344 | -0.38% |
| 2026-09-04 | 0.27447 | +0.34% |
| 2026-09-03 | 0.27354 | -2.15% |
| 2026-09-02 | 0.27955 | -0.38% |
| 2026-09-01 | 0.28062 | +0.39% |
| 2026-08-31 | 0.27952 | +0.04% |
| 2026-08-30 | 0.27942 | -0.00% |
| 2026-08-29 | 0.27943 | -0.17% |
| 2026-08-28 | 0.2799 | — |
SOS to JPY conversion table
1 SOS0.27616 JPY
5 SOS1.3808 JPY
10 SOS2.7616 JPY
25 SOS6.9041 JPY
50 SOS13.8081 JPY
100 SOS27.6163 JPY
500 SOS138.0813 JPY
1,000 SOS276.1626 JPY
5,000 SOS1,380.8128 JPY
10,000 SOS2,761.6255 JPY
Get the SOS/JPY rate in your app
One GET request returns the latest SOS → JPY 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/JPY"fetch('https://rate-api.com/api/v1/pair/SOS/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SOS = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SOS/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SOS = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SOS/JPY');
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']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "SOS",
"to": "JPY"
},
"rate": 0.2762,
"timestamp": 1790432097,
"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
JPY to SOSJapanese Yen → Somali Shilling3.6211Convert SOS to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.