Skip to content

EGP to IQD exchange rate API

Egyptian Pound to Iraqi Dinar · quoted 2026-09-25

25.3055

▼ +6.97% over 1Y

1 EGP = 25.3055 IQD · 1 IQD = 0.03952 EGP · Get this rate via the API

1 EGP buys 25.3055 IQD as of 2026-09-25, so 1 IQD buys 0.03952 EGP. Over the last year, EGP/IQD traded between 24.0731 and 27.9995, averaged 26.4057 and fell 6.97%. The API holds daily EGP/IQD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/IQD over 1Y

EGP/IQD over 1Y: show the values
PointEGP/IQD
2025-09-2527.2007
2025-10-0227.3961
2025-10-0927.5504
2025-10-1627.5192
2025-10-2327.5569
2025-10-3027.6960
2025-11-0627.6589
2025-11-1327.7618
2025-11-2027.6412
2025-11-2727.4852
2025-12-0427.5579
2025-12-1227.4774
2025-12-1927.5475
2025-12-2627.5546
2026-01-0227.4832
2026-01-0927.7969
2026-01-1627.7580
2026-01-2327.7677
2026-01-3027.9626
2026-02-0627.9818
2026-02-1327.9995
2026-02-2027.5984
2026-02-2727.3500
2026-03-0626.1366
2026-03-1325.1002
2026-03-2024.9613
2026-03-2724.8164
2026-04-0324.0731
2026-04-1024.6753
2026-04-1725.2969
2026-04-2424.8956
2026-05-0124.4494
2026-05-0824.9295
2026-05-1624.7818
2026-05-2424.7431
2026-05-3125.0394
2026-06-0925.2640
2026-06-1626.0743
2026-06-2326.3391
2026-06-3026.6159
2026-07-0726.7922
2026-07-1425.9966
2026-07-2125.6959
2026-07-2825.8963
2026-08-0426.1312
2026-08-1126.1645
2026-08-1826.0031
2026-08-2626.0377
2026-09-0225.7064
2026-09-0925.5885
2026-09-1625.2020
2026-09-2325.4860

High

27.9995

Low

24.0731

Average

26.4057

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EGP/IQD API questions

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

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

How far back does EGP/IQD historical data go?

Daily EGP/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 EGP/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.