Convert SLE to EUR
Sierra Leonean Leone → Euro
1 SLE = 0.0382452 EUR(1 EUR = 26.147072 SLE)
Currency converter
1 SLE =
0.038245 EUR
SLE to EUR: last 30 days
Over the last 30 days, 1 SLE traded between 0.035011 and 0.0384 EUR, averaging 0.037369 EUR. The SLE/EUR rate is up 2.02% since 2026-08-28.
- 30-day high
- 0.0384
- 2026-09-24
- 30-day low
- 0.035011
- 2026-09-04
- 30-day average
- 0.037369
- Days with data: 30
- 30-day change
- +2.02%
- since 2026-08-28
0.0384
0.0350112026-08-28 → 2026-09-26
| Date | 1 SLE in EUR | Daily change |
|---|---|---|
| 2026-09-26 | 0.038245 | 0.00% |
| 2026-09-25 | 0.038245 | -0.40% |
| 2026-09-24 | 0.0384 | +0.50% |
| 2026-09-23 | 0.03821 | +7.91% |
| 2026-09-22 | 0.03541 | -6.69% |
| 2026-09-21 | 0.037947 | -0.26% |
| 2026-09-20 | 0.038046 | +0.00% |
| 2026-09-19 | 0.038046 | +7.48% |
| 2026-09-18 | 0.035399 | -6.77% |
| 2026-09-17 | 0.037968 | +7.92% |
| 2026-09-16 | 0.035183 | -6.91% |
| 2026-09-15 | 0.037793 | +0.14% |
| 2026-09-14 | 0.037739 | +0.36% |
| 2026-09-13 | 0.037605 | -0.00% |
| 2026-09-12 | 0.037605 | +0.01% |
| Date | 1 SLE in EUR | Daily change |
|---|---|---|
| 2026-09-11 | 0.037603 | +0.11% |
| 2026-09-10 | 0.03756 | +0.35% |
| 2026-09-09 | 0.037428 | -0.37% |
| 2026-09-08 | 0.037567 | +0.07% |
| 2026-09-07 | 0.037541 | +0.01% |
| 2026-09-06 | 0.037538 | +1.81% |
| 2026-09-05 | 0.03687 | +5.31% |
| 2026-09-04 | 0.035011 | -6.77% |
| 2026-09-03 | 0.037556 | -0.35% |
| 2026-09-02 | 0.037688 | +0.12% |
| 2026-09-01 | 0.037644 | -0.06% |
| 2026-08-31 | 0.037666 | +0.57% |
| 2026-08-30 | 0.037451 | +2.29% |
| 2026-08-29 | 0.036614 | -2.33% |
| 2026-08-28 | 0.03749 | — |
SLE to EUR conversion table
1 SLE0.038245 EUR
5 SLE0.19123 EUR
10 SLE0.38245 EUR
25 SLE0.95613 EUR
50 SLE1.9123 EUR
100 SLE3.8245 EUR
500 SLE19.1226 EUR
1,000 SLE38.2452 EUR
5,000 SLE191.226 EUR
10,000 SLE382.452 EUR
Get the SLE/EUR rate in your app
One GET request returns the latest SLE → EUR rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/SLE/EUR"fetch('https://rate-api.com/api/v1/pair/SLE/EUR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SLE = ${data.rate} EUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SLE/EUR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SLE = {data['rate']} EUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SLE/EUR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 SLE = {$data['rate']} EUR\n";Example response
{
"success": true,
"pair": {
"from": "SLE",
"to": "EUR"
},
"rate": 0.0382,
"timestamp": 1790432079,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
EUR to SLEEuro → Sierra Leonean Leone26.1471Convert SLE to other currencies
Convert other currencies to EUR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.