EGP to IRR exchange rate API
Egyptian Pound to Iranian Rial · quoted 2026-09-25
26576.19
▲ +2944.48% over 1Y
1 EGP = 26576.19 IRR · 1 IRR = 0.000038 EGP · Get this rate via the API
1 EGP buys 26576.19 IRR as of 2026-09-25, so 1 IRR buys 0.000038 EGP. Over the last year, EGP/IRR traded between 872.9309 and 28185.67, averaged 18457.23 and rose 2944.48%. The API holds daily EGP/IRR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EGP/IRR over 1Y: show the values
| Point | EGP/IRR |
|---|---|
| 2025-09-25 | 872.93 |
| 2025-10-02 | 879.38 |
| 2025-10-09 | 884.72 |
| 2025-10-16 | 883.23 |
| 2025-10-23 | 883.84 |
| 2025-10-30 | 890.24 |
| 2025-11-06 | 888.42 |
| 2025-11-13 | 891.67 |
| 2025-11-20 | 888.22 |
| 2025-11-27 | 883.81 |
| 2025-12-04 | 885.08 |
| 2025-12-12 | 884.76 |
| 2025-12-19 | 884.26 |
| 2025-12-26 | 880.23 |
| 2026-01-02 | 880.13 |
| 2026-01-09 | 891.56 |
| 2026-01-16 | 22532.33 |
| 2026-01-23 | 22827.46 |
| 2026-01-30 | 23489.19 |
| 2026-02-06 | 25245.23 |
| 2026-02-13 | 27240.19 |
| 2026-02-20 | 27038.89 |
| 2026-02-27 | 27367.58 |
| 2026-03-06 | 26327.81 |
| 2026-03-13 | 25158.38 |
| 2026-03-20 | 25163.99 |
| 2026-03-27 | 24909.91 |
| 2026-04-03 | 24223.65 |
| 2026-04-10 | 24788.32 |
| 2026-04-17 | 25509.34 |
| 2026-04-24 | 25048.60 |
| 2026-05-01 | 24542.76 |
| 2026-05-08 | 24903.35 |
| 2026-05-16 | 24948.42 |
| 2026-05-24 | 24981.83 |
| 2026-05-31 | 25821.13 |
| 2026-06-09 | 26516.82 |
| 2026-06-16 | 27370.43 |
| 2026-06-23 | 27635.79 |
| 2026-06-30 | 27982.67 |
| 2026-07-07 | 28185.67 |
| 2026-07-14 | 27205.68 |
| 2026-07-21 | 26946.57 |
| 2026-07-28 | 27165.22 |
| 2026-08-04 | 27395.27 |
| 2026-08-11 | 27432.11 |
| 2026-08-18 | 27287.73 |
| 2026-08-26 | 27344.38 |
| 2026-09-02 | 26959.56 |
| 2026-09-09 | 26881.21 |
| 2026-09-16 | 26411.88 |
| 2026-09-23 | 26715.15 |
High
28185.67
Low
872.9309
Average
18457.23
Get this rate via the API
One GET request returns the EGP/IRR 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=IRR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=IRR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=IRR").json()Replace YOUR_API_KEY with the key from your dashboard.
EGP/IRR API questions
How do I get the EGP/IRR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=IRR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/IRR rate in rates.IRR.
How far back does EGP/IRR historical data go?
Daily EGP/IRR 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/IRR 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.