Convert LYD to GBP
Libyan Dinar → British Pound
1 LYD = 0.118 GBP(1 GBP = 8.474606 LYD)
Currency converter
1 LYD =
0.118 GBP
LYD to GBP: last 30 days
Over the last 30 days, 1 LYD traded between 0.11596 and 0.11811 GBP, averaging 0.11699 GBP. The LYD/GBP rate is up 1.61% since 2026-08-28.
- 30-day high
- 0.11811
- 2026-09-18
- 30-day low
- 0.11596
- 2026-08-31
- 30-day average
- 0.11699
- Days with data: 30
- 30-day change
- +1.61%
- since 2026-08-28
0.11811
0.115962026-08-28 → 2026-09-26
| Date | 1 LYD in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.118 | 0.00% |
| 2026-09-25 | 0.118 | -0.07% |
| 2026-09-24 | 0.11808 | +0.10% |
| 2026-09-23 | 0.11796 | +0.49% |
| 2026-09-22 | 0.11738 | -0.22% |
| 2026-09-21 | 0.11764 | -0.32% |
| 2026-09-20 | 0.11803 | +0.01% |
| 2026-09-19 | 0.11802 | -0.08% |
| 2026-09-18 | 0.11811 | +0.98% |
| 2026-09-17 | 0.11696 | -0.22% |
| 2026-09-16 | 0.11722 | +0.27% |
| 2026-09-15 | 0.11691 | -0.17% |
| 2026-09-14 | 0.11711 | +0.07% |
| 2026-09-13 | 0.11703 | -0.05% |
| 2026-09-12 | 0.11709 | +0.18% |
| Date | 1 LYD in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.11688 | -0.05% |
| 2026-09-10 | 0.11693 | +0.26% |
| 2026-09-09 | 0.11663 | +0.39% |
| 2026-09-08 | 0.11617 | -0.24% |
| 2026-09-07 | 0.11644 | +0.03% |
| 2026-09-06 | 0.11641 | +0.17% |
| 2026-09-05 | 0.11621 | -0.00% |
| 2026-09-04 | 0.11621 | -0.43% |
| 2026-09-03 | 0.11672 | -0.07% |
| 2026-09-02 | 0.1168 | +0.33% |
| 2026-09-01 | 0.11642 | +0.40% |
| 2026-08-31 | 0.11596 | -0.16% |
| 2026-08-30 | 0.11614 | -0.01% |
| 2026-08-29 | 0.11616 | +0.02% |
| 2026-08-28 | 0.11613 | — |
LYD to GBP conversion table
1 LYD0.118 GBP
5 LYD0.59 GBP
10 LYD1.18 GBP
25 LYD2.95 GBP
50 LYD5.9 GBP
100 LYD11.8 GBP
500 LYD58.9998 GBP
1,000 LYD117.9996 GBP
5,000 LYD589.9979 GBP
10,000 LYD1,179.9959 GBP
Get the LYD/GBP rate in your app
One GET request returns the latest LYD → GBP 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/LYD/GBP"fetch('https://rate-api.com/api/v1/pair/LYD/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 LYD = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/LYD/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 LYD = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/LYD/GBP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 LYD = {$data['rate']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "LYD",
"to": "GBP"
},
"rate": 0.118,
"timestamp": 1790432138,
"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
GBP to LYDBritish Pound → Libyan Dinar8.4746Convert LYD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.