Skip to content

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

AUD/SOS over 1Y: show the values
PointAUD/SOS
2025-09-26373.1102
2025-10-03377.4246
2025-10-10374.4446
2025-10-17369.4031
2025-10-24369.8456
2025-10-31387.1820
2025-11-07370.6531
2025-11-14374.4773
2025-11-21367.3046
2025-11-28371.2137
2025-12-05379.2599
2025-12-13379.8902
2025-12-20377.6238
2025-12-27382.8102
2026-01-03382.1851
2026-01-10381.6205
2026-01-17381.5780
2026-01-24400.2429
2026-01-31403.9812
2026-02-07407.9649
2026-02-14403.7842
2026-02-21404.1673
2026-02-28406.7413
2026-03-07401.3597
2026-03-14398.1625
2026-03-21401.2690
2026-03-28393.4802
2026-04-04393.0013
2026-04-11403.8245
2026-04-18410.0610
2026-04-25407.0709
2026-05-02411.3485
2026-05-09414.5117
2026-05-17408.5779
2026-05-25409.1789
2026-06-01409.7305
2026-06-10400.3024
2026-06-17402.8201
2026-06-24394.2340
2026-07-01393.0310
2026-07-08395.6498
2026-07-15398.9932
2026-07-22399.4766
2026-07-29395.1309
2026-08-05402.0490
2026-08-12403.5034
2026-08-20403.0081
2026-08-27410.8592
2026-09-03410.2625
2026-09-10410.2442
2026-09-17408.5213
2026-09-24402.2165

High

414.5117

Low

367.3046

Average

394.7167

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.