Convert SLL to AUD
Sierra Leonean Leone (old) → Australian Dollar
1 SLL = 0.0000620337 AUD(1 AUD = 16,120.266 SLL)
Currency converter
1 SLL =
0.000062034 AUD
SLL to AUD: last 30 days
Over the last 30 days, 1 SLL traded between 0.000056486 and 0.000066978 AUD, averaging 0.000060708 AUD. The SLL/AUD rate is up 2.25% since 2026-08-28.
- 30-day high
- 0.000066978
- 2026-09-18
- 30-day low
- 0.000056486
- 2026-09-04
- 30-day average
- 0.000060708
- Days with data: 30
- 30-day change
- +2.25%
- since 2026-08-28
0.000066978
0.0000564862026-08-28 → 2026-09-26
| Date | 1 SLL in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 0.000062034 | 0.00% |
| 2026-09-25 | 0.000062034 | -0.14% |
| 2026-09-24 | 0.000062119 | +0.69% |
| 2026-09-23 | 0.000061694 | +8.07% |
| 2026-09-22 | 0.000057086 | -6.55% |
| 2026-09-21 | 0.000061085 | -0.25% |
| 2026-09-20 | 0.000061238 | +0.00% |
| 2026-09-19 | 0.000061238 | -8.57% |
| 2026-09-18 | 0.000066978 | +9.30% |
| 2026-09-17 | 0.000061277 | +7.67% |
| 2026-09-16 | 0.000056913 | -7.01% |
| 2026-09-15 | 0.000061202 | +0.10% |
| 2026-09-14 | 0.000061142 | +0.60% |
| 2026-09-13 | 0.000060776 | -0.00% |
| 2026-09-12 | 0.000060776 | +0.01% |
| Date | 1 SLL in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 0.000060772 | +0.08% |
| 2026-09-10 | 0.000060724 | +0.60% |
| 2026-09-09 | 0.000060362 | -0.19% |
| 2026-09-08 | 0.000060476 | -0.00% |
| 2026-09-07 | 0.000060476 | -0.14% |
| 2026-09-06 | 0.000060562 | +1.81% |
| 2026-09-05 | 0.000059484 | +5.31% |
| 2026-09-04 | 0.000056486 | -6.85% |
| 2026-09-03 | 0.000060642 | -0.67% |
| 2026-09-02 | 0.00006105 | -0.07% |
| 2026-09-01 | 0.000061095 | +0.18% |
| 2026-08-31 | 0.000060987 | +0.63% |
| 2026-08-30 | 0.000060605 | +2.29% |
| 2026-08-29 | 0.000059251 | -2.33% |
| 2026-08-28 | 0.000060668 | — |
SLL to AUD conversion table
1 SLL0.000062034 AUD
5 SLL0.00031017 AUD
10 SLL0.00062034 AUD
25 SLL0.0015508 AUD
50 SLL0.0031017 AUD
100 SLL0.0062034 AUD
500 SLL0.031017 AUD
1,000 SLL0.062034 AUD
5,000 SLL0.31017 AUD
10,000 SLL0.62034 AUD
Get the SLL/AUD rate in your app
One GET request returns the latest SLL → 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/SLL/AUD?precision=6"fetch('https://rate-api.com/api/v1/pair/SLL/AUD?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SLL = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SLL/AUD?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SLL = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SLL/AUD?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 SLL = {$data['rate']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "SLL",
"to": "AUD"
},
"rate": 6.2e-5,
"timestamp": 1790432076,
"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 SLLAustralian Dollar → Sierra Leonean Leone (old)16,120.266Convert SLL to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.