Skip to content

EGP to IQD exchange rate API

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

25.3055

▼ +8.02% over YTD

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 year to date, EGP/IQD traded between 24.1374 and 28.0157, averaged 25.9731 and fell 8.02%. 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 YTD

EGP/IQD over YTD: show the values
PointEGP/IQD
2025-12-3127.5130
2026-01-0727.7303
2026-01-1427.7754
2026-01-2127.6369
2026-01-2827.8917
2026-02-0427.8425
2026-02-1128.0157
2026-02-1827.8805
2026-02-2527.3622
2026-03-0426.1937
2026-03-1125.2503
2026-03-1825.0215
2026-03-2524.8854
2026-04-0124.2819
2026-04-0824.1374
2026-04-1525.1297
2026-04-2225.2706
2026-04-2924.7449
2026-05-0624.6519
2026-05-1424.7686
2026-05-2124.6773
2026-05-2924.9929
2026-06-0525.3220
2026-06-1425.3457
2026-06-2126.2103
2026-06-2826.4344
2026-07-0526.6042
2026-07-1226.3427
2026-07-1925.9247
2026-07-2625.5228
2026-08-0225.6713
2026-08-0926.3944
2026-08-1626.0829
2026-08-2425.8278
2026-08-3125.9502
2026-09-0725.7361
2026-09-1425.4411
2026-09-2125.1791

High

28.0157

Low

24.1374

Average

25.9731

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.