Convert GBP to LKR
British Pound → Sri Lankan Rupee
1 GBP = 437.19751 LKR(1 LKR = 0.0022873 GBP)
Currency converter
1 GBP =
437.1975 LKR
GBP to LKR: last 30 days
Over the last 30 days, 1 GBP traded between 436.1686 and 445.539 LKR, averaging 442.5441 LKR. The GBP/LKR rate is down 1.87% since 2026-08-29.
- 30-day high
- 445.539
- 2026-08-29
- 30-day low
- 436.1686
- 2026-09-24
- 30-day average
- 442.5441
- Days with data: 30
- 30-day change
- -1.87%
- since 2026-08-29
445.539
436.16862026-08-29 → 2026-09-27
| Date | 1 GBP in LKR | Daily change |
|---|---|---|
| 2026-09-27 | 437.1975 | 0.00% |
| 2026-09-26 | 437.1975 | -0.04% |
| 2026-09-25 | 437.3715 | +0.28% |
| 2026-09-24 | 436.1686 | -0.21% |
| 2026-09-23 | 437.0882 | -1.11% |
| 2026-09-22 | 441.9861 | -0.26% |
| 2026-09-21 | 443.151 | +0.42% |
| 2026-09-20 | 441.3093 | -0.12% |
| 2026-09-19 | 441.8515 | -0.15% |
| 2026-09-18 | 442.5317 | -0.48% |
| 2026-09-17 | 444.6614 | +0.27% |
| 2026-09-16 | 443.459 | +0.01% |
| 2026-09-15 | 443.4247 | +0.03% |
| 2026-09-14 | 443.293 | -0.13% |
| 2026-09-13 | 443.8646 | -0.00% |
| Date | 1 GBP in LKR | Daily change |
|---|---|---|
| 2026-09-12 | 443.8855 | +0.01% |
| 2026-09-11 | 443.8209 | -0.09% |
| 2026-09-10 | 444.2326 | -0.26% |
| 2026-09-09 | 445.384 | +0.24% |
| 2026-09-08 | 444.3398 | +0.08% |
| 2026-09-07 | 444.0064 | +0.02% |
| 2026-09-06 | 443.9103 | -0.04% |
| 2026-09-05 | 444.0834 | +0.12% |
| 2026-09-04 | 443.5389 | +0.17% |
| 2026-09-03 | 442.8017 | +0.13% |
| 2026-09-02 | 442.2369 | -0.33% |
| 2026-09-01 | 443.7067 | -0.27% |
| 2026-08-31 | 444.915 | -0.10% |
| 2026-08-30 | 445.365 | -0.04% |
| 2026-08-29 | 445.539 | — |
GBP to LKR conversion table
1 GBP437.1975 LKR
5 GBP2,185.9876 LKR
10 GBP4,371.9751 LKR
25 GBP10,929.938 LKR
50 GBP21,859.876 LKR
100 GBP43,719.751 LKR
500 GBP218,598.76 LKR
1,000 GBP437,197.51 LKR
5,000 GBP2,185,987.6 LKR
10,000 GBP4,371,975.1 LKR
Get the GBP/LKR rate in your app
One GET request returns the latest GBP → LKR 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/LKR"fetch('https://rate-api.com/api/v1/pair/GBP/LKR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} LKR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/LKR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} LKR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/LKR');
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']} LKR\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "LKR"
},
"rate": 437.1975,
"timestamp": 1790470826,
"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
LKR to GBPSri Lankan Rupee → British Pound0.0022873Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.