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: show the values
| Point | GBP/KZT |
|---|---|
| 2025-09-26 | 725.4897 |
| 2025-10-03 | 735.6409 |
| 2025-10-10 | 719.2379 |
| 2025-10-17 | 718.4852 |
| 2025-10-24 | 714.2474 |
| 2025-10-31 | 694.8054 |
| 2025-11-07 | 690.6575 |
| 2025-11-14 | 690.1525 |
| 2025-11-21 | 678.8958 |
| 2025-11-28 | 682.2133 |
| 2025-12-05 | 674.5851 |
| 2025-12-13 | 696.9746 |
| 2025-12-20 | 692.3933 |
| 2025-12-27 | 682.3994 |
| 2026-01-03 | 682.1752 |
| 2026-01-10 | 684.3425 |
| 2026-01-17 | 682.3240 |
| 2026-01-24 | 690.0272 |
| 2026-01-31 | 688.0865 |
| 2026-02-07 | 673.5454 |
| 2026-02-14 | 676.4196 |
| 2026-02-21 | 672.9309 |
| 2026-02-28 | 672.0314 |
| 2026-03-07 | 663.2791 |
| 2026-03-14 | 648.0303 |
| 2026-03-21 | 642.1660 |
| 2026-03-28 | 641.4466 |
| 2026-04-04 | 621.5370 |
| 2026-04-11 | 635.5319 |
| 2026-04-18 | 634.1091 |
| 2026-04-25 | 625.8645 |
| 2026-05-02 | 629.0524 |
| 2026-05-09 | 630.0574 |
| 2026-05-17 | 625.6234 |
| 2026-05-25 | 637.4838 |
| 2026-06-01 | 653.6981 |
| 2026-06-10 | 653.0016 |
| 2026-06-17 | 654.1204 |
| 2026-06-24 | 640.7566 |
| 2026-07-01 | 633.4093 |
| 2026-07-08 | 628.0037 |
| 2026-07-15 | 628.3291 |
| 2026-07-22 | 625.8694 |
| 2026-07-29 | 633.5606 |
| 2026-08-05 | 634.8648 |
| 2026-08-12 | 630.3533 |
| 2026-08-20 | 628.5361 |
| 2026-08-27 | 627.2844 |
| 2026-09-03 | 614.2105 |
| 2026-09-10 | 615.9724 |
| 2026-09-17 | 597.5036 |
| 2026-09-24 | 589.0762 |
High
735.6409
Low
586.5294
Average
657.1193
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=KZT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=KZT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=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¤cies=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.