Skip to content

AED to STD exchange rate API

UAE Dirham to Dobra · quoted 2026-09-25

5900.21

▼ +1.67% over 5Y

1 AED = 5900.21 STD · 1 STD = 0.000169 AED · Get this rate via the API

1 AED buys 5900.21 STD as of 2026-09-25, so 1 STD buys 0.000169 AED. Over the last 5 years, AED/STD traded between 5635.03 and 6504.15, averaged 5938.23 and fell 1.67%. The API holds daily AED/STD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/STD over 5Y

AED/STD over 5Y: show the values
PointAED/STD
2024-08-246000.32
2024-10-076082.15
2024-11-066202.75
2024-12-066385.16
2025-01-056494.03
2025-02-046504.15
2025-03-066274.03
2025-04-066044.51
2025-05-065949.45
2025-06-075907.16
2025-07-075704.14
2025-08-065812.93
2025-09-055768.06
2025-10-065735.31
2025-11-055855.00
2025-12-055769.87
2026-01-055747.31
2026-02-045695.61
2026-03-065784.11
2026-04-055817.03
2026-05-055635.03
2026-06-065811.82
2026-07-085902.97
2026-08-075819.87
2026-09-075791.10

High

6504.15

Low

5635.03

Average

5938.23

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AED/STD API questions

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

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

How far back does AED/STD historical data go?

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