Skip to content

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

AED/IDR over 1Y: show the values
PointAED/IDR
2025-09-254569.56
2025-10-024523.70
2025-10-094508.63
2025-10-164521.43
2025-10-234526.24
2025-10-304537.44
2025-11-064540.67
2025-11-134549.88
2025-11-204560.15
2025-11-274530.60
2025-12-044534.65
2025-12-114540.50
2025-12-184551.59
2025-12-254564.40
2026-01-014547.38
2026-01-084583.75
2026-01-154600.36
2026-01-224594.37
2026-01-294569.15
2026-02-054592.23
2026-02-124582.04
2026-02-194606.06
2026-02-264565.16
2026-03-054603.54
2026-03-124597.20
2026-03-194617.30
2026-03-264605.86
2026-04-024631.25
2026-04-094654.76
2026-04-164666.29
2026-04-234703.63
2026-04-304722.43
2026-05-074709.61
2026-05-144755.00
2026-05-214812.74
2026-05-284859.97
2026-06-044907.60
2026-06-114893.54
2026-06-184866.73
2026-06-254895.66
2026-07-024906.36
2026-07-094929.42
2026-07-164896.70
2026-07-234891.06
2026-07-304922.03
2026-08-064873.32
2026-08-134861.59
2026-08-204845.41
2026-08-274829.16
2026-09-034804.59
2026-09-104784.68
2026-09-174826.34
2026-09-244882.34

High

4929.42

Low

4508.63

Average

4693.53

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.