Skip to content

AED to SOS exchange rate API

UAE Dirham to Somali Shilling · quoted 2026-09-25

155.3636

▼ +0.17% over 1Y

1 AED = 155.3636 SOS · 1 SOS = 0.006437 AED · Get this rate via the API

1 AED buys 155.3636 SOS as of 2026-09-25, so 1 SOS buys 0.006437 AED. Over the last year, AED/SOS traded between 154.0182 and 156.1047, averaged 155.3610 and fell 0.17%. The API holds daily AED/SOS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/SOS over 1Y

AED/SOS over 1Y: show the values
PointAED/SOS
2025-09-25155.6357
2025-10-02155.5809
2025-10-09155.5570
2025-10-16154.9134
2025-10-23154.8662
2025-10-30155.6453
2025-11-06155.3002
2025-11-13155.5253
2025-11-20155.1404
2025-11-27155.0204
2025-12-04155.5821
2025-12-12155.1867
2025-12-19155.1267
2025-12-26155.0729
2026-01-02154.9860
2026-01-09154.7071
2026-01-16154.3617
2026-01-23154.0182
2026-01-30155.1826
2026-02-06155.0493
2026-02-13155.5776
2026-02-20155.5180
2026-02-27155.5130
2026-03-06155.2285
2026-03-13155.7362
2026-03-20155.5641
2026-03-27155.5946
2026-04-03155.5856
2026-04-10155.5903
2026-04-17155.5861
2026-04-24155.5897
2026-05-01155.5896
2026-05-08156.1047
2026-05-16155.5980
2026-05-24155.5951
2026-05-31155.5867
2026-06-09155.3992
2026-06-16155.5557
2026-06-23155.6441
2026-06-30155.2106
2026-07-07155.2001
2026-07-14155.6078
2026-07-21155.6757
2026-07-28155.3499
2026-08-04155.0398
2026-08-11155.5585
2026-08-18155.3811
2026-08-26155.2515
2026-09-02155.4341
2026-09-09155.3676
2026-09-16155.4301
2026-09-23155.6487

High

156.1047

Low

154.0182

Average

155.3610

For developers

Get this rate via the API

One GET request returns the AED/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=AED&currencies=SOS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&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=AED&currencies=SOS").json()

Replace YOUR_API_KEY with the key from your dashboard.

AED/SOS API questions

How do I get the AED/SOS exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=SOS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AED/SOS rate in rates.SOS.

How far back does AED/SOS historical data go?

Daily AED/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 AED/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.