Skip to content

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

EGP/IRR over 1Y: show the values
PointEGP/IRR
2025-09-25872.93
2025-10-02879.38
2025-10-09884.72
2025-10-16883.23
2025-10-23883.84
2025-10-30890.24
2025-11-06888.42
2025-11-13891.67
2025-11-20888.22
2025-11-27883.81
2025-12-04885.08
2025-12-12884.76
2025-12-19884.26
2025-12-26880.23
2026-01-02880.13
2026-01-09891.56
2026-01-1622532.33
2026-01-2322827.46
2026-01-3023489.19
2026-02-0625245.23
2026-02-1327240.19
2026-02-2027038.89
2026-02-2727367.58
2026-03-0626327.81
2026-03-1325158.38
2026-03-2025163.99
2026-03-2724909.91
2026-04-0324223.65
2026-04-1024788.32
2026-04-1725509.34
2026-04-2425048.60
2026-05-0124542.76
2026-05-0824903.35
2026-05-1624948.42
2026-05-2424981.83
2026-05-3125821.13
2026-06-0926516.82
2026-06-1627370.43
2026-06-2327635.79
2026-06-3027982.67
2026-07-0728185.67
2026-07-1427205.68
2026-07-2126946.57
2026-07-2827165.22
2026-08-0427395.27
2026-08-1127432.11
2026-08-1827287.73
2026-08-2627344.38
2026-09-0226959.56
2026-09-0926881.21
2026-09-1626411.88
2026-09-2326715.15

High

28185.67

Low

872.9309

Average

18457.23

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.