Skip to content

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

EGP/SEK over 1Y: show the values
PointEGP/SEK
2025-09-250.19542
2025-10-020.19588
2025-10-090.19897
2025-10-160.19863
2025-10-230.19799
2025-10-300.20045
2025-11-060.20122
2025-11-130.19952
2025-11-200.20154
2025-11-270.19909
2025-12-040.19773
2025-12-110.19472
2025-12-180.19552
2025-12-250.19298
2026-01-010.19320
2026-01-080.19509
2026-01-150.19465
2026-01-220.19159
2026-01-290.18848
2026-02-050.19215
2026-02-120.19005
2026-02-190.19236
2026-02-260.18854
2026-03-050.18340
2026-03-120.17767
2026-03-190.18003
2026-03-260.17833
2026-04-020.17603
2026-04-090.17508
2026-04-160.17680
2026-04-230.17594
2026-04-300.17372
2026-05-070.17446
2026-05-140.17633
2026-05-210.17637
2026-05-280.17838
2026-06-040.18021
2026-06-110.18350
2026-06-180.19199
2026-06-250.19689
2026-07-020.19797
2026-07-090.19494
2026-07-160.19043
2026-07-230.18985
2026-07-300.18823
2026-08-060.19022
2026-08-130.19041
2026-08-200.18694
2026-08-270.18943
2026-09-030.18803
2026-09-100.18799
2026-09-170.18829
2026-09-240.19191

High

0.20154

Low

0.17372

Average

0.18921

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.