Convert GBP to KHR
British Pound → Cambodian Riel
1 GBP = 5,388.066 KHR(1 KHR = 0.000185595 GBP)
Currency converter
1 GBP =
5,388.066 KHR
GBP to KHR: last 30 days
Over the last 30 days, 1 GBP traded between 5,377.9252 and 5,502.5091 KHR, averaging 5,453.5987 KHR. The GBP/KHR rate is down 1.95% since 2026-08-28.
- 30-day high
- 5,502.5091
- 2026-08-31
- 30-day low
- 5,377.9252
- 2026-09-24
- 30-day average
- 5,453.5987
- Days with data: 30
- 30-day change
- -1.95%
- since 2026-08-28
5,502.5091
5,377.92522026-08-28 → 2026-09-26
| Date | 1 GBP in KHR | Daily change |
|---|---|---|
| 2026-09-26 | 5,388.066 | 0.00% |
| 2026-09-25 | 5,388.066 | +0.19% |
| 2026-09-24 | 5,377.9252 | -0.27% |
| 2026-09-23 | 5,392.2563 | -0.47% |
| 2026-09-22 | 5,417.9079 | -0.16% |
| 2026-09-21 | 5,426.4525 | +0.37% |
| 2026-09-20 | 5,406.4323 | -0.01% |
| 2026-09-19 | 5,407.0423 | -0.03% |
| 2026-09-18 | 5,408.3972 | -0.62% |
| 2026-09-17 | 5,442.2283 | -0.17% |
| 2026-09-16 | 5,451.3286 | -0.14% |
| 2026-09-15 | 5,459.1382 | -0.16% |
| 2026-09-14 | 5,467.7019 | -0.13% |
| 2026-09-13 | 5,474.6263 | -0.08% |
| 2026-09-12 | 5,478.994 | +0.01% |
| Date | 1 GBP in KHR | Daily change |
|---|---|---|
| 2026-09-11 | 5,478.6563 | -0.03% |
| 2026-09-10 | 5,480.4269 | -0.12% |
| 2026-09-09 | 5,486.8934 | +0.06% |
| 2026-09-08 | 5,483.7666 | +0.14% |
| 2026-09-07 | 5,476.1144 | +0.01% |
| 2026-09-06 | 5,475.6029 | +0.07% |
| 2026-09-05 | 5,471.763 | -0.04% |
| 2026-09-04 | 5,474.1587 | +0.24% |
| 2026-09-03 | 5,460.8582 | -0.04% |
| 2026-09-02 | 5,462.9829 | -0.38% |
| 2026-09-01 | 5,483.7157 | -0.34% |
| 2026-08-31 | 5,502.5091 | +0.12% |
| 2026-08-30 | 5,495.6793 | +0.05% |
| 2026-08-29 | 5,492.8574 | -0.05% |
| 2026-08-28 | 5,495.4137 | — |
GBP to KHR conversion table
1 GBP5,388.066 KHR
5 GBP26,940.33 KHR
10 GBP53,880.66 KHR
25 GBP134,701.65 KHR
50 GBP269,403.3 KHR
100 GBP538,806.6 KHR
500 GBP2,694,033 KHR
1,000 GBP5,388,066 KHR
5,000 GBP26,940,330 KHR
10,000 GBP53,880,660 KHR
Get the GBP/KHR rate in your app
One GET request returns the latest GBP → KHR 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/KHR"fetch('https://rate-api.com/api/v1/pair/GBP/KHR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} KHR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/KHR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} KHR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/KHR');
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']} KHR\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "KHR"
},
"rate": 5388.066,
"timestamp": 1790439687,
"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
KHR to GBPCambodian Riel → British Pound0.0001856Convert GBP to other currencies
Convert other currencies to KHR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.