Skip to content

EGP to IRR exchange rate API

Egyptian Pound to Iranian Rial · quoted 2026-09-25

26576.19

▲ +7.18% over 6M

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 6 months, EGP/IRR traded between 24205.64 and 28030.93, averaged 26316.49 and rose 7.18%. 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 6M

EGP/IRR over 6M: show the values
PointEGP/IRR
2026-03-2924796.57
2026-04-0524205.64
2026-04-1224704.61
2026-04-1925414.18
2026-04-2625033.69
2026-05-0324517.87
2026-05-1024872.20
2026-05-1824773.22
2026-05-2625321.17
2026-06-0226019.08
2026-06-1126478.21
2026-06-1827540.97
2026-06-2527740.61
2026-07-0228030.93
2026-07-0927710.95
2026-07-1627218.13
2026-07-2326799.96
2026-07-3026975.29
2026-08-0627633.42
2026-08-1327383.68
2026-08-2127015.54
2026-08-2827344.47
2026-09-0426982.36
2026-09-1126769.37
2026-09-1826370.45

High

28030.93

Low

24205.64

Average

26316.49

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.