EGP to NPR exchange rate API
Egyptian Pound to Nepalese Rupee · quoted 2026-09-25
2.9662
▲ +0.57% over 1Y
1 EGP = 2.9662 NPR · 1 NPR = 0.33713 EGP · Get this rate via the API
1 EGP buys 2.9662 NPR as of 2026-09-25, so 1 NPR buys 0.33713 EGP. Over the last year, EGP/NPR traded between 2.7316 and 3.1378, averaged 2.9816 and rose 0.57%. The API holds daily EGP/NPR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EGP/NPR over 1Y: show the values
| Point | EGP/NPR |
|---|---|
| 2025-09-25 | 2.9493 |
| 2025-10-02 | 2.9706 |
| 2025-10-09 | 2.9870 |
| 2025-10-16 | 2.9480 |
| 2025-10-23 | 2.9542 |
| 2025-10-30 | 2.9934 |
| 2025-11-06 | 2.9953 |
| 2025-11-13 | 3.0061 |
| 2025-11-20 | 2.9888 |
| 2025-11-27 | 2.9945 |
| 2025-12-04 | 3.0370 |
| 2025-12-12 | 3.0396 |
| 2025-12-19 | 3.0368 |
| 2025-12-26 | 3.0304 |
| 2026-01-02 | 3.0188 |
| 2026-01-09 | 3.0453 |
| 2026-01-16 | 3.0605 |
| 2026-01-23 | 3.1126 |
| 2026-01-30 | 3.1378 |
| 2026-02-06 | 3.0861 |
| 2026-02-13 | 3.0964 |
| 2026-02-20 | 3.0652 |
| 2026-02-27 | 3.0372 |
| 2026-03-06 | 2.9258 |
| 2026-03-13 | 2.8211 |
| 2026-03-20 | 2.8477 |
| 2026-03-27 | 2.8581 |
| 2026-04-03 | 2.7316 |
| 2026-04-10 | 2.7874 |
| 2026-04-17 | 2.8830 |
| 2026-04-24 | 2.8595 |
| 2026-05-01 | 2.8332 |
| 2026-05-08 | 2.8697 |
| 2026-05-16 | 2.9058 |
| 2026-05-24 | 2.8939 |
| 2026-05-31 | 2.9062 |
| 2026-06-09 | 2.9519 |
| 2026-06-16 | 3.0135 |
| 2026-06-23 | 3.0473 |
| 2026-06-30 | 3.0776 |
| 2026-07-07 | 3.1260 |
| 2026-07-14 | 3.0353 |
| 2026-07-21 | 3.0240 |
| 2026-07-28 | 3.0294 |
| 2026-08-04 | 3.0421 |
| 2026-08-11 | 3.0473 |
| 2026-08-18 | 3.0395 |
| 2026-08-26 | 3.0331 |
| 2026-09-02 | 2.9800 |
| 2026-09-09 | 2.9727 |
| 2026-09-16 | 2.9494 |
| 2026-09-23 | 2.9733 |
High
3.1378
Low
2.7316
Average
2.9816
Get this rate via the API
One GET request returns the EGP/NPR 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=NPR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=NPR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=NPR").json()Replace YOUR_API_KEY with the key from your dashboard.
EGP/NPR API questions
How do I get the EGP/NPR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=NPR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/NPR rate in rates.NPR.
How far back does EGP/NPR historical data go?
Daily EGP/NPR 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/NPR 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.