EGP to IRR exchange rate API
Egyptian Pound to Iranian Rial · quoted 2026-09-25
26576.19
▲ +2912.67% over YTD
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 year to date, EGP/IRR traded between 882.1462 and 27941.36, averaged 24668.28 and rose 2912.67%. 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 YTD: show the values
| Point | EGP/IRR |
|---|---|
| 2025-12-31 | 882.15 |
| 2026-01-07 | 889.33 |
| 2026-01-14 | 21999.74 |
| 2026-01-21 | 22585.04 |
| 2026-01-28 | 23028.44 |
| 2026-02-04 | 24558.20 |
| 2026-02-11 | 26719.63 |
| 2026-02-18 | 27296.53 |
| 2026-02-25 | 27056.85 |
| 2026-03-04 | 26184.40 |
| 2026-03-11 | 25439.43 |
| 2026-03-18 | 25144.78 |
| 2026-03-25 | 24968.48 |
| 2026-04-01 | 24343.43 |
| 2026-04-08 | 24385.51 |
| 2026-04-15 | 25233.80 |
| 2026-04-22 | 25449.94 |
| 2026-04-29 | 24858.27 |
| 2026-05-06 | 24764.86 |
| 2026-05-14 | 24832.20 |
| 2026-05-21 | 24872.62 |
| 2026-05-29 | 25705.74 |
| 2026-06-05 | 26536.52 |
| 2026-06-14 | 26621.01 |
| 2026-06-21 | 27491.39 |
| 2026-06-28 | 27761.06 |
| 2026-07-05 | 27941.36 |
| 2026-07-12 | 27644.23 |
| 2026-07-19 | 27211.20 |
| 2026-07-26 | 26794.20 |
| 2026-08-02 | 26949.45 |
| 2026-08-09 | 27713.54 |
| 2026-08-16 | 27359.04 |
| 2026-08-24 | 27067.02 |
| 2026-08-31 | 27092.33 |
| 2026-09-07 | 26994.18 |
| 2026-09-14 | 26673.12 |
| 2026-09-21 | 26437.57 |
High
27941.36
Low
882.1462
Average
24668.28
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.