Convert SZL to AUD
Swazi Lilangeni → Australian Dollar
1 SZL = 0.0872991 AUD(1 AUD = 11.454871 SZL)
Currency converter
1 SZL =
0.087299 AUD
SZL to AUD: last 30 days
Over the last 30 days, 1 SZL traded between 0.085962 and 0.087299 AUD, averaging 0.08654 AUD. The SZL/AUD rate is up 0.45% since 2026-08-28.
- 30-day high
- 0.087299
- 2026-09-25
- 30-day low
- 0.085962
- 2026-09-11
- 30-day average
- 0.08654
- Days with data: 30
- 30-day change
- +0.45%
- since 2026-08-28
0.087299
0.0859622026-08-28 → 2026-09-26
| Date | 1 SZL in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 0.087299 | 0.00% |
| 2026-09-25 | 0.087299 | +0.83% |
| 2026-09-24 | 0.086584 | +0.03% |
| 2026-09-23 | 0.086557 | +0.01% |
| 2026-09-22 | 0.086545 | +0.23% |
| 2026-09-21 | 0.086346 | +0.06% |
| 2026-09-20 | 0.086295 | -0.14% |
| 2026-09-19 | 0.086412 | +0.38% |
| 2026-09-18 | 0.086087 | +0.09% |
| 2026-09-17 | 0.086012 | -0.45% |
| 2026-09-16 | 0.086404 | +0.21% |
| 2026-09-15 | 0.086227 | -0.45% |
| 2026-09-14 | 0.086613 | +0.16% |
| 2026-09-13 | 0.086476 | +0.09% |
| 2026-09-12 | 0.086398 | +0.51% |
| Date | 1 SZL in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 0.085962 | -0.93% |
| 2026-09-10 | 0.086768 | +0.30% |
| 2026-09-09 | 0.086504 | -0.19% |
| 2026-09-08 | 0.08667 | -0.05% |
| 2026-09-07 | 0.086714 | -0.27% |
| 2026-09-06 | 0.086946 | -0.04% |
| 2026-09-05 | 0.086982 | +0.17% |
| 2026-09-04 | 0.086838 | +0.22% |
| 2026-09-03 | 0.086648 | +0.18% |
| 2026-09-02 | 0.086496 | -0.46% |
| 2026-09-01 | 0.086898 | +0.65% |
| 2026-08-31 | 0.086337 | +0.42% |
| 2026-08-30 | 0.085979 | -0.03% |
| 2026-08-29 | 0.086005 | -1.04% |
| 2026-08-28 | 0.086906 | — |
SZL to AUD conversion table
1 SZL0.087299 AUD
5 SZL0.4365 AUD
10 SZL0.87299 AUD
25 SZL2.1825 AUD
50 SZL4.365 AUD
100 SZL8.7299 AUD
500 SZL43.6496 AUD
1,000 SZL87.2991 AUD
5,000 SZL436.4956 AUD
10,000 SZL872.9911 AUD
Get the SZL/AUD rate in your app
One GET request returns the latest SZL → 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/SZL/AUD"fetch('https://rate-api.com/api/v1/pair/SZL/AUD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SZL = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SZL/AUD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SZL = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SZL/AUD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 SZL = {$data['rate']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "SZL",
"to": "AUD"
},
"rate": 0.0873,
"timestamp": 1790432151,
"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 SZLAustralian Dollar → Swazi Lilangeni11.4549Convert SZL to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.