Skip to content

SZL to EGP exchange rate API

Lilangeni to Egyptian Pound · quoted 2026-09-26

3.1766

▲ +15.27% over 1Y

1 SZL = 3.1766 EGP · 1 EGP = 0.31480 SZL · Get this rate via the API

1 SZL buys 3.1766 EGP as of 2026-09-26, so 1 EGP buys 0.31480 SZL. Over the last year, SZL/EGP traded between 2.7231 and 3.2314, averaged 2.9992 and rose 15.27%. The API holds daily SZL/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/EGP over 1Y

SZL/EGP over 1Y: show the values
PointSZL/EGP
2025-09-262.7559
2025-10-032.7579
2025-10-102.7641
2025-10-172.7414
2025-10-242.7456
2025-10-312.7346
2025-11-072.7231
2025-11-142.7721
2025-11-212.7532
2025-11-282.7776
2025-12-052.7997
2025-12-132.8047
2025-12-202.8451
2025-12-272.8532
2026-01-032.8974
2026-01-102.8747
2026-01-172.8704
2026-01-242.9195
2026-01-312.9189
2026-02-072.9150
2026-02-142.9214
2026-02-212.9636
2026-02-282.9816
2026-03-073.0396
2026-03-143.0847
2026-03-213.0516
2026-03-283.0677
2026-04-043.2012
2026-04-113.2314
2026-04-183.1762
2026-04-253.1680
2026-05-023.2196
2026-05-093.2220
2026-05-173.1713
2026-05-253.2046
2026-06-013.2135
2026-06-103.1302
2026-06-173.0888
2026-06-242.9935
2026-07-012.9908
2026-07-083.0313
2026-07-153.0958
2026-07-223.1124
2026-07-293.0259
2026-08-053.0554
2026-08-123.1009
2026-08-203.1536
2026-08-273.1461
2026-09-033.1747
2026-09-103.1973
2026-09-173.1905
2026-09-243.1524

High

3.2314

Low

2.7231

Average

2.9992

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=EGP").json()

Replace YOUR_API_KEY with the key from your dashboard.

SZL/EGP API questions

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

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

How far back does SZL/EGP historical data go?

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