Convert AUD to SLE
Australian Dollar → Sierra Leonean Leone
1 AUD = 16.120266 SLE(1 SLE = 0.0620337 AUD)
Currency converter
1 AUD =
16.1203 SLE
AUD to SLE: last 30 days
Over the last 30 days, 1 AUD traded between 16.0981 and 17.7034 SLE, averaging 16.5741 SLE. The AUD/SLE rate is down 2.20% since 2026-08-28.
- 30-day high
- 17.7034
- 2026-09-04
- 30-day low
- 16.0981
- 2026-09-24
- 30-day average
- 16.5741
- Days with data: 30
- 30-day change
- -2.20%
- since 2026-08-28
17.7034
16.09812026-08-28 → 2026-09-26
| Date | 1 AUD in SLE | Daily change |
|---|---|---|
| 2026-09-26 | 16.1203 | 0.00% |
| 2026-09-25 | 16.1203 | +0.14% |
| 2026-09-24 | 16.0981 | -0.69% |
| 2026-09-23 | 16.2091 | -7.47% |
| 2026-09-22 | 17.5175 | +7.01% |
| 2026-09-21 | 16.3705 | +0.25% |
| 2026-09-20 | 16.3297 | -0.00% |
| 2026-09-19 | 16.3298 | -6.96% |
| 2026-09-18 | 17.5509 | +7.55% |
| 2026-09-17 | 16.3193 | -7.12% |
| 2026-09-16 | 17.5708 | +7.54% |
| 2026-09-15 | 16.3394 | -0.10% |
| 2026-09-14 | 16.3553 | -0.60% |
| 2026-09-13 | 16.4539 | +0.00% |
| 2026-09-12 | 16.4539 | -0.01% |
| Date | 1 AUD in SLE | Daily change |
|---|---|---|
| 2026-09-11 | 16.4549 | -0.08% |
| 2026-09-10 | 16.4679 | -0.60% |
| 2026-09-09 | 16.5667 | +0.19% |
| 2026-09-08 | 16.5356 | +0.00% |
| 2026-09-07 | 16.5356 | +0.14% |
| 2026-09-06 | 16.512 | -1.78% |
| 2026-09-05 | 16.8111 | -5.04% |
| 2026-09-04 | 17.7034 | +7.36% |
| 2026-09-03 | 16.4903 | +0.67% |
| 2026-09-02 | 16.38 | +0.07% |
| 2026-09-01 | 16.3679 | -0.18% |
| 2026-08-31 | 16.3968 | -0.63% |
| 2026-08-30 | 16.5002 | -2.23% |
| 2026-08-29 | 16.8773 | +2.39% |
| 2026-08-28 | 16.4832 | — |
AUD to SLE conversion table
1 AUD16.1203 SLE
5 AUD80.6013 SLE
10 AUD161.2027 SLE
25 AUD403.0067 SLE
50 AUD806.0133 SLE
100 AUD1,612.0266 SLE
500 AUD8,060.1331 SLE
1,000 AUD16,120.266 SLE
5,000 AUD80,601.331 SLE
10,000 AUD161,202.66 SLE
Get the AUD/SLE rate in your app
One GET request returns the latest AUD → 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/AUD/SLE"fetch('https://rate-api.com/api/v1/pair/AUD/SLE', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} SLE`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/SLE",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} SLE")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/SLE');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AUD = {$data['rate']} SLE\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "SLE"
},
"rate": 16.1203,
"timestamp": 1790429271,
"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 AUDSierra Leonean Leone → Australian Dollar0.062034Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.