Convert AUD to LYD
Australian Dollar → Libyan Dinar
1 AUD = 4.495669 LYD(1 LYD = 0.222436 AUD)
Currency converter
1 AUD =
4.4957 LYD
AUD to LYD: last 30 days
Over the last 30 days, 1 AUD traded between 4.4957 and 4.5848 LYD, averaging 4.5412 LYD. The AUD/LYD rate is down 1.44% since 2026-08-28.
- 30-day high
- 4.5848
- 2026-09-08
- 30-day low
- 4.4957
- 2026-09-25
- 30-day average
- 4.5412
- Days with data: 30
- 30-day change
- -1.44%
- since 2026-08-28
4.5848
4.49572026-08-28 → 2026-09-26
| Date | 1 AUD in LYD | Daily change |
|---|---|---|
| 2026-09-26 | 4.4957 | 0.00% |
| 2026-09-25 | 4.4957 | -0.13% |
| 2026-09-24 | 4.5015 | -0.25% |
| 2026-09-23 | 4.5128 | -0.44% |
| 2026-09-22 | 4.5328 | +0.07% |
| 2026-09-21 | 4.5296 | +0.20% |
| 2026-09-20 | 4.5208 | -0.01% |
| 2026-09-19 | 4.5211 | +0.08% |
| 2026-09-18 | 4.5176 | -0.64% |
| 2026-09-17 | 4.5468 | +0.56% |
| 2026-09-16 | 4.5216 | +0.03% |
| 2026-09-15 | 4.5203 | +0.20% |
| 2026-09-14 | 4.5113 | -0.57% |
| 2026-09-13 | 4.537 | +0.05% |
| 2026-09-12 | 4.5347 | -0.18% |
| Date | 1 AUD in LYD | Daily change |
|---|---|---|
| 2026-09-11 | 4.543 | -0.04% |
| 2026-09-10 | 4.5447 | -0.49% |
| 2026-09-09 | 4.5669 | -0.39% |
| 2026-09-08 | 4.5848 | +0.13% |
| 2026-09-07 | 4.579 | +0.12% |
| 2026-09-06 | 4.5737 | -0.17% |
| 2026-09-05 | 4.5814 | +0.00% |
| 2026-09-04 | 4.5814 | +0.34% |
| 2026-09-03 | 4.566 | +0.60% |
| 2026-09-02 | 4.5386 | +0.12% |
| 2026-09-01 | 4.5334 | -0.62% |
| 2026-08-31 | 4.5617 | +0.02% |
| 2026-08-30 | 4.5609 | +0.01% |
| 2026-08-29 | 4.5603 | -0.02% |
| 2026-08-28 | 4.5614 | — |
AUD to LYD conversion table
1 AUD4.4957 LYD
5 AUD22.4783 LYD
10 AUD44.9567 LYD
25 AUD112.3917 LYD
50 AUD224.7834 LYD
100 AUD449.5669 LYD
500 AUD2,247.8344 LYD
1,000 AUD4,495.6687 LYD
5,000 AUD22,478.344 LYD
10,000 AUD44,956.687 LYD
Get the AUD/LYD rate in your app
One GET request returns the latest AUD → LYD 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/LYD"fetch('https://rate-api.com/api/v1/pair/AUD/LYD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} LYD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/LYD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} LYD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/LYD');
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']} LYD\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "LYD"
},
"rate": 4.4957,
"timestamp": 1790429298,
"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
LYD to AUDLibyan Dinar → Australian Dollar0.22244Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.