Skip to content

EGP to NGN exchange rate API

Egyptian Pound to Naira · quoted 2026-09-25

25.6294

▼ +17.13% over 1Y

1 EGP = 25.6294 NGN · 1 NGN = 0.03902 EGP · Get this rate via the API

1 EGP buys 25.6294 NGN as of 2026-09-25, so 1 NGN buys 0.03902 EGP. Over the last year, EGP/NGN traded between 25.3758 and 31.0707, averaged 28.0755 and fell 17.13%. The API holds daily EGP/NGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/NGN over 1Y

EGP/NGN over 1Y: show the values
PointEGP/NGN
2025-09-2530.9286
2025-10-0231.0707
2025-10-0930.9471
2025-10-1630.7555
2025-10-2330.7591
2025-10-3030.7158
2025-11-0630.4451
2025-11-1330.5504
2025-11-2030.6268
2025-11-2730.3749
2025-12-0430.4450
2025-12-1230.4920
2025-12-1930.6184
2025-12-2630.5146
2026-01-0230.3016
2026-01-0930.1790
2026-01-1630.0973
2026-01-2330.1403
2026-01-3029.6388
2026-02-0629.1901
2026-02-1328.9330
2026-02-2028.2790
2026-02-2728.2382
2026-03-0627.6407
2026-03-1326.6082
2026-03-2025.9155
2026-03-2726.2673
2026-04-0325.3758
2026-04-1025.6501
2026-04-1725.8932
2026-04-2425.6809
2026-05-0125.6568
2026-05-0825.8260
2026-05-1625.9547
2026-05-2425.8881
2026-05-3126.2852
2026-06-0926.2527
2026-06-1627.0313
2026-06-2327.4985
2026-06-3028.0515
2026-07-0728.0180
2026-07-1427.3369
2026-07-2127.0456
2026-07-2827.0095
2026-08-0427.1637
2026-08-1127.2220
2026-08-1826.8508
2026-08-2626.7868
2026-09-0226.1345
2026-09-0925.8326
2026-09-1625.5180
2026-09-2325.7333

High

31.0707

Low

25.3758

Average

28.0755

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EGP/NGN API questions

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

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

How far back does EGP/NGN historical data go?

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