EGP to SEK exchange rate API
Egyptian Pound to Swedish Krona · quoted 2026-09-25
0.19161
▼ +0.76% over YTD
1 EGP = 0.19161 SEK · 1 SEK = 5.2190 EGP · Get this rate via the API
1 EGP buys 0.19161 SEK as of 2026-09-25, so 1 SEK buys 5.2190 EGP. Over the year to date, EGP/SEK traded between 0.17066 and 0.19840, averaged 0.18589 and fell 0.76%. The API holds daily EGP/SEK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
EGP/SEK over YTD: show the values
| Point | EGP/SEK |
|---|---|
| 2025-12-31 | 0.19308 |
| 2026-01-07 | 0.19443 |
| 2026-01-14 | 0.19494 |
| 2026-01-21 | 0.19152 |
| 2026-01-28 | 0.18844 |
| 2026-02-04 | 0.19061 |
| 2026-02-11 | 0.18962 |
| 2026-02-18 | 0.19093 |
| 2026-02-25 | 0.18918 |
| 2026-03-04 | 0.18316 |
| 2026-03-11 | 0.17717 |
| 2026-03-18 | 0.17925 |
| 2026-03-25 | 0.17675 |
| 2026-04-01 | 0.17387 |
| 2026-04-08 | 0.17066 |
| 2026-04-15 | 0.17659 |
| 2026-04-22 | 0.17694 |
| 2026-04-29 | 0.17493 |
| 2026-05-06 | 0.17333 |
| 2026-05-13 | 0.17607 |
| 2026-05-20 | 0.17596 |
| 2026-05-27 | 0.17755 |
| 2026-06-03 | 0.18046 |
| 2026-06-10 | 0.18349 |
| 2026-06-17 | 0.18795 |
| 2026-06-24 | 0.19692 |
| 2026-07-01 | 0.19840 |
| 2026-07-08 | 0.19673 |
| 2026-07-15 | 0.19139 |
| 2026-07-22 | 0.18966 |
| 2026-07-29 | 0.19193 |
| 2026-08-05 | 0.18994 |
| 2026-08-12 | 0.18965 |
| 2026-08-19 | 0.18790 |
| 2026-08-26 | 0.18881 |
| 2026-09-02 | 0.18895 |
| 2026-09-09 | 0.18712 |
| 2026-09-16 | 0.18799 |
| 2026-09-23 | 0.19186 |
High
0.19840
Low
0.17066
Average
0.18589
Get this rate via the API
One GET request returns the EGP/SEK 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=SEK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=SEK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=SEK").json()Replace YOUR_API_KEY with the key from your dashboard.
EGP/SEK API questions
How do I get the EGP/SEK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=SEK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/SEK rate in rates.SEK.
How far back does EGP/SEK historical data go?
Daily EGP/SEK 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/SEK 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.