Skip to content

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

AUD/SOS over YTD: show the values
PointAUD/SOS
2025-12-31381.9043
2026-01-07378.8160
2026-01-14380.8237
2026-01-21385.4133
2026-01-28399.3574
2026-02-04401.7136
2026-02-11406.5844
2026-02-18402.6356
2026-02-25404.6596
2026-03-04403.4021
2026-03-11408.4931
2026-03-18401.1113
2026-03-25397.9258
2026-04-01397.3377
2026-04-08403.2421
2026-04-15408.0604
2026-04-22409.2655
2026-04-29409.3240
2026-05-06413.1268
2026-05-14414.6836
2026-05-21407.3227
2026-05-29407.8243
2026-06-05408.2953
2026-06-14403.9440
2026-06-21400.6183
2026-06-28393.9321
2026-07-05396.7210
2026-07-12395.5366
2026-07-19398.5883
2026-07-26399.5931
2026-08-02401.9009
2026-08-09411.6187
2026-08-16400.7023
2026-08-24407.7779
2026-08-31409.2636
2026-09-07412.2711
2026-09-14407.4347
2026-09-21407.2155

High

414.6836

Low

378.8160

Average

402.0421

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=SOS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=SOS");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=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&currencies=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.