AED to IRR exchange rate API
UAE Dirham to Iranian Rial · quoted 2026-09-24
374448.06
▲ +3164.17% over 5Y
1 AED = 374448.06 IRR · 1 IRR = 0.000003 AED · Get this rate via the API
1 AED buys 374448.06 IRR as of 2026-09-24, so 1 IRR buys 0.000003 AED. Over the last 5 years, AED/IRR traded between 11410.54 and 374499.04, averaged 132919.65 and rose 3164.17%. The API holds daily AED/IRR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AED/IRR over 5Y: show the values
| Point | AED/IRR |
|---|---|
| 2024-08-24 | 11471.46 |
| 2024-10-07 | 11538.72 |
| 2024-11-06 | 11462.69 |
| 2024-12-06 | 11458.41 |
| 2025-01-05 | 11436.13 |
| 2025-02-04 | 11410.54 |
| 2025-03-06 | 11462.34 |
| 2025-04-06 | 11436.21 |
| 2025-05-06 | 11456.28 |
| 2025-06-07 | 11442.83 |
| 2025-07-07 | 11453.40 |
| 2025-08-06 | 11484.16 |
| 2025-09-05 | 11456.51 |
| 2025-10-06 | 11455.00 |
| 2025-11-05 | 11469.92 |
| 2025-12-05 | 11456.19 |
| 2026-01-05 | 11445.77 |
| 2026-02-04 | 313887.90 |
| 2026-03-06 | 359266.18 |
| 2026-04-05 | 358273.28 |
| 2026-05-05 | 358009.16 |
| 2026-06-06 | 374499.04 |
| 2026-07-08 | 374202.01 |
| 2026-08-07 | 374313.74 |
| 2026-09-07 | 374214.88 |
High
374499.04
Low
11410.54
Average
132919.65
Get this rate via the API
One GET request returns the AED/IRR 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=IRR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=IRR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=IRR").json()Replace YOUR_API_KEY with the key from your dashboard.
AED/IRR API questions
How do I get the AED/IRR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=IRR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AED/IRR rate in rates.IRR.
How far back does AED/IRR historical data go?
Daily AED/IRR 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/IRR 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.