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: show the values
| Point | AED/INR |
|---|---|
| 2025-12-31 | 24.4682 |
| 2026-01-07 | 24.4633 |
| 2026-01-14 | 24.5859 |
| 2026-01-21 | 24.9503 |
| 2026-01-28 | 25.0326 |
| 2026-02-04 | 24.6159 |
| 2026-02-11 | 24.7704 |
| 2026-02-18 | 24.6913 |
| 2026-02-25 | 24.7599 |
| 2026-03-04 | 25.0702 |
| 2026-03-11 | 25.0672 |
| 2026-03-18 | 25.2907 |
| 2026-03-25 | 25.5761 |
| 2026-04-01 | 25.4362 |
| 2026-04-08 | 25.1066 |
| 2026-04-15 | 25.4384 |
| 2026-04-22 | 25.5384 |
| 2026-04-29 | 25.8233 |
| 2026-05-06 | 25.7591 |
| 2026-05-13 | 26.0466 |
| 2026-05-20 | 26.3609 |
| 2026-05-27 | 26.0550 |
| 2026-06-03 | 26.0571 |
| 2026-06-10 | 25.9369 |
| 2026-06-17 | 25.7372 |
| 2026-06-24 | 25.7751 |
| 2026-07-01 | 25.9323 |
| 2026-07-08 | 26.0172 |
| 2026-07-15 | 26.2078 |
| 2026-07-22 | 26.2922 |
| 2026-07-29 | 26.0412 |
| 2026-08-05 | 25.8980 |
| 2026-08-12 | 25.9571 |
| 2026-08-19 | 26.0713 |
| 2026-08-26 | 25.9794 |
| 2026-09-02 | 25.8576 |
| 2026-09-09 | 25.8944 |
| 2026-09-16 | 26.1271 |
| 2026-09-23 | 26.0664 |
High
26.3609
Low
24.4633
Average
25.5708
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=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¤cies=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.