Convert JPY to SOS
Japanese Yen → Somali Shilling
1 JPY = 3.621056 SOS(1 SOS = 0.276163 JPY)
Currency converter
1 JPY =
3.6211 SOS
JPY to SOS: last 30 days
Over the last 30 days, 1 JPY traded between 3.5635 and 3.7233 SOS, averaging 3.6371 SOS. The JPY/SOS rate is up 1.35% since 2026-08-28.
- 30-day high
- 3.7233
- 2026-09-09
- 30-day low
- 3.5635
- 2026-09-01
- 30-day average
- 3.6371
- Days with data: 30
- 30-day change
- +1.35%
- since 2026-08-28
3.7233
3.56352026-08-28 → 2026-09-26
| Date | 1 JPY in SOS | Daily change |
|---|---|---|
| 2026-09-26 | 3.6211 | 0.00% |
| 2026-09-25 | 3.6211 | +0.49% |
| 2026-09-24 | 3.6034 | -0.46% |
| 2026-09-23 | 3.6202 | -0.37% |
| 2026-09-22 | 3.6335 | +0.16% |
| 2026-09-21 | 3.6277 | +0.22% |
| 2026-09-20 | 3.6196 | -0.04% |
| 2026-09-19 | 3.6211 | +0.05% |
| 2026-09-18 | 3.6192 | -1.88% |
| 2026-09-17 | 3.6885 | +0.18% |
| 2026-09-16 | 3.682 | -0.05% |
| 2026-09-15 | 3.6837 | -0.38% |
| 2026-09-14 | 3.6978 | +2.83% |
| 2026-09-13 | 3.5959 | -0.02% |
| 2026-09-12 | 3.5964 | -2.91% |
| Date | 1 JPY in SOS | Daily change |
|---|---|---|
| 2026-09-11 | 3.7042 | +0.03% |
| 2026-09-10 | 3.7033 | -0.54% |
| 2026-09-09 | 3.7233 | +0.70% |
| 2026-09-08 | 3.6973 | +0.13% |
| 2026-09-07 | 3.6927 | +0.96% |
| 2026-09-06 | 3.6576 | +0.01% |
| 2026-09-05 | 3.6572 | +0.38% |
| 2026-09-04 | 3.6434 | -0.34% |
| 2026-09-03 | 3.6558 | +2.20% |
| 2026-09-02 | 3.5771 | +0.38% |
| 2026-09-01 | 3.5635 | -0.39% |
| 2026-08-31 | 3.5775 | -0.04% |
| 2026-08-30 | 3.5788 | +0.00% |
| 2026-08-29 | 3.5787 | +0.17% |
| 2026-08-28 | 3.5726 | — |
JPY to SOS conversion table
1 JPY3.6211 SOS
5 JPY18.1053 SOS
10 JPY36.2106 SOS
25 JPY90.5264 SOS
50 JPY181.0528 SOS
100 JPY362.1056 SOS
500 JPY1,810.5279 SOS
1,000 JPY3,621.0557 SOS
5,000 JPY18,105.279 SOS
10,000 JPY36,210.557 SOS
Get the JPY/SOS rate in your app
One GET request returns the latest JPY → 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/JPY/SOS"fetch('https://rate-api.com/api/v1/pair/JPY/SOS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} SOS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/SOS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} SOS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/SOS');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} SOS\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "SOS"
},
"rate": 3.6211,
"timestamp": 1790429335,
"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 JPYSomali Shilling → Japanese Yen0.27616Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.