Skip to content

AED to IRR exchange rate API

UAE Dirham to Iranian Rial · quoted 2026-09-24

374448.06

▲ +0.02% over 30D

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 30 days, AED/IRR traded between 374112.01 and 374486.73, averaged 374307.92 and rose 0.02%. 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 30D

AED/IRR over 30D: show the values
PointAED/IRR
2026-08-25374388.55
2026-08-26374340.69
2026-08-27374331.87
2026-08-28374112.01
2026-08-29374419.57
2026-08-30374273.05
2026-08-31374265.30
2026-09-01374316.39
2026-09-02374347.74
2026-09-03374240.89
2026-09-04374279.45
2026-09-05374486.73
2026-09-06374362.82
2026-09-07374214.88
2026-09-08374240.33
2026-09-09374242.07
2026-09-10374216.66
2026-09-11374281.58
2026-09-12374464.89
2026-09-13374407.21
2026-09-14374315.31
2026-09-15374284.55
2026-09-16374237.80
2026-09-17374136.04
2026-09-18374246.05
2026-09-19374315.73
2026-09-20374273.95
2026-09-21374220.60
2026-09-22374353.09
2026-09-23374481.70

High

374486.73

Low

374112.01

Average

374307.92

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=IRR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=IRR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=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&currencies=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.