Skip to content

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

EGP/SEK over YTD: show the values
PointEGP/SEK
2025-12-310.19308
2026-01-070.19443
2026-01-140.19494
2026-01-210.19152
2026-01-280.18844
2026-02-040.19061
2026-02-110.18962
2026-02-180.19093
2026-02-250.18918
2026-03-040.18316
2026-03-110.17717
2026-03-180.17925
2026-03-250.17675
2026-04-010.17387
2026-04-080.17066
2026-04-150.17659
2026-04-220.17694
2026-04-290.17493
2026-05-060.17333
2026-05-130.17607
2026-05-200.17596
2026-05-270.17755
2026-06-030.18046
2026-06-100.18349
2026-06-170.18795
2026-06-240.19692
2026-07-010.19840
2026-07-080.19673
2026-07-150.19139
2026-07-220.18966
2026-07-290.19193
2026-08-050.18994
2026-08-120.18965
2026-08-190.18790
2026-08-260.18881
2026-09-020.18895
2026-09-090.18712
2026-09-160.18799
2026-09-230.19186

High

0.19840

Low

0.17066

Average

0.18589

For developers

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