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: show the values
| Point | EGP/NGN |
|---|---|
| 2025-09-25 | 30.9286 |
| 2025-10-02 | 31.0707 |
| 2025-10-09 | 30.9471 |
| 2025-10-16 | 30.7555 |
| 2025-10-23 | 30.7591 |
| 2025-10-30 | 30.7158 |
| 2025-11-06 | 30.4451 |
| 2025-11-13 | 30.5504 |
| 2025-11-20 | 30.6268 |
| 2025-11-27 | 30.3749 |
| 2025-12-04 | 30.4450 |
| 2025-12-12 | 30.4920 |
| 2025-12-19 | 30.6184 |
| 2025-12-26 | 30.5146 |
| 2026-01-02 | 30.3016 |
| 2026-01-09 | 30.1790 |
| 2026-01-16 | 30.0973 |
| 2026-01-23 | 30.1403 |
| 2026-01-30 | 29.6388 |
| 2026-02-06 | 29.1901 |
| 2026-02-13 | 28.9330 |
| 2026-02-20 | 28.2790 |
| 2026-02-27 | 28.2382 |
| 2026-03-06 | 27.6407 |
| 2026-03-13 | 26.6082 |
| 2026-03-20 | 25.9155 |
| 2026-03-27 | 26.2673 |
| 2026-04-03 | 25.3758 |
| 2026-04-10 | 25.6501 |
| 2026-04-17 | 25.8932 |
| 2026-04-24 | 25.6809 |
| 2026-05-01 | 25.6568 |
| 2026-05-08 | 25.8260 |
| 2026-05-16 | 25.9547 |
| 2026-05-24 | 25.8881 |
| 2026-05-31 | 26.2852 |
| 2026-06-09 | 26.2527 |
| 2026-06-16 | 27.0313 |
| 2026-06-23 | 27.4985 |
| 2026-06-30 | 28.0515 |
| 2026-07-07 | 28.0180 |
| 2026-07-14 | 27.3369 |
| 2026-07-21 | 27.0456 |
| 2026-07-28 | 27.0095 |
| 2026-08-04 | 27.1637 |
| 2026-08-11 | 27.2220 |
| 2026-08-18 | 26.8508 |
| 2026-08-26 | 26.7868 |
| 2026-09-02 | 26.1345 |
| 2026-09-09 | 25.8326 |
| 2026-09-16 | 25.5180 |
| 2026-09-23 | 25.7333 |
High
31.0707
Low
25.3758
Average
28.0755
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=NGN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=NGN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=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¤cies=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.