Skip to content

AED to IQD exchange rate API

UAE Dirham to Iraqi Dinar · quoted 2026-09-25

356.6868

▼ +0.17% over YTD

1 AED = 356.6868 IQD · 1 IQD = 0.002804 AED · Get this rate via the API

1 AED buys 356.6868 IQD as of 2026-09-25, so 1 IQD buys 0.002804 AED. Over the year to date, AED/IQD traded between 354.7147 and 358.4874, averaged 356.6935 and fell 0.17%. The API holds daily AED/IQD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/IQD over YTD

AED/IQD over YTD: show the values
PointAED/IQD
2025-12-31357.3045
2026-01-07356.8127
2026-01-14357.0214
2026-01-21356.7960
2026-01-28356.3561
2026-02-04355.8662
2026-02-11357.0534
2026-02-18356.3046
2026-02-25356.7639
2026-03-04356.9035
2026-03-11356.9631
2026-03-18356.1636
2026-03-25356.1653
2026-04-01356.7151
2026-04-08354.7147
2026-04-15356.8365
2026-04-22357.1107
2026-04-29356.6532
2026-05-06356.6495
2026-05-14356.7060
2026-05-21356.7173
2026-05-29355.3277
2026-06-05357.2397
2026-06-14356.6967
2026-06-21356.7150
2026-06-28356.6879
2026-07-05356.7129
2026-07-12356.7283
2026-07-19356.7536
2026-07-26356.6848
2026-08-02356.7567
2026-08-09356.7320
2026-08-16356.7653
2026-08-24357.2865
2026-08-31358.4874
2026-09-07356.7750
2026-09-14357.0262
2026-09-21356.4065

High

358.4874

Low

354.7147

Average

356.6935

For developers

Get this rate via the API

One GET request returns the AED/IQD 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=IQD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=IQD");
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=IQD").json()

Replace YOUR_API_KEY with the key from your dashboard.

AED/IQD API questions

How do I get the AED/IQD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=IQD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AED/IQD rate in rates.IQD.

How far back does AED/IQD historical data go?

Daily AED/IQD 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/IQD 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.