AED to IRR exchange rate API
UAE Dirham to Iranian Rial · quoted 2026-09-24
374448.06
▲ +3173.41% over 1Y
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 year, AED/IRR traded between 11396.18 and 374653.32, averaged 247814.63 and rose 3173.41%. 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 1Y: show the values
| Point | AED/IRR |
|---|---|
| 2025-09-24 | 11439.09 |
| 2025-10-01 | 11447.35 |
| 2025-10-08 | 11451.13 |
| 2025-10-15 | 11452.00 |
| 2025-10-22 | 11441.08 |
| 2025-10-29 | 11440.67 |
| 2025-11-05 | 11469.92 |
| 2025-11-12 | 11457.50 |
| 2025-11-19 | 11452.58 |
| 2025-11-26 | 11468.55 |
| 2025-12-03 | 11457.53 |
| 2025-12-11 | 11458.65 |
| 2025-12-18 | 11447.73 |
| 2025-12-25 | 11396.18 |
| 2026-01-01 | 11426.39 |
| 2026-01-08 | 11447.25 |
| 2026-01-15 | 290383.93 |
| 2026-01-22 | 291640.28 |
| 2026-01-29 | 295906.74 |
| 2026-02-05 | 321112.31 |
| 2026-02-12 | 11468.72 |
| 2026-02-19 | 350649.28 |
| 2026-02-26 | 356520.88 |
| 2026-03-05 | 359006.04 |
| 2026-03-12 | 358734.72 |
| 2026-03-19 | 358425.41 |
| 2026-03-26 | 357323.69 |
| 2026-04-02 | 358257.84 |
| 2026-04-09 | 358011.48 |
| 2026-04-16 | 358319.39 |
| 2026-04-23 | 359235.87 |
| 2026-04-30 | 358149.75 |
| 2026-05-07 | 357472.52 |
| 2026-05-15 | 358018.03 |
| 2026-05-23 | 359671.83 |
| 2026-05-30 | 367855.59 |
| 2026-06-06 | 374499.04 |
| 2026-06-15 | 374384.82 |
| 2026-06-22 | 374548.54 |
| 2026-06-29 | 374404.54 |
| 2026-07-06 | 374653.32 |
| 2026-07-13 | 374256.18 |
| 2026-07-20 | 374331.06 |
| 2026-07-27 | 374539.49 |
| 2026-08-03 | 374385.61 |
| 2026-08-10 | 374573.23 |
| 2026-08-17 | 374250.89 |
| 2026-08-25 | 374388.55 |
| 2026-09-01 | 374316.39 |
| 2026-09-08 | 374240.33 |
| 2026-09-15 | 374284.55 |
| 2026-09-22 | 374353.09 |
High
374653.32
Low
11396.18
Average
247814.63
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.