Convert GBP to KZT
British Pound → Kazakhstani Tenge
1 GBP = 585.59563 KZT(1 KZT = 0.00170766 GBP)
Currency converter
1 GBP =
585.5956 KZT
GBP to KZT: last 30 days
Over the last 30 days, 1 GBP traded between 584.1606 and 630.7796 KZT, averaging 608.915 KZT. The GBP/KZT rate is down 6.96% since 2026-08-28.
- 30-day high
- 630.7796
- 2026-08-30
- 30-day low
- 584.1606
- 2026-09-24
- 30-day average
- 608.915
- Days with data: 30
- 30-day change
- -6.96%
- since 2026-08-28
630.7796
584.16062026-08-28 → 2026-09-26
| Date | 1 GBP in KZT | Daily change |
|---|---|---|
| 2026-09-26 | 585.5956 | 0.00% |
| 2026-09-25 | 585.5956 | +0.25% |
| 2026-09-24 | 584.1606 | -1.27% |
| 2026-09-23 | 591.6594 | -1.26% |
| 2026-09-22 | 599.2027 | +0.12% |
| 2026-09-21 | 598.4839 | +0.29% |
| 2026-09-20 | 596.7403 | -0.02% |
| 2026-09-19 | 596.8678 | +0.43% |
| 2026-09-18 | 594.3392 | -0.53% |
| 2026-09-17 | 597.5052 | -1.21% |
| 2026-09-16 | 604.8472 | -0.32% |
| 2026-09-15 | 606.8021 | -0.56% |
| 2026-09-14 | 610.2439 | +0.23% |
| 2026-09-13 | 608.8642 | -0.01% |
| 2026-09-12 | 608.944 | +0.08% |
| Date | 1 GBP in KZT | Daily change |
|---|---|---|
| 2026-09-11 | 608.4846 | -1.22% |
| 2026-09-10 | 615.9691 | +0.02% |
| 2026-09-09 | 615.8566 | +0.15% |
| 2026-09-08 | 614.9585 | -0.30% |
| 2026-09-07 | 616.8225 | +0.04% |
| 2026-09-06 | 616.5546 | -0.03% |
| 2026-09-05 | 616.7385 | +0.05% |
| 2026-09-04 | 616.4133 | +0.36% |
| 2026-09-03 | 614.2063 | -0.64% |
| 2026-09-02 | 618.1425 | -1.04% |
| 2026-09-01 | 624.609 | -0.66% |
| 2026-08-31 | 628.7533 | -0.32% |
| 2026-08-30 | 630.7796 | +0.14% |
| 2026-08-29 | 629.9114 | +0.08% |
| 2026-08-28 | 629.3982 | — |
GBP to KZT conversion table
1 GBP585.5956 KZT
5 GBP2,927.9782 KZT
10 GBP5,855.9563 KZT
25 GBP14,639.891 KZT
50 GBP29,279.782 KZT
100 GBP58,559.563 KZT
500 GBP292,797.82 KZT
1,000 GBP585,595.63 KZT
5,000 GBP2,927,978.2 KZT
10,000 GBP5,855,956.3 KZT
Get the GBP/KZT rate in your app
One GET request returns the latest GBP → KZT 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/KZT"fetch('https://rate-api.com/api/v1/pair/GBP/KZT', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} KZT`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/KZT",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} KZT")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/KZT');
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']} KZT\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "KZT"
},
"rate": 585.5956,
"timestamp": 1790438106,
"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
KZT to GBPKazakhstani Tenge → British Pound0.0017077Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.