SLL to EGP exchange rate API
Leone to Egyptian Pound · quoted 2026-09-25
0.002257
▼ +2.63% over 6M
1 SLL = 0.002257 EGP · 1 EGP = 443.0660 SLL · Get this rate via the API
1 SLL buys 0.002257 EGP as of 2026-09-25, so 1 EGP buys 443.0660 SLL. Over the last 6 months, SLL/EGP traded between 0.002098 and 0.002546, averaged 0.002282 and fell 2.63%. The API holds daily SLL/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SLL/EGP over 6M: show the values
| Point | SLL/EGP |
|---|---|
| 2026-03-29 | 0.002318 |
| 2026-04-05 | 0.002373 |
| 2026-04-16 | 0.002473 |
| 2026-04-23 | 0.002498 |
| 2026-04-30 | 0.002546 |
| 2026-05-07 | 0.002513 |
| 2026-05-15 | 0.002522 |
| 2026-05-23 | 0.002321 |
| 2026-05-30 | 0.002285 |
| 2026-06-06 | 0.002283 |
| 2026-06-15 | 0.002221 |
| 2026-06-22 | 0.002182 |
| 2026-06-29 | 0.002161 |
| 2026-07-06 | 0.002144 |
| 2026-07-13 | 0.002187 |
| 2026-07-20 | 0.002228 |
| 2026-07-27 | 0.002227 |
| 2026-08-03 | 0.002200 |
| 2026-08-10 | 0.002183 |
| 2026-08-17 | 0.002188 |
| 2026-08-25 | 0.002212 |
| 2026-09-01 | 0.002219 |
| 2026-09-08 | 0.002224 |
| 2026-09-15 | 0.002259 |
| 2026-09-22 | 0.002098 |
High
0.002546
Low
0.002098
Average
0.002282
Get this rate via the API
One GET request returns the SLL/EGP 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=SLL¤cies=EGP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SLL¤cies=EGP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SLL¤cies=EGP").json()Replace YOUR_API_KEY with the key from your dashboard.
SLL/EGP API questions
How do I get the SLL/EGP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SLL¤cies=EGP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SLL/EGP rate in rates.EGP.
How far back does SLL/EGP historical data go?
Daily SLL/EGP 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 SLL/EGP 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.