Convert EUR to SLE
Euro → Sierra Leonean Leone
1 EUR = 26.147072 SLE(1 SLE = 0.0382452 EUR)
Currency converter
1 EUR =
26.1471 SLE
EUR to SLE: last 30 days
Over the last 30 days, 1 EUR traded between 26.0418 and 28.562 SLE, averaging 26.7766 SLE. The EUR/SLE rate is down 1.98% since 2026-08-28.
- 30-day high
- 28.562
- 2026-09-04
- 30-day low
- 26.0418
- 2026-09-24
- 30-day average
- 26.7766
- Days with data: 30
- 30-day change
- -1.98%
- since 2026-08-28
28.562
26.04182026-08-28 → 2026-09-26
| Date | 1 EUR in SLE | Daily change |
|---|---|---|
| 2026-09-26 | 26.1471 | 0.00% |
| 2026-09-25 | 26.1471 | +0.40% |
| 2026-09-24 | 26.0418 | -0.49% |
| 2026-09-23 | 26.1713 | -7.33% |
| 2026-09-22 | 28.241 | +7.17% |
| 2026-09-21 | 26.3525 | +0.26% |
| 2026-09-20 | 26.2837 | -0.00% |
| 2026-09-19 | 26.2837 | -6.96% |
| 2026-09-18 | 28.2491 | +7.26% |
| 2026-09-17 | 26.3377 | -7.34% |
| 2026-09-16 | 28.4225 | +7.42% |
| 2026-09-15 | 26.4596 | -0.14% |
| 2026-09-14 | 26.4978 | -0.35% |
| 2026-09-13 | 26.5922 | 0.00% |
| 2026-09-12 | 26.5922 | -0.01% |
| Date | 1 EUR in SLE | Daily change |
|---|---|---|
| 2026-09-11 | 26.5939 | -0.11% |
| 2026-09-10 | 26.624 | -0.35% |
| 2026-09-09 | 26.718 | +0.37% |
| 2026-09-08 | 26.6193 | -0.07% |
| 2026-09-07 | 26.6375 | -0.01% |
| 2026-09-06 | 26.6398 | -1.78% |
| 2026-09-05 | 27.1224 | -5.04% |
| 2026-09-04 | 28.562 | +7.27% |
| 2026-09-03 | 26.6271 | +0.35% |
| 2026-09-02 | 26.5336 | -0.12% |
| 2026-09-01 | 26.5643 | +0.06% |
| 2026-08-31 | 26.5488 | -0.57% |
| 2026-08-30 | 26.7014 | -2.23% |
| 2026-08-29 | 27.3116 | +2.39% |
| 2026-08-28 | 26.674 | — |
EUR to SLE conversion table
1 EUR26.1471 SLE
5 EUR130.7354 SLE
10 EUR261.4707 SLE
25 EUR653.6768 SLE
50 EUR1,307.3536 SLE
100 EUR2,614.7072 SLE
500 EUR13,073.536 SLE
1,000 EUR26,147.072 SLE
5,000 EUR130,735.36 SLE
10,000 EUR261,470.72 SLE
Get the EUR/SLE rate in your app
One GET request returns the latest EUR → SLE 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/EUR/SLE"fetch('https://rate-api.com/api/v1/pair/EUR/SLE', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} SLE`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/SLE",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} SLE")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/SLE');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} SLE\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "SLE"
},
"rate": 26.1471,
"timestamp": 1790429332,
"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
SLE to EURSierra Leonean Leone → Euro0.038245Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.