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: show the values
| Point | AED/SOS |
|---|---|
| 2025-09-25 | 155.6357 |
| 2025-10-02 | 155.5809 |
| 2025-10-09 | 155.5570 |
| 2025-10-16 | 154.9134 |
| 2025-10-23 | 154.8662 |
| 2025-10-30 | 155.6453 |
| 2025-11-06 | 155.3002 |
| 2025-11-13 | 155.5253 |
| 2025-11-20 | 155.1404 |
| 2025-11-27 | 155.0204 |
| 2025-12-04 | 155.5821 |
| 2025-12-12 | 155.1867 |
| 2025-12-19 | 155.1267 |
| 2025-12-26 | 155.0729 |
| 2026-01-02 | 154.9860 |
| 2026-01-09 | 154.7071 |
| 2026-01-16 | 154.3617 |
| 2026-01-23 | 154.0182 |
| 2026-01-30 | 155.1826 |
| 2026-02-06 | 155.0493 |
| 2026-02-13 | 155.5776 |
| 2026-02-20 | 155.5180 |
| 2026-02-27 | 155.5130 |
| 2026-03-06 | 155.2285 |
| 2026-03-13 | 155.7362 |
| 2026-03-20 | 155.5641 |
| 2026-03-27 | 155.5946 |
| 2026-04-03 | 155.5856 |
| 2026-04-10 | 155.5903 |
| 2026-04-17 | 155.5861 |
| 2026-04-24 | 155.5897 |
| 2026-05-01 | 155.5896 |
| 2026-05-08 | 156.1047 |
| 2026-05-16 | 155.5980 |
| 2026-05-24 | 155.5951 |
| 2026-05-31 | 155.5867 |
| 2026-06-09 | 155.3992 |
| 2026-06-16 | 155.5557 |
| 2026-06-23 | 155.6441 |
| 2026-06-30 | 155.2106 |
| 2026-07-07 | 155.2001 |
| 2026-07-14 | 155.6078 |
| 2026-07-21 | 155.6757 |
| 2026-07-28 | 155.3499 |
| 2026-08-04 | 155.0398 |
| 2026-08-11 | 155.5585 |
| 2026-08-18 | 155.3811 |
| 2026-08-26 | 155.2515 |
| 2026-09-02 | 155.4341 |
| 2026-09-09 | 155.3676 |
| 2026-09-16 | 155.4301 |
| 2026-09-23 | 155.6487 |
High
156.1047
Low
154.0182
Average
155.3610
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=SOS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=SOS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=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¤cies=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.