AED to IRR exchange rate API
UAE Dirham to Iranian Rial · quoted 2026-09-24
374383.27
▲ +3167.94% over YTD
1 AED = 374383.27 IRR · 1 IRR = 0.000003 AED · Get this rate via the API
1 AED buys 374383.27 IRR as of 2026-09-24, so 1 IRR buys 0.000003 AED. Over the year to date, AED/IRR traded between 11443.20 and 374643.80, averaged 340439.46 and rose 3167.94%. 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 YTD: show the values
| Point | AED/IRR |
|---|---|
| 2025-12-31 | 11456.23 |
| 2026-01-07 | 11443.20 |
| 2026-01-14 | 282782.01 |
| 2026-01-21 | 291576.28 |
| 2026-01-28 | 294221.41 |
| 2026-02-04 | 313887.90 |
| 2026-02-11 | 340535.32 |
| 2026-02-18 | 348841.91 |
| 2026-02-25 | 352781.98 |
| 2026-03-04 | 356777.24 |
| 2026-03-11 | 359637.30 |
| 2026-03-18 | 357919.02 |
| 2026-03-25 | 357354.79 |
| 2026-04-01 | 357618.44 |
| 2026-04-08 | 358360.60 |
| 2026-04-15 | 358315.13 |
| 2026-04-22 | 359644.85 |
| 2026-04-29 | 358286.73 |
| 2026-05-06 | 358283.01 |
| 2026-05-14 | 357621.44 |
| 2026-05-21 | 359540.41 |
| 2026-05-29 | 365462.54 |
| 2026-06-05 | 374373.62 |
| 2026-06-14 | 374643.80 |
| 2026-06-21 | 374150.41 |
| 2026-06-28 | 374589.32 |
| 2026-07-05 | 374642.08 |
| 2026-07-12 | 374353.15 |
| 2026-07-19 | 374457.61 |
| 2026-07-26 | 374452.55 |
| 2026-08-02 | 374519.92 |
| 2026-08-09 | 374560.95 |
| 2026-08-16 | 374219.95 |
| 2026-08-24 | 374428.49 |
| 2026-08-31 | 374265.30 |
| 2026-09-07 | 374214.88 |
| 2026-09-14 | 374315.31 |
| 2026-09-21 | 374220.60 |
High
374643.80
Low
11443.20
Average
340439.46
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.