EGP to ISK exchange rate API
Egyptian Pound to Iceland Krona · quoted 2026-09-25
2.3310
▼ +11.25% over YTD
1 EGP = 2.3310 ISK · 1 ISK = 0.42900 EGP · Get this rate via the API
1 EGP buys 2.3310 ISK as of 2026-09-25, so 1 ISK buys 0.42900 EGP. Over the year to date, EGP/ISK traded between 2.2757 and 2.6657, averaged 2.4460 and fell 11.25%. The API holds daily EGP/ISK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EGP/ISK over YTD: show the values
| Point | EGP/ISK |
|---|---|
| 2025-12-31 | 2.6264 |
| 2026-01-07 | 2.6657 |
| 2026-01-14 | 2.6615 |
| 2026-01-21 | 2.6265 |
| 2026-01-28 | 2.5805 |
| 2026-02-04 | 2.6131 |
| 2026-02-11 | 2.6010 |
| 2026-02-18 | 2.6061 |
| 2026-02-25 | 2.5428 |
| 2026-03-04 | 2.4820 |
| 2026-03-11 | 2.4112 |
| 2026-03-18 | 2.3883 |
| 2026-03-25 | 2.3531 |
| 2026-04-01 | 2.2996 |
| 2026-04-08 | 2.2757 |
| 2026-04-15 | 2.3437 |
| 2026-04-22 | 2.3612 |
| 2026-04-29 | 2.3172 |
| 2026-05-06 | 2.2975 |
| 2026-05-13 | 2.3165 |
| 2026-05-20 | 2.3198 |
| 2026-05-27 | 2.3598 |
| 2026-06-03 | 2.3776 |
| 2026-06-11 | 2.4002 |
| 2026-06-18 | 2.5239 |
| 2026-06-25 | 2.5615 |
| 2026-07-02 | 2.5734 |
| 2026-07-09 | 2.5270 |
| 2026-07-16 | 2.4692 |
| 2026-07-23 | 2.4537 |
| 2026-07-30 | 2.4379 |
| 2026-08-06 | 2.4726 |
| 2026-08-13 | 2.4551 |
| 2026-08-20 | 2.3942 |
| 2026-08-27 | 2.3996 |
| 2026-09-03 | 2.3765 |
| 2026-09-10 | 2.3500 |
| 2026-09-17 | 2.3353 |
| 2026-09-24 | 2.3510 |
High
2.6657
Low
2.2757
Average
2.4460
Get this rate via the API
One GET request returns the EGP/ISK 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=ISK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=ISK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=ISK").json()Replace YOUR_API_KEY with the key from your dashboard.
EGP/ISK API questions
How do I get the EGP/ISK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=ISK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/ISK rate in rates.ISK.
How far back does EGP/ISK historical data go?
Daily EGP/ISK 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/ISK 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.