Skip to content

GBP to KZT exchange rate API

Pound Sterling to Tenge · quoted 2026-09-26

586.5294

▼ +19.15% over 1Y

1 GBP = 586.5294 KZT · 1 KZT = 0.001705 GBP · Get this rate via the API

1 GBP buys 586.5294 KZT as of 2026-09-26, so 1 KZT buys 0.001705 GBP. Over the last year, GBP/KZT traded between 586.5294 and 735.6409, averaged 657.1193 and fell 19.15%. The API holds daily GBP/KZT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GBP/KZT over 1Y

GBP/KZT over 1Y: show the values
PointGBP/KZT
2025-09-26725.4897
2025-10-03735.6409
2025-10-10719.2379
2025-10-17718.4852
2025-10-24714.2474
2025-10-31694.8054
2025-11-07690.6575
2025-11-14690.1525
2025-11-21678.8958
2025-11-28682.2133
2025-12-05674.5851
2025-12-13696.9746
2025-12-20692.3933
2025-12-27682.3994
2026-01-03682.1752
2026-01-10684.3425
2026-01-17682.3240
2026-01-24690.0272
2026-01-31688.0865
2026-02-07673.5454
2026-02-14676.4196
2026-02-21672.9309
2026-02-28672.0314
2026-03-07663.2791
2026-03-14648.0303
2026-03-21642.1660
2026-03-28641.4466
2026-04-04621.5370
2026-04-11635.5319
2026-04-18634.1091
2026-04-25625.8645
2026-05-02629.0524
2026-05-09630.0574
2026-05-17625.6234
2026-05-25637.4838
2026-06-01653.6981
2026-06-10653.0016
2026-06-17654.1204
2026-06-24640.7566
2026-07-01633.4093
2026-07-08628.0037
2026-07-15628.3291
2026-07-22625.8694
2026-07-29633.5606
2026-08-05634.8648
2026-08-12630.3533
2026-08-20628.5361
2026-08-27627.2844
2026-09-03614.2105
2026-09-10615.9724
2026-09-17597.5036
2026-09-24589.0762

High

735.6409

Low

586.5294

Average

657.1193

For developers

Get this rate via the API

One GET request returns the GBP/KZT rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=KZT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=KZT");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=KZT").json()

Replace YOUR_API_KEY with the key from your dashboard.

GBP/KZT API questions

How do I get the GBP/KZT exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=KZT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GBP/KZT rate in rates.KZT.

How far back does GBP/KZT historical data go?

Daily GBP/KZT rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free GBP/KZT exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.