Convert KZT to GBP
Kazakhstani Tenge → British Pound
1 KZT = 0.00170766 GBP(1 GBP = 585.59563 KZT)
Currency converter
1 KZT =
0.0017077 GBP
KZT to GBP: last 30 days
Over the last 30 days, 1 KZT traded between 0.0015853 and 0.0017119 GBP, averaging 0.0016431 GBP. The KZT/GBP rate is up 7.48% since 2026-08-28.
- 30-day high
- 0.0017119
- 2026-09-24
- 30-day low
- 0.0015853
- 2026-08-30
- 30-day average
- 0.0016431
- Days with data: 30
- 30-day change
- +7.48%
- since 2026-08-28
0.0017119
0.00158532026-08-28 → 2026-09-26
| Date | 1 KZT in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.0017077 | 0.00% |
| 2026-09-25 | 0.0017077 | -0.25% |
| 2026-09-24 | 0.0017119 | +1.28% |
| 2026-09-23 | 0.0016902 | +1.27% |
| 2026-09-22 | 0.0016689 | -0.12% |
| 2026-09-21 | 0.0016709 | -0.29% |
| 2026-09-20 | 0.0016758 | +0.02% |
| 2026-09-19 | 0.0016754 | -0.42% |
| 2026-09-18 | 0.0016825 | +0.53% |
| 2026-09-17 | 0.0016736 | +1.23% |
| 2026-09-16 | 0.0016533 | +0.32% |
| 2026-09-15 | 0.001648 | +0.57% |
| 2026-09-14 | 0.0016387 | -0.23% |
| 2026-09-13 | 0.0016424 | +0.01% |
| 2026-09-12 | 0.0016422 | -0.08% |
| Date | 1 KZT in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.0016434 | +1.23% |
| 2026-09-10 | 0.0016235 | -0.02% |
| 2026-09-09 | 0.0016238 | -0.15% |
| 2026-09-08 | 0.0016261 | +0.30% |
| 2026-09-07 | 0.0016212 | -0.04% |
| 2026-09-06 | 0.0016219 | +0.03% |
| 2026-09-05 | 0.0016214 | -0.05% |
| 2026-09-04 | 0.0016223 | -0.36% |
| 2026-09-03 | 0.0016281 | +0.64% |
| 2026-09-02 | 0.0016178 | +1.05% |
| 2026-09-01 | 0.001601 | +0.66% |
| 2026-08-31 | 0.0015904 | +0.32% |
| 2026-08-30 | 0.0015853 | -0.14% |
| 2026-08-29 | 0.0015875 | -0.08% |
| 2026-08-28 | 0.0015888 | — |
KZT to GBP conversion table
1 KZT0.0017077 GBP
5 KZT0.0085383 GBP
10 KZT0.017077 GBP
25 KZT0.042692 GBP
50 KZT0.085383 GBP
100 KZT0.17077 GBP
500 KZT0.85383 GBP
1,000 KZT1.7077 GBP
5,000 KZT8.5383 GBP
10,000 KZT17.0766 GBP
Get the KZT/GBP rate in your app
One GET request returns the latest KZT → GBP 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/KZT/GBP?precision=6"fetch('https://rate-api.com/api/v1/pair/KZT/GBP?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 KZT = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/KZT/GBP?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 KZT = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/KZT/GBP?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 KZT = {$data['rate']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "KZT",
"to": "GBP"
},
"rate": 0.001708,
"timestamp": 1790435340,
"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
GBP to KZTBritish Pound → Kazakhstani Tenge585.5956Convert KZT to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.