Skip to content

SLL to EGP exchange rate API

Leone to Egyptian Pound · quoted 2026-09-25

0.002257

▲ +6.81% over 1Y

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 year, SLL/EGP traded between 0.002039 and 0.002557, averaged 0.002184 and rose 6.81%. 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 1Y

SLL/EGP over 1Y: show the values
PointSLL/EGP
2025-09-250.002113
2025-10-020.002095
2025-10-090.002089
2025-10-160.002090
2025-10-230.002096
2025-10-300.002082
2025-11-060.002087
2025-11-130.002081
2025-11-200.002070
2025-11-270.002080
2025-12-040.002083
2025-12-120.002063
2025-12-190.002071
2025-12-260.002074
2026-01-020.002089
2026-01-090.002067
2026-01-160.002066
2026-01-230.002051
2026-01-300.002049
2026-02-060.002039
2026-02-130.002048
2026-02-200.002071
2026-02-270.002092
2026-03-060.002184
2026-03-130.002286
2026-03-200.002289
2026-03-270.002304
2026-04-030.002371
2026-04-140.002514
2026-04-210.002473
2026-04-280.002513
2026-05-050.002557
2026-05-120.002313
2026-05-200.002330
2026-05-280.002285
2026-06-040.002271
2026-06-130.002274
2026-06-200.002184
2026-06-270.002170
2026-07-040.002157
2026-07-110.002168
2026-07-180.002207
2026-07-250.002170
2026-08-010.002233
2026-08-080.002152
2026-08-150.002180
2026-08-230.002078
2026-08-300.002181
2026-09-060.002223
2026-09-130.002237
2026-09-200.002277

High

0.002557

Low

0.002039

Average

0.002184

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SLL&currencies=EGP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SLL&currencies=EGP");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SLL&currencies=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&currencies=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.