Skip to content

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

GIP/KZT over 1Y: show the values
PointGIP/KZT
2025-09-25729.3366
2025-10-02737.8792
2025-10-09724.5667
2025-10-16724.0021
2025-10-23718.4005
2025-10-30698.6842
2025-11-06686.0130
2025-11-13688.5430
2025-11-20676.8593
2025-11-27687.7408
2025-12-04670.7172
2025-12-12696.2961
2025-12-19690.6808
2025-12-26689.6934
2026-01-02684.2684
2026-01-09685.4833
2026-01-16684.5809
2026-01-23681.7960
2026-01-30691.3709
2026-02-06670.1048
2026-02-13674.0368
2026-02-20662.9591
2026-02-27673.6464
2026-03-06659.8759
2026-03-13655.9197
2026-03-20640.7259
2026-03-27641.7129
2026-04-03624.9834
2026-04-10640.0702
2026-04-17639.9816
2026-04-24627.3936
2026-05-01624.9705
2026-05-08631.7236
2026-05-16625.4004
2026-05-24633.6347
2026-05-31655.1943
2026-06-09648.2834
2026-06-16655.9951
2026-06-23645.9425
2026-06-30642.1562
2026-07-07632.3928
2026-07-14634.7826
2026-07-21632.4565
2026-07-28631.6661
2026-08-04637.6522
2026-08-11630.5667
2026-08-18625.8918
2026-08-26624.4268
2026-09-02619.0052
2026-09-09615.0277
2026-09-16605.9681
2026-09-23596.2619

High

737.8792

Low

589.7481

Average

658.4428

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=KZT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&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=GIP&currencies=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&currencies=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.