Skip to content

GEL to KZT exchange rate API

Lari to Tenge · quoted 2026-09-25

169.9319

▼ +15.12% over 1Y

1 GEL = 169.9319 KZT · 1 KZT = 0.005885 GEL · Get this rate via the API

1 GEL buys 169.9319 KZT as of 2026-09-25, so 1 KZT buys 0.005885 GEL. Over the last year, GEL/KZT traded between 169.9319 and 200.9239, averaged 183.7820 and fell 15.12%. The API holds daily GEL/KZT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/KZT over 1Y

GEL/KZT over 1Y: show the values
PointGEL/KZT
2025-09-25200.2111
2025-10-02200.9239
2025-10-09199.3926
2025-10-16198.9447
2025-10-23198.5508
2025-10-30195.0425
2025-11-06194.0836
2025-11-13194.0108
2025-11-20191.8526
2025-11-27192.2675
2025-12-04186.3035
2025-12-12192.8746
2025-12-19191.6196
2025-12-26189.4530
2026-01-02188.4485
2026-01-09189.4734
2026-01-16189.9217
2026-01-23187.7494
2026-01-30187.0417
2026-02-06184.0482
2026-02-13184.4616
2026-02-20184.3113
2026-02-27186.9207
2026-03-06181.2933
2026-03-13180.4050
2026-03-20175.5569
2026-03-27178.2919
2026-04-03176.0604
2026-04-10177.0693
2026-04-17175.0077
2026-04-24173.0380
2026-05-01172.5452
2026-05-08173.3786
2026-05-16175.6877
2026-05-24176.8359
2026-05-31182.8407
2026-06-09182.9652
2026-06-16184.7233
2026-06-23184.2448
2026-06-30183.9616
2026-07-07179.3639
2026-07-14180.8411
2026-07-21179.5910
2026-07-28181.2254
2026-08-04181.4185
2026-08-11178.5123
2026-08-18177.2701
2026-08-26175.3001
2026-09-02175.6749
2026-09-09174.5126
2026-09-16172.9759
2026-09-23172.0148

High

200.9239

Low

169.9319

Average

183.7820

For developers

Get this rate via the API

One GET request returns the GEL/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=GEL&currencies=KZT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&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=GEL&currencies=KZT").json()

Replace YOUR_API_KEY with the key from your dashboard.

GEL/KZT API questions

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

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

How far back does GEL/KZT historical data go?

Daily GEL/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 GEL/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.