Skip to content

AED to INR exchange rate API

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

26.0776

▲ +6.58% over YTD

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 year to date, AED/INR traded between 24.4633 and 26.3609, averaged 25.5708 and rose 6.58%. 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 YTD

AED/INR over YTD: show the values
PointAED/INR
2025-12-3124.4682
2026-01-0724.4633
2026-01-1424.5859
2026-01-2124.9503
2026-01-2825.0326
2026-02-0424.6159
2026-02-1124.7704
2026-02-1824.6913
2026-02-2524.7599
2026-03-0425.0702
2026-03-1125.0672
2026-03-1825.2907
2026-03-2525.5761
2026-04-0125.4362
2026-04-0825.1066
2026-04-1525.4384
2026-04-2225.5384
2026-04-2925.8233
2026-05-0625.7591
2026-05-1326.0466
2026-05-2026.3609
2026-05-2726.0550
2026-06-0326.0571
2026-06-1025.9369
2026-06-1725.7372
2026-06-2425.7751
2026-07-0125.9323
2026-07-0826.0172
2026-07-1526.2078
2026-07-2226.2922
2026-07-2926.0412
2026-08-0525.8980
2026-08-1225.9571
2026-08-1926.0713
2026-08-2625.9794
2026-09-0225.8576
2026-09-0925.8944
2026-09-1626.1271
2026-09-2326.0664

High

26.3609

Low

24.4633

Average

25.5708

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.