Convert AUD to LBP
Australian Dollar → Lebanese Pound
1 AUD = 63,173.036 LBP(1 LBP = 0.0000158295 AUD)
Currency converter
1 AUD =
63,173.036 LBP
AUD to LBP: last 30 days
Over the last 30 days, 1 AUD traded between 63,051.784 and 64,933.98 LBP, averaging 64,193.375 LBP. The AUD/LBP rate is down 2.07% since 2026-08-28.
- 30-day high
- 64,933.98
- 2026-09-05
- 30-day low
- 63,051.784
- 2026-09-24
- 30-day average
- 64,193.375
- Days with data: 30
- 30-day change
- -2.07%
- since 2026-08-28
64,933.98
63,051.7842026-08-28 → 2026-09-26
| Date | 1 AUD in LBP | Daily change |
|---|---|---|
| 2026-09-26 | 63,173.036 | 0.00% |
| 2026-09-25 | 63,173.036 | +0.19% |
| 2026-09-24 | 63,051.784 | -1.26% |
| 2026-09-23 | 63,857.068 | +0.07% |
| 2026-09-22 | 63,810.259 | -0.22% |
| 2026-09-21 | 63,951.269 | -0.29% |
| 2026-09-20 | 64,135.856 | +0.23% |
| 2026-09-19 | 63,988.658 | +0.36% |
| 2026-09-18 | 63,759.322 | -0.74% |
| 2026-09-17 | 64,235.122 | +0.55% |
| 2026-09-16 | 63,885.782 | -0.35% |
| 2026-09-15 | 64,111.787 | +0.20% |
| 2026-09-14 | 63,983.496 | -0.76% |
| 2026-09-13 | 64,473.532 | -0.32% |
| 2026-09-12 | 64,682.099 | +0.25% |
| Date | 1 AUD in LBP | Daily change |
|---|---|---|
| 2026-09-11 | 64,521.591 | +0.16% |
| 2026-09-10 | 64,417.204 | -0.65% |
| 2026-09-09 | 64,835.857 | +0.12% |
| 2026-09-08 | 64,757.103 | +0.05% |
| 2026-09-07 | 64,727.757 | -0.11% |
| 2026-09-06 | 64,799.061 | -0.21% |
| 2026-09-05 | 64,933.98 | +0.30% |
| 2026-09-04 | 64,738.038 | +1.32% |
| 2026-09-03 | 63,897.752 | -0.49% |
| 2026-09-02 | 64,212.141 | +0.41% |
| 2026-09-01 | 63,949.748 | -0.90% |
| 2026-08-31 | 64,532.012 | -0.28% |
| 2026-08-30 | 64,716.32 | +1.14% |
| 2026-08-29 | 63,985.191 | -0.81% |
| 2026-08-28 | 64,505.376 | — |
AUD to LBP conversion table
1 AUD63,173.036 LBP
5 AUD315,865.18 LBP
10 AUD631,730.36 LBP
25 AUD1,579,325.9 LBP
50 AUD3,158,651.8 LBP
100 AUD6,317,303.6 LBP
500 AUD31,586,518 LBP
1,000 AUD63,173,036 LBP
5,000 AUD315,865,182 LBP
10,000 AUD631,730,365 LBP
Get the AUD/LBP rate in your app
One GET request returns the latest AUD → LBP 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/LBP"fetch('https://rate-api.com/api/v1/pair/AUD/LBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} LBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/LBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} LBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/LBP');
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']} LBP\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "LBP"
},
"rate": 63173.0365,
"timestamp": 1790429341,
"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
LBP to AUDLebanese Pound → Australian Dollar0.00001583Convert AUD to other currencies
Convert other currencies to LBP
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.