Convert GBP to LBP
British Pound → Lebanese Pound
1 GBP = 118,577.59 LBP(1 LBP = 0.0000084333 GBP)
Currency converter
1 GBP =
118,577.59 LBP
GBP to LBP: last 30 days
Over the last 30 days, 1 GBP traded between 118,577.59 and 122,173.76 LBP, averaging 120,707.2 LBP. The GBP/LBP rate is down 1.83% since 2026-08-29.
- 30-day high
- 122,173.76
- 2026-08-30
- 30-day low
- 118,577.59
- 2026-09-26
- 30-day average
- 120,707.2
- Days with data: 30
- 30-day change
- -1.83%
- since 2026-08-29
122,173.76
118,577.592026-08-29 → 2026-09-27
| Date | 1 GBP in LBP | Daily change |
|---|---|---|
| 2026-09-27 | 118,577.59 | 0.00% |
| 2026-09-26 | 118,577.59 | -0.43% |
| 2026-09-25 | 119,084.97 | +0.39% |
| 2026-09-24 | 118,622.65 | -1.11% |
| 2026-09-23 | 119,957.68 | +0.03% |
| 2026-09-22 | 119,925.63 | -0.07% |
| 2026-09-21 | 120,011.42 | -0.16% |
| 2026-09-20 | 120,202.84 | +0.23% |
| 2026-09-19 | 119,926.97 | +0.36% |
| 2026-09-18 | 119,497.15 | -1.06% |
| 2026-09-17 | 120,783.48 | +0.21% |
| 2026-09-16 | 120,529.97 | -0.65% |
| 2026-09-15 | 121,315 | +0.17% |
| 2026-09-14 | 121,104.46 | -0.26% |
| 2026-09-13 | 121,422.39 | -0.32% |
| Date | 1 GBP in LBP | Daily change |
|---|---|---|
| 2026-09-12 | 121,815.19 | +0.25% |
| 2026-09-11 | 121,512.9 | +0.24% |
| 2026-09-10 | 121,217.18 | -0.42% |
| 2026-09-09 | 121,729.94 | +0.12% |
| 2026-09-08 | 121,584.59 | +0.16% |
| 2026-09-07 | 121,396.29 | -0.26% |
| 2026-09-06 | 121,707.56 | -0.21% |
| 2026-09-05 | 121,960.97 | +0.30% |
| 2026-09-04 | 121,592.94 | +1.42% |
| 2026-09-03 | 119,895.61 | -1.02% |
| 2026-09-02 | 121,130.97 | -0.03% |
| 2026-09-01 | 121,169.13 | -0.68% |
| 2026-08-31 | 121,995.73 | -0.15% |
| 2026-08-30 | 122,173.76 | +1.14% |
| 2026-08-29 | 120,793.52 | — |
GBP to LBP conversion table
1 GBP118,577.59 LBP
5 GBP592,887.95 LBP
10 GBP1,185,775.9 LBP
25 GBP2,964,439.8 LBP
50 GBP5,928,879.5 LBP
100 GBP11,857,759 LBP
500 GBP59,288,795 LBP
1,000 GBP118,577,590 LBP
5,000 GBP592,887,951 LBP
10,000 GBP1,185,775,901 LBP
Get the GBP/LBP rate in your app
One GET request returns the latest GBP → 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/GBP/LBP"fetch('https://rate-api.com/api/v1/pair/GBP/LBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} LBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/LBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} LBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/LBP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GBP = {$data['rate']} LBP\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "LBP"
},
"rate": 118577.5901,
"timestamp": 1790510990,
"date": "2026-09-27"
}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 GBPLebanese Pound → British Pound0.0000084333Convert GBP to other currencies
Convert other currencies to LBP
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.