Convert SLE to GBP
Sierra Leonean Leone → British Pound
1 SLE = 0.0329081 GBP(1 GBP = 30.387671 SLE)
Currency converter
1 SLE =
0.032908 GBP
SLE to GBP: last 30 days
Over the last 30 days, 1 SLE traded between 0.030074 and 0.033018 GBP, averaging 0.032075 GBP. The SLE/GBP rate is up 2.40% since 2026-08-28.
- 30-day high
- 0.033018
- 2026-09-24
- 30-day low
- 0.030074
- 2026-09-04
- 30-day average
- 0.032075
- Days with data: 30
- 30-day change
- +2.40%
- since 2026-08-28
0.033018
0.0300742026-08-28 → 2026-09-26
| Date | 1 SLE in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.032908 | 0.00% |
| 2026-09-25 | 0.032908 | -0.33% |
| 2026-09-24 | 0.033018 | +0.54% |
| 2026-09-23 | 0.032841 | +8.12% |
| 2026-09-22 | 0.030374 | -6.69% |
| 2026-09-21 | 0.032551 | -0.38% |
| 2026-09-20 | 0.032674 | +0.00% |
| 2026-09-19 | 0.032674 | +7.48% |
| 2026-09-18 | 0.030401 | -6.71% |
| 2026-09-17 | 0.032588 | +8.03% |
| 2026-09-16 | 0.030166 | -6.73% |
| 2026-09-15 | 0.032344 | +0.12% |
| 2026-09-14 | 0.032303 | +0.10% |
| 2026-09-13 | 0.032271 | 0.00% |
| 2026-09-12 | 0.032271 | +0.01% |
| Date | 1 SLE in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.032269 | -0.00% |
| 2026-09-10 | 0.03227 | +0.37% |
| 2026-09-09 | 0.03215 | -0.19% |
| 2026-09-08 | 0.03221 | -0.11% |
| 2026-09-07 | 0.032245 | +0.00% |
| 2026-09-06 | 0.032244 | +1.81% |
| 2026-09-05 | 0.03167 | +5.31% |
| 2026-09-04 | 0.030074 | -6.94% |
| 2026-09-03 | 0.032319 | -0.14% |
| 2026-09-02 | 0.032363 | +0.37% |
| 2026-09-01 | 0.032244 | -0.05% |
| 2026-08-31 | 0.03226 | +0.49% |
| 2026-08-30 | 0.032103 | +2.29% |
| 2026-08-29 | 0.031386 | -2.33% |
| 2026-08-28 | 0.032136 | — |
SLE to GBP conversion table
1 SLE0.032908 GBP
5 SLE0.16454 GBP
10 SLE0.32908 GBP
25 SLE0.8227 GBP
50 SLE1.6454 GBP
100 SLE3.2908 GBP
500 SLE16.454 GBP
1,000 SLE32.9081 GBP
5,000 SLE164.5404 GBP
10,000 SLE329.0808 GBP
Get the SLE/GBP rate in your app
One GET request returns the latest SLE → GBP 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/GBP"fetch('https://rate-api.com/api/v1/pair/SLE/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SLE = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SLE/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SLE = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SLE/GBP');
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']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "SLE",
"to": "GBP"
},
"rate": 0.0329,
"timestamp": 1790435071,
"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
GBP to SLEBritish Pound → Sierra Leonean Leone30.3877Convert SLE to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.