Skip to content

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

EGP/IRR over YTD: show the values
PointEGP/IRR
2025-12-31882.15
2026-01-07889.33
2026-01-1421999.74
2026-01-2122585.04
2026-01-2823028.44
2026-02-0424558.20
2026-02-1126719.63
2026-02-1827296.53
2026-02-2527056.85
2026-03-0426184.40
2026-03-1125439.43
2026-03-1825144.78
2026-03-2524968.48
2026-04-0124343.43
2026-04-0824385.51
2026-04-1525233.80
2026-04-2225449.94
2026-04-2924858.27
2026-05-0624764.86
2026-05-1424832.20
2026-05-2124872.62
2026-05-2925705.74
2026-06-0526536.52
2026-06-1426621.01
2026-06-2127491.39
2026-06-2827761.06
2026-07-0527941.36
2026-07-1227644.23
2026-07-1927211.20
2026-07-2626794.20
2026-08-0226949.45
2026-08-0927713.54
2026-08-1627359.04
2026-08-2427067.02
2026-08-3127092.33
2026-09-0726994.18
2026-09-1426673.12
2026-09-2126437.57

High

27941.36

Low

882.1462

Average

24668.28

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=IRR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=IRR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=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&currencies=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.