AED to STD exchange rate API
UAE Dirham to Dobra · quoted 2026-09-25
5900.21
▲ +2.76% over YTD
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 year to date, AED/STD traded between 5615.32 and 5900.21, averaged 5771.52 and rose 2.76%. 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 YTD: show the values
| Point | AED/STD |
|---|---|
| 2025-12-31 | 5741.95 |
| 2026-01-07 | 5743.99 |
| 2026-01-14 | 5767.42 |
| 2026-01-21 | 5744.07 |
| 2026-01-28 | 5615.32 |
| 2026-02-04 | 5695.61 |
| 2026-02-11 | 5676.88 |
| 2026-02-18 | 5678.64 |
| 2026-02-25 | 5694.21 |
| 2026-03-04 | 5791.70 |
| 2026-03-11 | 5781.30 |
| 2026-03-18 | 5827.71 |
| 2026-03-25 | 5804.49 |
| 2026-04-01 | 5822.28 |
| 2026-04-08 | 5780.62 |
| 2026-04-15 | 5635.03 |
| 2026-04-22 | 5635.07 |
| 2026-04-29 | 5635.12 |
| 2026-05-06 | 5635.06 |
| 2026-05-14 | 5736.79 |
| 2026-05-21 | 5775.92 |
| 2026-05-29 | 5772.38 |
| 2026-06-05 | 5777.25 |
| 2026-06-14 | 5789.10 |
| 2026-06-21 | 5842.67 |
| 2026-06-28 | 5896.75 |
| 2026-07-05 | 5857.84 |
| 2026-07-12 | 5849.64 |
| 2026-07-19 | 5835.90 |
| 2026-07-26 | 5889.13 |
| 2026-08-02 | 5819.43 |
| 2026-08-09 | 5798.79 |
| 2026-08-16 | 5788.82 |
| 2026-08-24 | 5782.70 |
| 2026-08-31 | 5825.57 |
| 2026-09-07 | 5791.10 |
| 2026-09-14 | 5800.95 |
| 2026-09-21 | 5851.77 |
High
5900.21
Low
5615.32
Average
5771.52
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=STD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=STD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=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¤cies=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.