Skip to content

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

AED/IRR over 1Y: show the values
PointAED/IRR
2025-09-2411439.09
2025-10-0111447.35
2025-10-0811451.13
2025-10-1511452.00
2025-10-2211441.08
2025-10-2911440.67
2025-11-0511469.92
2025-11-1211457.50
2025-11-1911452.58
2025-11-2611468.55
2025-12-0311457.53
2025-12-1111458.65
2025-12-1811447.73
2025-12-2511396.18
2026-01-0111426.39
2026-01-0811447.25
2026-01-15290383.93
2026-01-22291640.28
2026-01-29295906.74
2026-02-05321112.31
2026-02-1211468.72
2026-02-19350649.28
2026-02-26356520.88
2026-03-05359006.04
2026-03-12358734.72
2026-03-19358425.41
2026-03-26357323.69
2026-04-02358257.84
2026-04-09358011.48
2026-04-16358319.39
2026-04-23359235.87
2026-04-30358149.75
2026-05-07357472.52
2026-05-15358018.03
2026-05-23359671.83
2026-05-30367855.59
2026-06-06374499.04
2026-06-15374384.82
2026-06-22374548.54
2026-06-29374404.54
2026-07-06374653.32
2026-07-13374256.18
2026-07-20374331.06
2026-07-27374539.49
2026-08-03374385.61
2026-08-10374573.23
2026-08-17374250.89
2026-08-25374388.55
2026-09-01374316.39
2026-09-08374240.33
2026-09-15374284.55
2026-09-22374353.09

High

374653.32

Low

11396.18

Average

247814.63

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.