Skip to content

AED to INR exchange rate API

UAE Dirham to Indian Rupee · quoted 2026-09-27

26.0776

▲ +8.01% over 1Y

1 AED = 26.0776 INR · 1 INR = 0.03835 AED · Get this rate via the API

1 AED buys 26.0776 INR as of 2026-09-27, so 1 INR buys 0.03835 AED. Over the last year, AED/INR traded between 23.9123 and 26.3171, averaged 25.2350 and rose 8.01%. The API holds daily AED/INR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/INR over 1Y

AED/INR over 1Y: show the values
PointAED/INR
2025-09-2724.1444
2025-10-0424.1630
2025-10-1124.1673
2025-10-1823.9741
2025-10-2523.9123
2025-11-0124.1837
2025-11-0824.1359
2025-11-1524.1486
2025-11-2224.4024
2025-11-2924.3295
2025-12-0624.4951
2025-12-1324.6570
2025-12-2024.3916
2025-12-2724.4676
2026-01-0324.5105
2026-01-1024.5792
2026-01-1724.7088
2026-01-2424.9444
2026-01-3124.9639
2026-02-0724.6631
2026-02-1424.6594
2026-02-2124.7044
2026-02-2824.8006
2026-03-0725.0349
2026-03-1425.2028
2026-03-2125.6356
2026-03-2825.8264
2026-04-0425.2523
2026-04-1125.3478
2026-04-1825.2151
2026-04-2525.6638
2026-05-0225.8342
2026-05-0925.7073
2026-05-1626.1375
2026-05-2326.0588
2026-05-3025.8590
2026-06-0625.8793
2026-06-1325.9116
2026-06-2025.6999
2026-06-2725.7063
2026-07-0426.0023
2026-07-1126.0126
2026-07-1826.3171
2026-07-2526.2752
2026-08-0125.9823
2026-08-0825.9018
2026-08-1526.0290
2026-08-2226.0585
2026-08-2926.0048
2026-09-0525.7134
2026-09-1226.0319
2026-09-1926.1403
2026-09-2626.0629

High

26.3171

Low

23.9123

Average

25.2350

For developers

Get this rate via the API

One GET request returns the AED/INR 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=INR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=INR");
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=INR").json()

Replace YOUR_API_KEY with the key from your dashboard.

AED/INR API questions

How do I get the AED/INR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AED/INR rate in rates.INR.

How far back does AED/INR historical data go?

Daily AED/INR 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/INR 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.