Convert AUD to SOS
Australian Dollar → Somali Shilling
1 AUD = 401.17368 SOS(1 SOS = 0.00249269 AUD)
Currency converter
1 AUD =
401.1737 SOS
AUD to SOS: last 30 days
Over the last 30 days, 1 AUD traded between 397.2924 and 412.3005 SOS, averaging 407.4779 SOS. The AUD/SOS rate is down 2.26% since 2026-08-28.
- 30-day high
- 412.3005
- 2026-09-09
- 30-day low
- 397.2924
- 2026-09-13
- 30-day average
- 407.4779
- Days with data: 30
- 30-day change
- -2.26%
- since 2026-08-28
412.3005
397.29242026-08-28 → 2026-09-26
| Date | 1 AUD in SOS | Daily change |
|---|---|---|
| 2026-09-26 | 401.1737 | 0.00% |
| 2026-09-25 | 401.1737 | -0.26% |
| 2026-09-24 | 402.2163 | -0.45% |
| 2026-09-23 | 404.0376 | -0.50% |
| 2026-09-22 | 406.0788 | -0.28% |
| 2026-09-21 | 407.2283 | +0.08% |
| 2026-09-20 | 406.9072 | -0.04% |
| 2026-09-19 | 407.0707 | +0.05% |
| 2026-09-18 | 406.8554 | -0.41% |
| 2026-09-17 | 408.5251 | +0.33% |
| 2026-09-16 | 407.1695 | +0.08% |
| 2026-09-15 | 406.8534 | -0.15% |
| 2026-09-14 | 407.449 | +2.56% |
| 2026-09-13 | 397.2924 | -0.02% |
| 2026-09-12 | 397.3552 | -2.91% |
| Date | 1 AUD in SOS | Daily change |
|---|---|---|
| 2026-09-11 | 409.2685 | -0.24% |
| 2026-09-10 | 410.2404 | -0.50% |
| 2026-09-09 | 412.3005 | +0.17% |
| 2026-09-08 | 411.5849 | -0.16% |
| 2026-09-07 | 412.2645 | +0.14% |
| 2026-09-06 | 411.6851 | +0.01% |
| 2026-09-05 | 411.634 | +0.38% |
| 2026-09-04 | 410.0893 | -0.04% |
| 2026-09-03 | 410.2581 | +0.54% |
| 2026-09-02 | 408.0548 | +0.12% |
| 2026-09-01 | 407.575 | -0.41% |
| 2026-08-31 | 409.251 | -0.46% |
| 2026-08-30 | 411.1564 | +0.00% |
| 2026-08-29 | 411.1408 | +0.17% |
| 2026-08-28 | 410.4469 | — |
AUD to SOS conversion table
1 AUD401.1737 SOS
5 AUD2,005.8684 SOS
10 AUD4,011.7368 SOS
25 AUD10,029.342 SOS
50 AUD20,058.684 SOS
100 AUD40,117.368 SOS
500 AUD200,586.84 SOS
1,000 AUD401,173.68 SOS
5,000 AUD2,005,868.4 SOS
10,000 AUD4,011,736.8 SOS
Get the AUD/SOS rate in your app
One GET request returns the latest AUD → 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/AUD/SOS"fetch('https://rate-api.com/api/v1/pair/AUD/SOS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} SOS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/SOS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} SOS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/SOS');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AUD = {$data['rate']} SOS\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "SOS"
},
"rate": 401.1737,
"timestamp": 1790429336,
"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 AUDSomali Shilling → Australian Dollar0.0024927Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.