Convert AUD to SLL
Australian Dollar → Sierra Leonean Leone (old)
1 AUD = 16,120.266 SLL(1 SLL = 0.0000620337 AUD)
Currency converter
1 AUD =
16,120.266 SLL
AUD to SLL: last 30 days
Over the last 30 days, 1 AUD traded between 14,930.213 and 17,703.449 SLL, averaging 16,486.702 SLL. The AUD/SLL rate is down 2.20% since 2026-08-28.
- 30-day high
- 17,703.449
- 2026-09-04
- 30-day low
- 14,930.213
- 2026-09-18
- 30-day average
- 16,486.702
- Days with data: 30
- 30-day change
- -2.20%
- since 2026-08-28
17,703.449
14,930.2132026-08-28 → 2026-09-26
| Date | 1 AUD in SLL | Daily change |
|---|---|---|
| 2026-09-26 | 16,120.266 | 0.00% |
| 2026-09-25 | 16,120.266 | +0.14% |
| 2026-09-24 | 16,098.059 | -0.69% |
| 2026-09-23 | 16,209.131 | -7.47% |
| 2026-09-22 | 17,517.489 | +7.01% |
| 2026-09-21 | 16,370.529 | +0.25% |
| 2026-09-20 | 16,329.743 | -0.00% |
| 2026-09-19 | 16,329.773 | +9.37% |
| 2026-09-18 | 14,930.213 | -8.51% |
| 2026-09-17 | 16,319.342 | -7.12% |
| 2026-09-16 | 17,570.805 | +7.54% |
| 2026-09-15 | 16,339.39 | -0.10% |
| 2026-09-14 | 16,355.305 | -0.60% |
| 2026-09-13 | 16,453.877 | +0.00% |
| 2026-09-12 | 16,453.876 | -0.01% |
| Date | 1 AUD in SLL | Daily change |
|---|---|---|
| 2026-09-11 | 16,454.923 | -0.08% |
| 2026-09-10 | 16,467.906 | -0.60% |
| 2026-09-09 | 16,566.672 | +0.19% |
| 2026-09-08 | 16,535.609 | +0.00% |
| 2026-09-07 | 16,535.565 | +0.14% |
| 2026-09-06 | 16,512.011 | -1.78% |
| 2026-09-05 | 16,811.141 | -5.04% |
| 2026-09-04 | 17,703.449 | +7.36% |
| 2026-09-03 | 16,490.308 | +0.67% |
| 2026-09-02 | 16,380.041 | +0.07% |
| 2026-09-01 | 16,367.9 | -0.18% |
| 2026-08-31 | 16,396.826 | -0.63% |
| 2026-08-30 | 16,500.177 | -2.23% |
| 2026-08-29 | 16,877.256 | +2.39% |
| 2026-08-28 | 16,483.211 | — |
AUD to SLL conversion table
1 AUD16,120.266 SLL
5 AUD80,601.331 SLL
10 AUD161,202.66 SLL
25 AUD403,006.66 SLL
50 AUD806,013.31 SLL
100 AUD1,612,026.6 SLL
500 AUD8,060,133.1 SLL
1,000 AUD16,120,266 SLL
5,000 AUD80,601,331 SLL
10,000 AUD161,202,663 SLL
Get the AUD/SLL rate in your app
One GET request returns the latest AUD → SLL 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/SLL"fetch('https://rate-api.com/api/v1/pair/AUD/SLL', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} SLL`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/SLL",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} SLL")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/SLL');
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']} SLL\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "SLL"
},
"rate": 16120.2663,
"timestamp": 1790429313,
"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
SLL to AUDSierra Leonean Leone (old) → Australian Dollar0.000062034Convert AUD to other currencies
Convert other currencies to SLL
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.