EGP to NOK exchange rate API
Egyptian Pound to Norwegian Krone · quoted 2026-09-27
0.18367
▼ +11.03% over 1Y
1 EGP = 0.18367 NOK · 1 NOK = 5.4445 EGP · Get this rate via the API
1 EGP buys 0.18367 NOK as of 2026-09-27, so 1 NOK buys 5.4445 EGP. Over the last year, EGP/NOK traded between 0.17332 and 0.21624, averaged 0.19545 and fell 11.03%. The API holds daily EGP/NOK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EGP/NOK over 1Y: show the values
| Point | EGP/NOK |
|---|---|
| 2025-09-27 | 0.20644 |
| 2025-10-04 | 0.20865 |
| 2025-10-11 | 0.21368 |
| 2025-10-18 | 0.21178 |
| 2025-10-25 | 0.21050 |
| 2025-11-01 | 0.21494 |
| 2025-11-08 | 0.21452 |
| 2025-11-15 | 0.21469 |
| 2025-11-22 | 0.21624 |
| 2025-11-29 | 0.21334 |
| 2025-12-06 | 0.21284 |
| 2025-12-13 | 0.21421 |
| 2025-12-20 | 0.21253 |
| 2025-12-27 | 0.21055 |
| 2026-01-03 | 0.21067 |
| 2026-01-10 | 0.21305 |
| 2026-01-17 | 0.21422 |
| 2026-01-24 | 0.20749 |
| 2026-01-31 | 0.20475 |
| 2026-02-07 | 0.20708 |
| 2026-02-14 | 0.20382 |
| 2026-02-21 | 0.20039 |
| 2026-02-28 | 0.20025 |
| 2026-03-07 | 0.19051 |
| 2026-03-14 | 0.18696 |
| 2026-03-21 | 0.18313 |
| 2026-03-28 | 0.18432 |
| 2026-04-04 | 0.17983 |
| 2026-04-11 | 0.17935 |
| 2026-04-18 | 0.18057 |
| 2026-04-25 | 0.17722 |
| 2026-05-02 | 0.17332 |
| 2026-05-09 | 0.17460 |
| 2026-05-16 | 0.17605 |
| 2026-05-23 | 0.17460 |
| 2026-05-30 | 0.17686 |
| 2026-06-06 | 0.18140 |
| 2026-06-13 | 0.18318 |
| 2026-06-20 | 0.19426 |
| 2026-06-27 | 0.20055 |
| 2026-07-04 | 0.19969 |
| 2026-07-11 | 0.19712 |
| 2026-07-18 | 0.19102 |
| 2026-07-25 | 0.18654 |
| 2026-08-01 | 0.18545 |
| 2026-08-08 | 0.19132 |
| 2026-08-15 | 0.18900 |
| 2026-08-22 | 0.18271 |
| 2026-08-29 | 0.18713 |
| 2026-09-05 | 0.18277 |
| 2026-09-12 | 0.18084 |
| 2026-09-19 | 0.18024 |
| 2026-09-26 | 0.18351 |
High
0.21624
Low
0.17332
Average
0.19545
Get this rate via the API
One GET request returns the EGP/NOK 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=NOK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=NOK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=NOK").json()Replace YOUR_API_KEY with the key from your dashboard.
EGP/NOK API questions
How do I get the EGP/NOK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=NOK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/NOK rate in rates.NOK.
How far back does EGP/NOK historical data go?
Daily EGP/NOK 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/NOK 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.