Skip to content

EGP to SLL exchange rate API

Egyptian Pound to Leone · quoted 2026-09-25

442.9590

▼ +7.78% over YTD

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

1 EGP buys 442.9590 SLL as of 2026-09-25, so 1 SLL buys 0.002258 EGP. Over the year to date, EGP/SLL traded between 391.2690 and 488.8097, averaged 449.5068 and fell 7.78%. 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 YTD

EGP/SLL over YTD: show the values
PointEGP/SLL
2025-12-31480.3026
2026-01-07483.5025
2026-01-14486.6363
2026-01-21485.4239
2026-01-28486.2867
2026-02-04488.0229
2026-02-11488.6584
2026-02-18488.8097
2026-02-25478.2741
2026-03-04457.8678
2026-03-11440.8188
2026-03-18436.8385
2026-03-25433.9837
2026-04-01424.3130
2026-04-08425.4374
2026-04-19403.2710
2026-04-26398.5906
2026-05-03391.2690
2026-05-10397.6801
2026-05-18393.8454
2026-05-26437.7687
2026-06-02474.5591
2026-06-11439.5370
2026-06-18457.3333
2026-06-25460.9959
2026-07-02427.1764
2026-07-09461.1586
2026-07-16452.4364
2026-07-23447.2539
2026-07-30448.9011
2026-08-06460.4368
2026-08-13470.1212
2026-08-21450.1100
2026-08-28455.9029
2026-09-04482.3684
2026-09-11446.7244
2026-09-18402.2806
2026-09-25442.9079

High

488.8097

Low

391.2690

Average

449.5068

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.