AED to IDR exchange rate API
UAE Dirham to Rupiah · quoted 2026-09-25
4894.70
▲ +7.12% over 1Y
1 AED = 4894.70 IDR · 1 IDR = 0.000204 AED · Get this rate via the API
1 AED buys 4894.70 IDR as of 2026-09-25, so 1 IDR buys 0.000204 AED. Over the last year, AED/IDR traded between 4508.63 and 4929.42, averaged 4693.53 and rose 7.12%. The API holds daily AED/IDR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AED/IDR over 1Y: show the values
| Point | AED/IDR |
|---|---|
| 2025-09-25 | 4569.56 |
| 2025-10-02 | 4523.70 |
| 2025-10-09 | 4508.63 |
| 2025-10-16 | 4521.43 |
| 2025-10-23 | 4526.24 |
| 2025-10-30 | 4537.44 |
| 2025-11-06 | 4540.67 |
| 2025-11-13 | 4549.88 |
| 2025-11-20 | 4560.15 |
| 2025-11-27 | 4530.60 |
| 2025-12-04 | 4534.65 |
| 2025-12-11 | 4540.50 |
| 2025-12-18 | 4551.59 |
| 2025-12-25 | 4564.40 |
| 2026-01-01 | 4547.38 |
| 2026-01-08 | 4583.75 |
| 2026-01-15 | 4600.36 |
| 2026-01-22 | 4594.37 |
| 2026-01-29 | 4569.15 |
| 2026-02-05 | 4592.23 |
| 2026-02-12 | 4582.04 |
| 2026-02-19 | 4606.06 |
| 2026-02-26 | 4565.16 |
| 2026-03-05 | 4603.54 |
| 2026-03-12 | 4597.20 |
| 2026-03-19 | 4617.30 |
| 2026-03-26 | 4605.86 |
| 2026-04-02 | 4631.25 |
| 2026-04-09 | 4654.76 |
| 2026-04-16 | 4666.29 |
| 2026-04-23 | 4703.63 |
| 2026-04-30 | 4722.43 |
| 2026-05-07 | 4709.61 |
| 2026-05-14 | 4755.00 |
| 2026-05-21 | 4812.74 |
| 2026-05-28 | 4859.97 |
| 2026-06-04 | 4907.60 |
| 2026-06-11 | 4893.54 |
| 2026-06-18 | 4866.73 |
| 2026-06-25 | 4895.66 |
| 2026-07-02 | 4906.36 |
| 2026-07-09 | 4929.42 |
| 2026-07-16 | 4896.70 |
| 2026-07-23 | 4891.06 |
| 2026-07-30 | 4922.03 |
| 2026-08-06 | 4873.32 |
| 2026-08-13 | 4861.59 |
| 2026-08-20 | 4845.41 |
| 2026-08-27 | 4829.16 |
| 2026-09-03 | 4804.59 |
| 2026-09-10 | 4784.68 |
| 2026-09-17 | 4826.34 |
| 2026-09-24 | 4882.34 |
High
4929.42
Low
4508.63
Average
4693.53
Get this rate via the API
One GET request returns the AED/IDR 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=IDR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=IDR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=IDR").json()Replace YOUR_API_KEY with the key from your dashboard.
AED/IDR API questions
How do I get the AED/IDR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=IDR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AED/IDR rate in rates.IDR.
How far back does AED/IDR historical data go?
Daily AED/IDR 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/IDR 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.