Skip to content

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

AED/IDR over 30D: show the values
PointAED/IDR
2026-08-264822.37
2026-08-274829.16
2026-08-284823.62
2026-08-294834.75
2026-08-304829.69
2026-08-314821.67
2026-09-014831.09
2026-09-024823.21
2026-09-034804.59
2026-09-044801.47
2026-09-054802.05
2026-09-064813.26
2026-09-074804.57
2026-09-084790.85
2026-09-094757.91
2026-09-104784.68
2026-09-114792.44
2026-09-124790.93
2026-09-134792.84
2026-09-144807.96
2026-09-154818.11
2026-09-164810.87
2026-09-174826.34
2026-09-184852.38
2026-09-194846.82
2026-09-204841.16
2026-09-214865.15
2026-09-224851.57
2026-09-234844.84
2026-09-244882.34
2026-09-254894.04

High

4894.70

Low

4757.91

Average

4824.61

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.