EGP to SLL exchange rate API
Egyptian Pound to Leone · quoted 2026-09-25
442.9487
▲ +2.71% over 6M
1 EGP = 442.9487 SLL · 1 SLL = 0.002258 EGP · Get this rate via the API
1 EGP buys 442.9487 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.4621 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: show the values
| Point | EGP/SLL |
|---|---|
| 2026-03-29 | 431.2457 |
| 2026-04-05 | 421.3314 |
| 2026-04-16 | 404.3038 |
| 2026-04-23 | 400.2350 |
| 2026-04-30 | 392.6856 |
| 2026-05-07 | 397.7778 |
| 2026-05-15 | 396.4607 |
| 2026-05-23 | 430.7500 |
| 2026-05-30 | 437.5267 |
| 2026-06-06 | 437.9435 |
| 2026-06-15 | 450.1053 |
| 2026-06-22 | 458.2938 |
| 2026-06-29 | 462.6859 |
| 2026-07-06 | 466.2752 |
| 2026-07-13 | 457.0547 |
| 2026-07-20 | 448.7790 |
| 2026-07-27 | 448.9510 |
| 2026-08-03 | 454.4095 |
| 2026-08-10 | 458.0335 |
| 2026-08-17 | 456.8676 |
| 2026-08-25 | 452.0758 |
| 2026-09-01 | 450.6006 |
| 2026-09-08 | 449.5749 |
| 2026-09-15 | 442.6457 |
| 2026-09-22 | 476.4524 |
High
476.4524
Low
392.6856
Average
439.4621
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=SLL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=SLL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EGP¤cies=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¤cies=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.