Skip to content

EGP to ERN exchange rate API

Egyptian Pound to Nakfa · quoted 2026-09-25

0.28977

▼ +7.85% over YTD

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 year to date, EGP/ERN traded between 0.27788 and 0.32043, averaged 0.29737 and fell 7.85%. 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 YTD

EGP/ERN over YTD: show the values
PointEGP/ERN
2025-12-310.31447
2026-01-070.31739
2026-01-140.31772
2026-01-210.31633
2026-01-280.31964
2026-02-040.31951
2026-02-110.32043
2026-02-180.31955
2026-02-250.31322
2026-03-040.29972
2026-03-110.28887
2026-03-180.28689
2026-03-250.28533
2026-04-010.27799
2026-04-080.27788
2026-04-150.28759
2026-04-220.28898
2026-04-290.28334
2026-05-060.28227
2026-05-140.28357
2026-05-210.28251
2026-05-290.28724
2026-06-050.28947
2026-06-140.29020
2026-06-210.30009
2026-06-280.30268
2026-07-050.30456
2026-07-120.30159
2026-07-190.29679
2026-07-260.29222
2026-08-020.29389
2026-08-090.30218
2026-08-160.29859
2026-08-240.29522
2026-08-310.29562
2026-09-070.29459
2026-09-140.29101
2026-09-210.28852

High

0.32043

Low

0.27788

Average

0.29737

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.