Skip to content

EGP to SZL exchange rate API

Egyptian Pound to Lilangeni · quoted 2026-09-24

0.31655

▼ +12.58% over 1Y

1 EGP = 0.31655 SZL · 1 SZL = 3.1590 EGP · Get this rate via the API

1 EGP buys 0.31655 SZL as of 2026-09-24, so 1 SZL buys 3.1590 EGP. Over the last year, EGP/SZL traded between 0.30997 and 0.37040, averaged 0.33422 and fell 12.58%. The API holds daily EGP/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/SZL over 1Y

EGP/SZL over 1Y: show the values
PointEGP/SZL
2025-09-240.36210
2025-10-010.36080
2025-10-080.36278
2025-10-150.36417
2025-10-220.36611
2025-10-290.36237
2025-11-050.37040
2025-11-120.36362
2025-11-190.36380
2025-11-260.35989
2025-12-030.35967
2025-12-110.35656
2025-12-180.35277
2025-12-250.35050
2026-01-010.34662
2026-01-080.34818
2026-01-150.34693
2026-01-220.34421
2026-01-290.33609
2026-02-050.34278
2026-02-120.33976
2026-02-190.33901
2026-02-260.33086
2026-03-050.32627
2026-03-120.31840
2026-03-190.32397
2026-03-260.32286
2026-04-020.31434
2026-04-090.31251
2026-04-160.31535
2026-04-230.31471
2026-04-300.31553
2026-05-070.31021
2026-05-150.31155
2026-05-230.30997
2026-05-300.31064
2026-06-060.31797
2026-06-150.31856
2026-06-220.32978
2026-06-290.33395
2026-07-060.33182
2026-07-130.32741
2026-07-200.32397
2026-07-270.32836
2026-08-030.32699
2026-08-100.32405
2026-08-170.32265
2026-08-250.31656
2026-09-010.31680
2026-09-080.31370
2026-09-150.31418
2026-09-220.31427

High

0.37040

Low

0.30997

Average

0.33422

For developers

Get this rate via the API

One GET request returns the EGP/SZL 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=SZL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=SZL");
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=SZL").json()

Replace YOUR_API_KEY with the key from your dashboard.

EGP/SZL API questions

How do I get the EGP/SZL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP&currencies=SZL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EGP/SZL rate in rates.SZL.

How far back does EGP/SZL historical data go?

Daily EGP/SZL 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/SZL 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.