Skip to content

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

EGP/NPR over 1Y: show the values
PointEGP/NPR
2025-09-252.9493
2025-10-022.9706
2025-10-092.9870
2025-10-162.9480
2025-10-232.9542
2025-10-302.9934
2025-11-062.9953
2025-11-133.0061
2025-11-202.9888
2025-11-272.9945
2025-12-043.0370
2025-12-123.0396
2025-12-193.0368
2025-12-263.0304
2026-01-023.0188
2026-01-093.0453
2026-01-163.0605
2026-01-233.1126
2026-01-303.1378
2026-02-063.0861
2026-02-133.0964
2026-02-203.0652
2026-02-273.0372
2026-03-062.9258
2026-03-132.8211
2026-03-202.8477
2026-03-272.8581
2026-04-032.7316
2026-04-102.7874
2026-04-172.8830
2026-04-242.8595
2026-05-012.8332
2026-05-082.8697
2026-05-162.9058
2026-05-242.8939
2026-05-312.9062
2026-06-092.9519
2026-06-163.0135
2026-06-233.0473
2026-06-303.0776
2026-07-073.1260
2026-07-143.0353
2026-07-213.0240
2026-07-283.0294
2026-08-043.0421
2026-08-113.0473
2026-08-183.0395
2026-08-263.0331
2026-09-022.9800
2026-09-092.9727
2026-09-162.9494
2026-09-232.9733

High

3.1378

Low

2.7316

Average

2.9816

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=NPR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=NPR");
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=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&currencies=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.