Convert GBP to KGS
British Pound → Kyrgystani Som
1 GBP = 115.90358 KGS(1 KGS = 0.00862786 GBP)
Currency converter
1 GBP =
115.9036 KGS
GBP to KGS: last 30 days
Over the last 30 days, 1 GBP traded between 115.6197 and 118.9124 KGS, averaging 117.7565 KGS. The GBP/KGS rate is down 2.53% since 2026-08-28.
- 30-day high
- 118.9124
- 2026-08-28
- 30-day low
- 115.6197
- 2026-09-24
- 30-day average
- 117.7565
- Days with data: 30
- 30-day change
- -2.53%
- since 2026-08-28
118.9124
115.61972026-08-28 → 2026-09-26
| Date | 1 GBP in KGS | Daily change |
|---|---|---|
| 2026-09-26 | 115.9036 | 0.00% |
| 2026-09-25 | 115.9036 | +0.25% |
| 2026-09-24 | 115.6197 | -0.43% |
| 2026-09-23 | 116.1134 | -0.65% |
| 2026-09-22 | 116.8703 | -0.24% |
| 2026-09-21 | 117.1463 | +0.38% |
| 2026-09-20 | 116.7059 | 0.00% |
| 2026-09-19 | 116.7059 | +0.01% |
| 2026-09-18 | 116.6947 | -0.25% |
| 2026-09-17 | 116.9898 | -0.59% |
| 2026-09-16 | 117.6896 | -0.30% |
| 2026-09-15 | 118.0446 | -0.08% |
| 2026-09-14 | 118.136 | -0.10% |
| 2026-09-13 | 118.2553 | 0.00% |
| 2026-09-12 | 118.2553 | -0.00% |
| Date | 1 GBP in KGS | Daily change |
|---|---|---|
| 2026-09-11 | 118.2566 | -0.09% |
| 2026-09-10 | 118.3613 | -0.32% |
| 2026-09-09 | 118.736 | +0.13% |
| 2026-09-08 | 118.5827 | +0.11% |
| 2026-09-07 | 118.454 | -0.01% |
| 2026-09-06 | 118.4633 | 0.00% |
| 2026-09-05 | 118.4633 | +0.01% |
| 2026-09-04 | 118.4483 | +0.25% |
| 2026-09-03 | 118.158 | +0.10% |
| 2026-09-02 | 118.0369 | -0.36% |
| 2026-09-01 | 118.4578 | -0.06% |
| 2026-08-31 | 118.5312 | -0.31% |
| 2026-08-30 | 118.8989 | 0.00% |
| 2026-08-29 | 118.8989 | -0.01% |
| 2026-08-28 | 118.9124 | — |
GBP to KGS conversion table
1 GBP115.9036 KGS
5 GBP579.5179 KGS
10 GBP1,159.0358 KGS
25 GBP2,897.5894 KGS
50 GBP5,795.1788 KGS
100 GBP11,590.358 KGS
500 GBP57,951.788 KGS
1,000 GBP115,903.58 KGS
5,000 GBP579,517.88 KGS
10,000 GBP1,159,035.8 KGS
Get the GBP/KGS rate in your app
One GET request returns the latest GBP → KGS 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/KGS"fetch('https://rate-api.com/api/v1/pair/GBP/KGS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} KGS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/KGS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} KGS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/KGS');
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']} KGS\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "KGS"
},
"rate": 115.9036,
"timestamp": 1790429449,
"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
KGS to GBPKyrgystani Som → British Pound0.0086279Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.