GIP to KZT exchange rate API
Gibraltar Pound to Tenge · quoted 2026-09-25
589.7481
▼ +19.14% over 1Y
1 GIP = 589.7481 KZT · 1 KZT = 0.001696 GIP · Get this rate via the API
1 GIP buys 589.7481 KZT as of 2026-09-25, so 1 KZT buys 0.001696 GIP. Over the last year, GIP/KZT traded between 589.7481 and 737.8792, averaged 658.4428 and fell 19.14%. The API holds daily GIP/KZT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GIP/KZT over 1Y: show the values
| Point | GIP/KZT |
|---|---|
| 2025-09-25 | 729.3366 |
| 2025-10-02 | 737.8792 |
| 2025-10-09 | 724.5667 |
| 2025-10-16 | 724.0021 |
| 2025-10-23 | 718.4005 |
| 2025-10-30 | 698.6842 |
| 2025-11-06 | 686.0130 |
| 2025-11-13 | 688.5430 |
| 2025-11-20 | 676.8593 |
| 2025-11-27 | 687.7408 |
| 2025-12-04 | 670.7172 |
| 2025-12-12 | 696.2961 |
| 2025-12-19 | 690.6808 |
| 2025-12-26 | 689.6934 |
| 2026-01-02 | 684.2684 |
| 2026-01-09 | 685.4833 |
| 2026-01-16 | 684.5809 |
| 2026-01-23 | 681.7960 |
| 2026-01-30 | 691.3709 |
| 2026-02-06 | 670.1048 |
| 2026-02-13 | 674.0368 |
| 2026-02-20 | 662.9591 |
| 2026-02-27 | 673.6464 |
| 2026-03-06 | 659.8759 |
| 2026-03-13 | 655.9197 |
| 2026-03-20 | 640.7259 |
| 2026-03-27 | 641.7129 |
| 2026-04-03 | 624.9834 |
| 2026-04-10 | 640.0702 |
| 2026-04-17 | 639.9816 |
| 2026-04-24 | 627.3936 |
| 2026-05-01 | 624.9705 |
| 2026-05-08 | 631.7236 |
| 2026-05-16 | 625.4004 |
| 2026-05-24 | 633.6347 |
| 2026-05-31 | 655.1943 |
| 2026-06-09 | 648.2834 |
| 2026-06-16 | 655.9951 |
| 2026-06-23 | 645.9425 |
| 2026-06-30 | 642.1562 |
| 2026-07-07 | 632.3928 |
| 2026-07-14 | 634.7826 |
| 2026-07-21 | 632.4565 |
| 2026-07-28 | 631.6661 |
| 2026-08-04 | 637.6522 |
| 2026-08-11 | 630.5667 |
| 2026-08-18 | 625.8918 |
| 2026-08-26 | 624.4268 |
| 2026-09-02 | 619.0052 |
| 2026-09-09 | 615.0277 |
| 2026-09-16 | 605.9681 |
| 2026-09-23 | 596.2619 |
High
737.8792
Low
589.7481
Average
658.4428
Get this rate via the API
One GET request returns the GIP/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=GIP¤cies=KZT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=KZT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=KZT").json()Replace YOUR_API_KEY with the key from your dashboard.
GIP/KZT API questions
How do I get the GIP/KZT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=KZT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GIP/KZT rate in rates.KZT.
How far back does GIP/KZT historical data go?
Daily GIP/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 GIP/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.