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: show the values
| Point | EGP/IQD |
|---|---|
| 2025-09-25 | 27.2007 |
| 2025-10-02 | 27.3961 |
| 2025-10-09 | 27.5504 |
| 2025-10-16 | 27.5192 |
| 2025-10-23 | 27.5569 |
| 2025-10-30 | 27.6960 |
| 2025-11-06 | 27.6589 |
| 2025-11-13 | 27.7618 |
| 2025-11-20 | 27.6412 |
| 2025-11-27 | 27.4852 |
| 2025-12-04 | 27.5579 |
| 2025-12-12 | 27.4774 |
| 2025-12-19 | 27.5475 |
| 2025-12-26 | 27.5546 |
| 2026-01-02 | 27.4832 |
| 2026-01-09 | 27.7969 |
| 2026-01-16 | 27.7580 |
| 2026-01-23 | 27.7677 |
| 2026-01-30 | 27.9626 |
| 2026-02-06 | 27.9818 |
| 2026-02-13 | 27.9995 |
| 2026-02-20 | 27.5984 |
| 2026-02-27 | 27.3500 |
| 2026-03-06 | 26.1366 |
| 2026-03-13 | 25.1002 |
| 2026-03-20 | 24.9613 |
| 2026-03-27 | 24.8164 |
| 2026-04-03 | 24.0731 |
| 2026-04-10 | 24.6753 |
| 2026-04-17 | 25.2969 |
| 2026-04-24 | 24.8956 |
| 2026-05-01 | 24.4494 |
| 2026-05-08 | 24.9295 |
| 2026-05-16 | 24.7818 |
| 2026-05-24 | 24.7431 |
| 2026-05-31 | 25.0394 |
| 2026-06-09 | 25.2640 |
| 2026-06-16 | 26.0743 |
| 2026-06-23 | 26.3391 |
| 2026-06-30 | 26.6159 |
| 2026-07-07 | 26.7922 |
| 2026-07-14 | 25.9966 |
| 2026-07-21 | 25.6959 |
| 2026-07-28 | 25.8963 |
| 2026-08-04 | 26.1312 |
| 2026-08-11 | 26.1645 |
| 2026-08-18 | 26.0031 |
| 2026-08-26 | 26.0377 |
| 2026-09-02 | 25.7064 |
| 2026-09-09 | 25.5885 |
| 2026-09-16 | 25.2020 |
| 2026-09-23 | 25.4860 |
High
27.9995
Low
24.0731
Average
26.4057
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.