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: show the values
| Point | EGP/IQD |
|---|---|
| 2025-12-31 | 27.5130 |
| 2026-01-07 | 27.7303 |
| 2026-01-14 | 27.7754 |
| 2026-01-21 | 27.6369 |
| 2026-01-28 | 27.8917 |
| 2026-02-04 | 27.8425 |
| 2026-02-11 | 28.0157 |
| 2026-02-18 | 27.8805 |
| 2026-02-25 | 27.3622 |
| 2026-03-04 | 26.1937 |
| 2026-03-11 | 25.2503 |
| 2026-03-18 | 25.0215 |
| 2026-03-25 | 24.8854 |
| 2026-04-01 | 24.2819 |
| 2026-04-08 | 24.1374 |
| 2026-04-15 | 25.1297 |
| 2026-04-22 | 25.2706 |
| 2026-04-29 | 24.7449 |
| 2026-05-06 | 24.6519 |
| 2026-05-14 | 24.7686 |
| 2026-05-21 | 24.6773 |
| 2026-05-29 | 24.9929 |
| 2026-06-05 | 25.3220 |
| 2026-06-14 | 25.3457 |
| 2026-06-21 | 26.2103 |
| 2026-06-28 | 26.4344 |
| 2026-07-05 | 26.6042 |
| 2026-07-12 | 26.3427 |
| 2026-07-19 | 25.9247 |
| 2026-07-26 | 25.5228 |
| 2026-08-02 | 25.6713 |
| 2026-08-09 | 26.3944 |
| 2026-08-16 | 26.0829 |
| 2026-08-24 | 25.8278 |
| 2026-08-31 | 25.9502 |
| 2026-09-07 | 25.7361 |
| 2026-09-14 | 25.4411 |
| 2026-09-21 | 25.1791 |
High
28.0157
Low
24.1374
Average
25.9731
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=IQD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=IQD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=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¤cies=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.