AUD to SOS exchange rate API
Australian Dollar to Somali Shilling · quoted 2026-09-26
401.2003
▲ +5.05% over YTD
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 year to date, AUD/SOS traded between 378.8160 and 414.6836, averaged 402.0421 and rose 5.05%. 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 YTD: show the values
| Point | AUD/SOS |
|---|---|
| 2025-12-31 | 381.9043 |
| 2026-01-07 | 378.8160 |
| 2026-01-14 | 380.8237 |
| 2026-01-21 | 385.4133 |
| 2026-01-28 | 399.3574 |
| 2026-02-04 | 401.7136 |
| 2026-02-11 | 406.5844 |
| 2026-02-18 | 402.6356 |
| 2026-02-25 | 404.6596 |
| 2026-03-04 | 403.4021 |
| 2026-03-11 | 408.4931 |
| 2026-03-18 | 401.1113 |
| 2026-03-25 | 397.9258 |
| 2026-04-01 | 397.3377 |
| 2026-04-08 | 403.2421 |
| 2026-04-15 | 408.0604 |
| 2026-04-22 | 409.2655 |
| 2026-04-29 | 409.3240 |
| 2026-05-06 | 413.1268 |
| 2026-05-14 | 414.6836 |
| 2026-05-21 | 407.3227 |
| 2026-05-29 | 407.8243 |
| 2026-06-05 | 408.2953 |
| 2026-06-14 | 403.9440 |
| 2026-06-21 | 400.6183 |
| 2026-06-28 | 393.9321 |
| 2026-07-05 | 396.7210 |
| 2026-07-12 | 395.5366 |
| 2026-07-19 | 398.5883 |
| 2026-07-26 | 399.5931 |
| 2026-08-02 | 401.9009 |
| 2026-08-09 | 411.6187 |
| 2026-08-16 | 400.7023 |
| 2026-08-24 | 407.7779 |
| 2026-08-31 | 409.2636 |
| 2026-09-07 | 412.2711 |
| 2026-09-14 | 407.4347 |
| 2026-09-21 | 407.2155 |
High
414.6836
Low
378.8160
Average
402.0421
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.