AUD to SOS exchange rate API
Australian Dollar to Somali Shilling · quoted 2026-09-26
401.2003
▲ +7.53% over 1Y
1 AUD = 401.2003 SOS · 1 SOS = 0.002493 AUD · Get this rate via the API
1 AUD buys 401.2003 SOS as of 2026-09-26, so 1 SOS buys 0.002493 AUD. Over the last year, AUD/SOS traded between 367.3046 and 414.5117, averaged 394.7167 and rose 7.53%. The API holds daily AUD/SOS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AUD/SOS over 1Y: show the values
| Point | AUD/SOS |
|---|---|
| 2025-09-26 | 373.1102 |
| 2025-10-03 | 377.4246 |
| 2025-10-10 | 374.4446 |
| 2025-10-17 | 369.4031 |
| 2025-10-24 | 369.8456 |
| 2025-10-31 | 387.1820 |
| 2025-11-07 | 370.6531 |
| 2025-11-14 | 374.4773 |
| 2025-11-21 | 367.3046 |
| 2025-11-28 | 371.2137 |
| 2025-12-05 | 379.2599 |
| 2025-12-13 | 379.8902 |
| 2025-12-20 | 377.6238 |
| 2025-12-27 | 382.8102 |
| 2026-01-03 | 382.1851 |
| 2026-01-10 | 381.6205 |
| 2026-01-17 | 381.5780 |
| 2026-01-24 | 400.2429 |
| 2026-01-31 | 403.9812 |
| 2026-02-07 | 407.9649 |
| 2026-02-14 | 403.7842 |
| 2026-02-21 | 404.1673 |
| 2026-02-28 | 406.7413 |
| 2026-03-07 | 401.3597 |
| 2026-03-14 | 398.1625 |
| 2026-03-21 | 401.2690 |
| 2026-03-28 | 393.4802 |
| 2026-04-04 | 393.0013 |
| 2026-04-11 | 403.8245 |
| 2026-04-18 | 410.0610 |
| 2026-04-25 | 407.0709 |
| 2026-05-02 | 411.3485 |
| 2026-05-09 | 414.5117 |
| 2026-05-17 | 408.5779 |
| 2026-05-25 | 409.1789 |
| 2026-06-01 | 409.7305 |
| 2026-06-10 | 400.3024 |
| 2026-06-17 | 402.8201 |
| 2026-06-24 | 394.2340 |
| 2026-07-01 | 393.0310 |
| 2026-07-08 | 395.6498 |
| 2026-07-15 | 398.9932 |
| 2026-07-22 | 399.4766 |
| 2026-07-29 | 395.1309 |
| 2026-08-05 | 402.0490 |
| 2026-08-12 | 403.5034 |
| 2026-08-20 | 403.0081 |
| 2026-08-27 | 410.8592 |
| 2026-09-03 | 410.2625 |
| 2026-09-10 | 410.2442 |
| 2026-09-17 | 408.5213 |
| 2026-09-24 | 402.2165 |
High
414.5117
Low
367.3046
Average
394.7167
Get this rate via the API
One GET request returns the AUD/SOS rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=SOS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=SOS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=SOS").json()Replace YOUR_API_KEY with the key from your dashboard.
AUD/SOS API questions
How do I get the AUD/SOS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=SOS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AUD/SOS rate in rates.SOS.
How far back does AUD/SOS historical data go?
Daily AUD/SOS rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free AUD/SOS exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.