AED to IDR exchange rate API
UAE Dirham to Rupiah · quoted 2026-09-25
4894.70
▲ +1.50% over 30D
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 30 days, AED/IDR traded between 4757.91 and 4894.70, averaged 4824.61 and rose 1.50%. 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 30D: show the values
| Point | AED/IDR |
|---|---|
| 2026-08-26 | 4822.37 |
| 2026-08-27 | 4829.16 |
| 2026-08-28 | 4823.62 |
| 2026-08-29 | 4834.75 |
| 2026-08-30 | 4829.69 |
| 2026-08-31 | 4821.67 |
| 2026-09-01 | 4831.09 |
| 2026-09-02 | 4823.21 |
| 2026-09-03 | 4804.59 |
| 2026-09-04 | 4801.47 |
| 2026-09-05 | 4802.05 |
| 2026-09-06 | 4813.26 |
| 2026-09-07 | 4804.57 |
| 2026-09-08 | 4790.85 |
| 2026-09-09 | 4757.91 |
| 2026-09-10 | 4784.68 |
| 2026-09-11 | 4792.44 |
| 2026-09-12 | 4790.93 |
| 2026-09-13 | 4792.84 |
| 2026-09-14 | 4807.96 |
| 2026-09-15 | 4818.11 |
| 2026-09-16 | 4810.87 |
| 2026-09-17 | 4826.34 |
| 2026-09-18 | 4852.38 |
| 2026-09-19 | 4846.82 |
| 2026-09-20 | 4841.16 |
| 2026-09-21 | 4865.15 |
| 2026-09-22 | 4851.57 |
| 2026-09-23 | 4844.84 |
| 2026-09-24 | 4882.34 |
| 2026-09-25 | 4894.04 |
High
4894.70
Low
4757.91
Average
4824.61
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.