Skip to content

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

AED/IDR over 5Y: show the values
PointAED/IDR
2024-08-244198.05
2024-10-014173.92
2024-10-314279.72
2024-11-304311.06
2024-12-304400.74
2025-01-294421.50
2025-02-284505.79
2025-03-304515.05
2025-04-294562.45
2025-05-294437.41
2025-06-284419.76
2025-07-284458.64
2025-08-274471.34
2025-09-264549.22
2025-10-264528.00
2025-11-254522.20
2025-12-254564.40
2026-01-244571.01
2026-02-234579.95
2026-03-254589.56
2026-04-244694.58
2026-05-244826.99
2026-06-234879.26
2026-07-234891.06
2026-08-224810.34
2026-09-214865.15

High

4894.70

Low

4173.92

Average

4552.66

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=IDR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=IDR");
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=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&currencies=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.