EGP to SLL exchange rate API
Egyptian Pound to Leone · quoted 2026-09-25
442.9590
▼ +6.37% over 1Y
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 last year, EGP/SLL traded between 390.9895 and 490.3398, averaged 459.2465 and fell 6.37%. 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 1Y: show the values
| Point | EGP/SLL |
|---|---|
| 2025-09-25 | 473.0917 |
| 2025-10-02 | 477.1179 |
| 2025-10-09 | 478.6805 |
| 2025-10-16 | 478.2882 |
| 2025-10-23 | 476.9663 |
| 2025-10-30 | 480.2743 |
| 2025-11-06 | 479.1299 |
| 2025-11-13 | 480.4659 |
| 2025-11-20 | 483.0060 |
| 2025-11-27 | 480.6429 |
| 2025-12-04 | 479.8653 |
| 2025-12-12 | 484.5560 |
| 2025-12-19 | 482.7092 |
| 2025-12-26 | 482.1464 |
| 2026-01-02 | 478.6199 |
| 2026-01-09 | 483.7435 |
| 2026-01-16 | 483.8058 |
| 2026-01-23 | 487.4377 |
| 2026-01-30 | 488.0051 |
| 2026-02-06 | 490.3398 |
| 2026-02-13 | 488.2631 |
| 2026-02-20 | 482.7970 |
| 2026-02-27 | 477.8011 |
| 2026-03-06 | 457.6912 |
| 2026-03-13 | 437.3069 |
| 2026-03-20 | 436.8130 |
| 2026-03-27 | 433.8844 |
| 2026-04-03 | 421.6846 |
| 2026-04-14 | 397.7328 |
| 2026-04-21 | 404.2810 |
| 2026-04-28 | 397.7846 |
| 2026-05-05 | 390.9895 |
| 2026-05-12 | 432.3355 |
| 2026-05-20 | 429.1686 |
| 2026-05-28 | 437.4709 |
| 2026-06-04 | 440.1488 |
| 2026-06-13 | 439.6955 |
| 2026-06-20 | 457.8155 |
| 2026-06-27 | 460.7892 |
| 2026-07-04 | 463.4411 |
| 2026-07-11 | 461.0891 |
| 2026-07-18 | 453.0778 |
| 2026-07-25 | 460.8251 |
| 2026-08-01 | 447.6776 |
| 2026-08-08 | 464.4731 |
| 2026-08-15 | 458.6201 |
| 2026-08-23 | 481.0573 |
| 2026-08-30 | 458.3870 |
| 2026-09-06 | 449.7730 |
| 2026-09-13 | 446.9828 |
| 2026-09-20 | 439.1092 |
High
490.3398
Low
390.9895
Average
459.2465
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.