Skip to content

EGP to SLL exchange rate API

Egyptian Pound to Leone · quoted 2026-09-25

442.9205

▲ +2.71% over 6M

1 EGP = 442.9205 SLL · 1 SLL = 0.002258 EGP · Get this rate via the API

1 EGP buys 442.9205 SLL as of 2026-09-25, so 1 SLL buys 0.002258 EGP. Over the last 6 months, EGP/SLL traded between 392.6856 and 476.4524, averaged 439.4610 and rose 2.71%. The API holds daily EGP/SLL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EGP/SLL over 6M

EGP/SLL over 6M: show the values
PointEGP/SLL
2026-03-29431.2457
2026-04-05421.3314
2026-04-16404.3038
2026-04-23400.2350
2026-04-30392.6856
2026-05-07397.7778
2026-05-15396.4607
2026-05-23430.7500
2026-05-30437.5267
2026-06-06437.9435
2026-06-15450.1053
2026-06-22458.2938
2026-06-29462.6859
2026-07-06466.2752
2026-07-13457.0547
2026-07-20448.7790
2026-07-27448.9510
2026-08-03454.4095
2026-08-10458.0335
2026-08-17456.8676
2026-08-25452.0758
2026-09-01450.6006
2026-09-08449.5749
2026-09-15442.6457
2026-09-22476.4524

High

476.4524

Low

392.6856

Average

439.4610

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

EGP/SLL API questions

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

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

How far back does EGP/SLL historical data go?

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