Skip to content

EGP to ERN exchange rate API

Egyptian Pound to Nakfa · quoted 2026-09-25

0.28977

▼ +6.96% over 1Y

1 EGP = 0.28977 ERN · 1 ERN = 3.4510 EGP · Get this rate via the API

1 EGP buys 0.28977 ERN as of 2026-09-25, so 1 ERN buys 3.4510 EGP. Over the last year, EGP/ERN traded between 0.27609 and 0.32017, averaged 0.30228 and fell 6.96%. The API holds daily EGP/ERN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/ERN over 1Y

EGP/ERN over 1Y: show the values
PointEGP/ERN
2025-09-250.31145
2025-10-020.31389
2025-10-090.31540
2025-10-160.31515
2025-10-230.31531
2025-10-300.31743
2025-11-060.31674
2025-11-130.31784
2025-11-200.31645
2025-11-270.31469
2025-12-040.31549
2025-12-120.31553
2025-12-190.31536
2025-12-260.31547
2026-01-020.31454
2026-01-090.31749
2026-01-160.31752
2026-01-230.31845
2026-01-300.31984
2026-02-060.32011
2026-02-130.32017
2026-02-200.31555
2026-02-270.31283
2026-03-060.29928
2026-03-130.28645
2026-03-200.28713
2026-03-270.28445
2026-04-030.27609
2026-04-100.28254
2026-04-170.28966
2026-04-240.28506
2026-05-010.27996
2026-05-080.28452
2026-05-160.28366
2026-05-240.28327
2026-05-310.28669
2026-06-090.28923
2026-06-160.29851
2026-06-230.30156
2026-06-300.30496
2026-07-070.30724
2026-07-140.29678
2026-07-210.29381
2026-07-280.29647
2026-08-040.29878
2026-08-110.29929
2026-08-180.29770
2026-08-260.29831
2026-09-020.29411
2026-09-090.29334
2026-09-160.28822
2026-09-230.29134

High

0.32017

Low

0.27609

Average

0.30228

For developers

Get this rate via the API

One GET request returns the EGP/ERN 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=ERN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=ERN");
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=ERN").json()

Replace YOUR_API_KEY with the key from your dashboard.

EGP/ERN API questions

How do I get the EGP/ERN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=ERN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/ERN rate in rates.ERN.

How far back does EGP/ERN historical data go?

Daily EGP/ERN 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/ERN 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.