Convert SLE to AUD
Sierra Leonean Leone → Australian Dollar
1 SLE = 0.0620337 AUD(1 AUD = 16.120266 SLE)
Currency converter
1 SLE =
0.062034 AUD
SLE to AUD: last 30 days
Over the last 30 days, 1 SLE traded between 0.056486 and 0.062119 AUD, averaging 0.060374 AUD. The SLE/AUD rate is up 2.25% since 2026-08-28.
- 30-day high
- 0.062119
- 2026-09-24
- 30-day low
- 0.056486
- 2026-09-04
- 30-day average
- 0.060374
- Days with data: 30
- 30-day change
- +2.25%
- since 2026-08-28
0.062119
0.0564862026-08-28 → 2026-09-26
| Date | 1 SLE in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 0.062034 | 0.00% |
| 2026-09-25 | 0.062034 | -0.14% |
| 2026-09-24 | 0.062119 | +0.69% |
| 2026-09-23 | 0.061694 | +8.07% |
| 2026-09-22 | 0.057086 | -6.55% |
| 2026-09-21 | 0.061085 | -0.25% |
| 2026-09-20 | 0.061238 | +0.00% |
| 2026-09-19 | 0.061238 | +7.48% |
| 2026-09-18 | 0.056977 | -7.02% |
| 2026-09-17 | 0.061277 | +7.67% |
| 2026-09-16 | 0.056913 | -7.01% |
| 2026-09-15 | 0.061202 | +0.10% |
| 2026-09-14 | 0.061142 | +0.60% |
| 2026-09-13 | 0.060776 | -0.00% |
| 2026-09-12 | 0.060776 | +0.01% |
| Date | 1 SLE in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 0.060772 | +0.08% |
| 2026-09-10 | 0.060724 | +0.60% |
| 2026-09-09 | 0.060362 | -0.19% |
| 2026-09-08 | 0.060476 | -0.00% |
| 2026-09-07 | 0.060476 | -0.14% |
| 2026-09-06 | 0.060562 | +1.81% |
| 2026-09-05 | 0.059484 | +5.31% |
| 2026-09-04 | 0.056486 | -6.85% |
| 2026-09-03 | 0.060642 | -0.67% |
| 2026-09-02 | 0.06105 | -0.07% |
| 2026-09-01 | 0.061095 | +0.18% |
| 2026-08-31 | 0.060987 | +0.63% |
| 2026-08-30 | 0.060605 | +2.29% |
| 2026-08-29 | 0.059251 | -2.33% |
| 2026-08-28 | 0.060668 | — |
SLE to AUD conversion table
1 SLE0.062034 AUD
5 SLE0.31017 AUD
10 SLE0.62034 AUD
25 SLE1.5508 AUD
50 SLE3.1017 AUD
100 SLE6.2034 AUD
500 SLE31.0169 AUD
1,000 SLE62.0337 AUD
5,000 SLE310.1686 AUD
10,000 SLE620.3372 AUD
Get the SLE/AUD rate in your app
One GET request returns the latest SLE → AUD 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/AUD"fetch('https://rate-api.com/api/v1/pair/SLE/AUD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SLE = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SLE/AUD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SLE = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SLE/AUD');
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']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "SLE",
"to": "AUD"
},
"rate": 0.062,
"timestamp": 1790432036,
"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
AUD to SLEAustralian Dollar → Sierra Leonean Leone16.1203Convert SLE to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.