Convert GBP to LAK
British Pound → Laotian Kip
1 GBP = 29,699.773 LAK(1 LAK = 0.0000336703 GBP)
Currency converter
1 GBP =
29,699.773 LAK
GBP to LAK: last 30 days
Over the last 30 days, 1 GBP traded between 29,648.12 and 30,511.188 LAK, averaging 30,154.436 LAK. The GBP/LAK rate is down 2.42% since 2026-08-28.
- 30-day high
- 30,511.188
- 2026-08-29
- 30-day low
- 29,648.12
- 2026-09-24
- 30-day average
- 30,154.436
- Days with data: 30
- 30-day change
- -2.42%
- since 2026-08-28
30,511.188
29,648.122026-08-28 → 2026-09-26
| Date | 1 GBP in LAK | Daily change |
|---|---|---|
| 2026-09-26 | 29,699.773 | 0.00% |
| 2026-09-25 | 29,699.773 | +0.17% |
| 2026-09-24 | 29,648.12 | -0.47% |
| 2026-09-23 | 29,789.191 | -0.64% |
| 2026-09-22 | 29,980.372 | -0.11% |
| 2026-09-21 | 30,014.621 | +0.57% |
| 2026-09-20 | 29,845.659 | -0.50% |
| 2026-09-19 | 29,994.61 | +0.46% |
| 2026-09-18 | 29,857.607 | -0.42% |
| 2026-09-17 | 29,983.794 | -0.58% |
| 2026-09-16 | 30,157.302 | -0.06% |
| 2026-09-15 | 30,174.094 | -0.15% |
| 2026-09-14 | 30,219.382 | +0.44% |
| 2026-09-13 | 30,087.35 | -0.45% |
| 2026-09-12 | 30,222.141 | -0.20% |
| Date | 1 GBP in LAK | Daily change |
|---|---|---|
| 2026-09-11 | 30,281.238 | +0.01% |
| 2026-09-10 | 30,277.983 | -0.07% |
| 2026-09-09 | 30,298.31 | -0.27% |
| 2026-09-08 | 30,380.936 | +0.28% |
| 2026-09-07 | 30,294.864 | -0.05% |
| 2026-09-06 | 30,310.874 | -0.23% |
| 2026-09-05 | 30,379.944 | +0.03% |
| 2026-09-04 | 30,370.766 | +0.71% |
| 2026-09-03 | 30,156.494 | -0.39% |
| 2026-09-02 | 30,274.751 | -0.25% |
| 2026-09-01 | 30,349.678 | -0.44% |
| 2026-08-31 | 30,483.59 | +0.11% |
| 2026-08-30 | 30,451.012 | -0.20% |
| 2026-08-29 | 30,511.188 | +0.24% |
| 2026-08-28 | 30,437.679 | — |
GBP to LAK conversion table
1 GBP29,699.773 LAK
5 GBP148,498.86 LAK
10 GBP296,997.73 LAK
25 GBP742,494.31 LAK
50 GBP1,484,988.6 LAK
100 GBP2,969,977.3 LAK
500 GBP14,849,886 LAK
1,000 GBP29,699,773 LAK
5,000 GBP148,498,863 LAK
10,000 GBP296,997,725 LAK
Get the GBP/LAK rate in your app
One GET request returns the latest GBP → LAK 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/LAK"fetch('https://rate-api.com/api/v1/pair/GBP/LAK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} LAK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/LAK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} LAK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/LAK');
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']} LAK\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "LAK"
},
"rate": 29699.7725,
"timestamp": 1790429439,
"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
LAK to GBPLaotian Kip → British Pound0.00003367Convert GBP to other currencies
Convert other currencies to LAK
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.