EGP to SEK exchange rate API
Egyptian Pound to Swedish Krona · quoted 2026-09-25
0.19161
▼ +1.95% over 1Y
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 last year, EGP/SEK traded between 0.17372 and 0.20154, averaged 0.18921 and fell 1.95%. 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 1Y: show the values
| Point | EGP/SEK |
|---|---|
| 2025-09-25 | 0.19542 |
| 2025-10-02 | 0.19588 |
| 2025-10-09 | 0.19897 |
| 2025-10-16 | 0.19863 |
| 2025-10-23 | 0.19799 |
| 2025-10-30 | 0.20045 |
| 2025-11-06 | 0.20122 |
| 2025-11-13 | 0.19952 |
| 2025-11-20 | 0.20154 |
| 2025-11-27 | 0.19909 |
| 2025-12-04 | 0.19773 |
| 2025-12-11 | 0.19472 |
| 2025-12-18 | 0.19552 |
| 2025-12-25 | 0.19298 |
| 2026-01-01 | 0.19320 |
| 2026-01-08 | 0.19509 |
| 2026-01-15 | 0.19465 |
| 2026-01-22 | 0.19159 |
| 2026-01-29 | 0.18848 |
| 2026-02-05 | 0.19215 |
| 2026-02-12 | 0.19005 |
| 2026-02-19 | 0.19236 |
| 2026-02-26 | 0.18854 |
| 2026-03-05 | 0.18340 |
| 2026-03-12 | 0.17767 |
| 2026-03-19 | 0.18003 |
| 2026-03-26 | 0.17833 |
| 2026-04-02 | 0.17603 |
| 2026-04-09 | 0.17508 |
| 2026-04-16 | 0.17680 |
| 2026-04-23 | 0.17594 |
| 2026-04-30 | 0.17372 |
| 2026-05-07 | 0.17446 |
| 2026-05-14 | 0.17633 |
| 2026-05-21 | 0.17637 |
| 2026-05-28 | 0.17838 |
| 2026-06-04 | 0.18021 |
| 2026-06-11 | 0.18350 |
| 2026-06-18 | 0.19199 |
| 2026-06-25 | 0.19689 |
| 2026-07-02 | 0.19797 |
| 2026-07-09 | 0.19494 |
| 2026-07-16 | 0.19043 |
| 2026-07-23 | 0.18985 |
| 2026-07-30 | 0.18823 |
| 2026-08-06 | 0.19022 |
| 2026-08-13 | 0.19041 |
| 2026-08-20 | 0.18694 |
| 2026-08-27 | 0.18943 |
| 2026-09-03 | 0.18803 |
| 2026-09-10 | 0.18799 |
| 2026-09-17 | 0.18829 |
| 2026-09-24 | 0.19191 |
High
0.20154
Low
0.17372
Average
0.18921
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.