AED to IDR exchange rate API
UAE Dirham to Rupiah · quoted 2026-09-25
4894.70
▲ +16.59% over 5Y
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 5 years, AED/IDR traded between 4173.92 and 4894.70, averaged 4552.66 and rose 16.59%. 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 5Y: show the values
| Point | AED/IDR |
|---|---|
| 2024-08-24 | 4198.05 |
| 2024-10-01 | 4173.92 |
| 2024-10-31 | 4279.72 |
| 2024-11-30 | 4311.06 |
| 2024-12-30 | 4400.74 |
| 2025-01-29 | 4421.50 |
| 2025-02-28 | 4505.79 |
| 2025-03-30 | 4515.05 |
| 2025-04-29 | 4562.45 |
| 2025-05-29 | 4437.41 |
| 2025-06-28 | 4419.76 |
| 2025-07-28 | 4458.64 |
| 2025-08-27 | 4471.34 |
| 2025-09-26 | 4549.22 |
| 2025-10-26 | 4528.00 |
| 2025-11-25 | 4522.20 |
| 2025-12-25 | 4564.40 |
| 2026-01-24 | 4571.01 |
| 2026-02-23 | 4579.95 |
| 2026-03-25 | 4589.56 |
| 2026-04-24 | 4694.58 |
| 2026-05-24 | 4826.99 |
| 2026-06-23 | 4879.26 |
| 2026-07-23 | 4891.06 |
| 2026-08-22 | 4810.34 |
| 2026-09-21 | 4865.15 |
High
4894.70
Low
4173.92
Average
4552.66
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.