Skip to content

EGP to LSL exchange rate API

Egyptian Pound to Loti · quoted 2026-09-25

0.31734

▼ +11.78% over 1Y

1 EGP = 0.31734 LSL · 1 LSL = 3.1512 EGP · Get this rate via the API

1 EGP buys 0.31734 LSL as of 2026-09-25, so 1 LSL buys 3.1512 EGP. Over the last year, EGP/LSL traded between 0.30759 and 0.36738, averaged 0.33424 and fell 11.78%. The API holds daily EGP/LSL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/LSL over 1Y

EGP/LSL over 1Y: show the values
PointEGP/LSL
2025-09-250.35971
2025-10-020.36012
2025-10-090.36092
2025-10-160.36370
2025-10-230.36641
2025-10-300.36344
2025-11-060.36738
2025-11-130.36243
2025-11-200.36290
2025-11-270.35939
2025-12-040.35873
2025-12-120.35505
2025-12-190.35188
2025-12-260.35007
2026-01-020.34691
2026-01-090.34980
2026-01-160.34604
2026-01-230.34206
2026-01-300.33857
2026-02-060.34666
2026-02-130.34057
2026-02-200.34025
2026-02-270.33204
2026-03-060.33081
2026-03-130.31973
2026-03-200.32072
2026-03-270.32388
2026-04-030.31172
2026-04-100.30759
2026-04-170.31689
2026-04-240.31643
2026-05-010.31094
2026-05-080.31048
2026-05-160.31568
2026-05-240.31115
2026-05-310.31038
2026-06-090.31797
2026-06-160.32261
2026-06-230.33001
2026-06-300.33459
2026-07-070.33247
2026-07-140.32598
2026-07-210.32319
2026-07-280.33168
2026-08-040.32891
2026-08-110.32301
2026-08-180.32233
2026-08-260.31695
2026-09-020.31715
2026-09-090.31290
2026-09-160.31180
2026-09-230.31457

High

0.36738

Low

0.30759

Average

0.33424

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EGP/LSL API questions

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

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

How far back does EGP/LSL historical data go?

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