EGP to IQD exchange rate API
Egyptian Pound to Iraqi Dinar · quoted 2026-09-25
25.3055
▼ +5.88% over 5Y
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 5 years, EGP/IQD traded between 24.0969 and 27.8425, averaged 26.3868 and fell 5.88%. 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 5Y: show the values
| Point | EGP/IQD |
|---|---|
| 2024-08-24 | 26.8863 |
| 2024-10-07 | 27.0811 |
| 2024-11-06 | 26.6417 |
| 2024-12-06 | 26.1832 |
| 2025-01-05 | 25.7977 |
| 2025-02-04 | 26.0187 |
| 2025-03-06 | 25.8398 |
| 2025-04-06 | 25.9023 |
| 2025-05-06 | 26.2395 |
| 2025-06-07 | 26.5048 |
| 2025-07-07 | 26.9187 |
| 2025-08-06 | 27.0061 |
| 2025-09-05 | 26.9869 |
| 2025-10-06 | 27.5106 |
| 2025-11-05 | 27.6487 |
| 2025-12-05 | 27.5532 |
| 2026-01-05 | 27.6259 |
| 2026-02-04 | 27.8425 |
| 2026-03-06 | 26.1366 |
| 2026-04-05 | 24.0969 |
| 2026-05-05 | 24.4258 |
| 2026-06-06 | 25.1456 |
| 2026-07-08 | 26.6443 |
| 2026-08-07 | 26.3780 |
| 2026-09-07 | 25.7361 |
High
27.8425
Low
24.0969
Average
26.3868
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.