AED to IRR exchange rate API
UAE Dirham to Iranian Rial · quoted 2026-09-24
374448.06
▲ +4.73% over 6M
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 6 months, AED/IRR traded between 357054.97 and 374632.19, averaged 368575.91 and rose 4.73%. 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 6M: show the values
| Point | AED/IRR |
|---|---|
| 2026-03-28 | 357526.91 |
| 2026-04-04 | 358300.15 |
| 2026-04-11 | 358309.54 |
| 2026-04-18 | 359836.24 |
| 2026-04-25 | 358610.86 |
| 2026-05-02 | 357735.59 |
| 2026-05-09 | 357054.97 |
| 2026-05-17 | 358892.23 |
| 2026-05-25 | 359827.44 |
| 2026-06-01 | 367867.13 |
| 2026-06-10 | 374497.05 |
| 2026-06-17 | 374333.15 |
| 2026-06-24 | 374431.40 |
| 2026-07-01 | 374632.19 |
| 2026-07-08 | 374202.01 |
| 2026-07-15 | 374222.12 |
| 2026-07-22 | 374354.37 |
| 2026-07-29 | 374289.70 |
| 2026-08-05 | 374142.49 |
| 2026-08-12 | 374340.47 |
| 2026-08-20 | 374194.13 |
| 2026-08-27 | 374331.87 |
| 2026-09-03 | 374240.89 |
| 2026-09-10 | 374216.66 |
| 2026-09-17 | 374136.04 |
High
374632.19
Low
357054.97
Average
368575.91
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.