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: show the values
| Point | AED/INR |
|---|---|
| 2025-09-27 | 24.1444 |
| 2025-10-04 | 24.1630 |
| 2025-10-11 | 24.1673 |
| 2025-10-18 | 23.9741 |
| 2025-10-25 | 23.9123 |
| 2025-11-01 | 24.1837 |
| 2025-11-08 | 24.1359 |
| 2025-11-15 | 24.1486 |
| 2025-11-22 | 24.4024 |
| 2025-11-29 | 24.3295 |
| 2025-12-06 | 24.4951 |
| 2025-12-13 | 24.6570 |
| 2025-12-20 | 24.3916 |
| 2025-12-27 | 24.4676 |
| 2026-01-03 | 24.5105 |
| 2026-01-10 | 24.5792 |
| 2026-01-17 | 24.7088 |
| 2026-01-24 | 24.9444 |
| 2026-01-31 | 24.9639 |
| 2026-02-07 | 24.6631 |
| 2026-02-14 | 24.6594 |
| 2026-02-21 | 24.7044 |
| 2026-02-28 | 24.8006 |
| 2026-03-07 | 25.0349 |
| 2026-03-14 | 25.2028 |
| 2026-03-21 | 25.6356 |
| 2026-03-28 | 25.8264 |
| 2026-04-04 | 25.2523 |
| 2026-04-11 | 25.3478 |
| 2026-04-18 | 25.2151 |
| 2026-04-25 | 25.6638 |
| 2026-05-02 | 25.8342 |
| 2026-05-09 | 25.7073 |
| 2026-05-16 | 26.1375 |
| 2026-05-23 | 26.0588 |
| 2026-05-30 | 25.8590 |
| 2026-06-06 | 25.8793 |
| 2026-06-13 | 25.9116 |
| 2026-06-20 | 25.6999 |
| 2026-06-27 | 25.7063 |
| 2026-07-04 | 26.0023 |
| 2026-07-11 | 26.0126 |
| 2026-07-18 | 26.3171 |
| 2026-07-25 | 26.2752 |
| 2026-08-01 | 25.9823 |
| 2026-08-08 | 25.9018 |
| 2026-08-15 | 26.0290 |
| 2026-08-22 | 26.0585 |
| 2026-08-29 | 26.0048 |
| 2026-09-05 | 25.7134 |
| 2026-09-12 | 26.0319 |
| 2026-09-19 | 26.1403 |
| 2026-09-26 | 26.0629 |
High
26.3171
Low
23.9123
Average
25.2350
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.