Convert AUD to LKR
Australian Dollar → Sri Lankan Rupee
1 AUD = 232.0199 LKR(1 LKR = 0.00430998 AUD)
Currency converter
1 AUD =
232.0199 LKR
AUD to LKR: last 30 days
Over the last 30 days, 1 AUD traded between 231.8377 and 237.2207 LKR, averaging 235.2613 LKR. The AUD/LKR rate is down 1.69% since 2026-08-28.
- 30-day high
- 237.2207
- 2026-09-09
- 30-day low
- 231.8377
- 2026-09-24
- 30-day average
- 235.2613
- Days with data: 30
- 30-day change
- -1.69%
- since 2026-08-28
237.2207
231.83772026-08-28 → 2026-09-26
| Date | 1 AUD in LKR | Daily change |
|---|---|---|
| 2026-09-26 | 232.0199 | 0.00% |
| 2026-09-25 | 232.0199 | +0.08% |
| 2026-09-24 | 231.8377 | -0.36% |
| 2026-09-23 | 232.6752 | -1.06% |
| 2026-09-22 | 235.1728 | -0.41% |
| 2026-09-21 | 236.1447 | +0.29% |
| 2026-09-20 | 235.4666 | -0.12% |
| 2026-09-19 | 235.7558 | -0.15% |
| 2026-09-18 | 236.1188 | -0.15% |
| 2026-09-17 | 236.48 | +0.61% |
| 2026-09-16 | 235.0513 | +0.30% |
| 2026-09-15 | 234.3383 | +0.06% |
| 2026-09-14 | 234.2064 | -0.63% |
| 2026-09-13 | 235.6857 | -0.00% |
| 2026-09-12 | 235.6968 | +0.01% |
| Date | 1 AUD in LKR | Daily change |
|---|---|---|
| 2026-09-11 | 235.6625 | -0.17% |
| 2026-09-10 | 236.074 | -0.48% |
| 2026-09-09 | 237.2207 | +0.24% |
| 2026-09-08 | 236.6596 | -0.03% |
| 2026-09-07 | 236.7415 | +0.17% |
| 2026-09-06 | 236.345 | -0.04% |
| 2026-09-05 | 236.4371 | +0.12% |
| 2026-09-04 | 236.1472 | +0.07% |
| 2026-09-03 | 235.9889 | +0.66% |
| 2026-09-02 | 234.4321 | +0.11% |
| 2026-09-01 | 234.1762 | -0.50% |
| 2026-08-31 | 235.3464 | -0.24% |
| 2026-08-30 | 235.913 | -0.04% |
| 2026-08-29 | 236.0052 | -0.01% |
| 2026-08-28 | 236.0197 | — |
AUD to LKR conversion table
1 AUD232.0199 LKR
5 AUD1,160.0995 LKR
10 AUD2,320.199 LKR
25 AUD5,800.4975 LKR
50 AUD11,600.995 LKR
100 AUD23,201.99 LKR
500 AUD116,009.95 LKR
1,000 AUD232,019.9 LKR
5,000 AUD1,160,099.5 LKR
10,000 AUD2,320,199 LKR
Get the AUD/LKR rate in your app
One GET request returns the latest AUD → LKR 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/LKR"fetch('https://rate-api.com/api/v1/pair/AUD/LKR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} LKR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/LKR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} LKR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/LKR');
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']} LKR\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "LKR"
},
"rate": 232.0199,
"timestamp": 1790429334,
"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
LKR to AUDSri Lankan Rupee → Australian Dollar0.00431Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.