Skip to content

GEL to KZT exchange rate API

Lari to Tenge · quoted 2026-09-25

169.9319

▼ +9.03% over YTD

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 year to date, GEL/KZT traded between 169.9319 and 189.1552, averaged 179.8524 and fell 9.03%. 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 YTD

GEL/KZT over YTD: show the values
PointGEL/KZT
2025-12-31186.8064
2026-01-07189.1027
2026-01-14189.1552
2026-01-21188.8913
2026-01-28186.6091
2026-02-04186.8491
2026-02-11183.1449
2026-02-18183.0855
2026-02-25186.6871
2026-03-04184.8960
2026-03-11179.4426
2026-03-18177.1643
2026-03-25177.8583
2026-04-01178.0339
2026-04-08172.0372
2026-04-15177.0437
2026-04-22172.8429
2026-04-29170.0444
2026-05-06172.3768
2026-05-14175.4974
2026-05-21176.7214
2026-05-29181.5191
2026-06-05182.5427
2026-06-14184.3833
2026-06-21184.3526
2026-06-28184.1350
2026-07-05179.3711
2026-07-12179.1286
2026-07-19179.0561
2026-07-26181.0796
2026-08-02180.7958
2026-08-09179.4135
2026-08-16177.6243
2026-08-24176.8085
2026-08-31178.5326
2026-09-07175.2913
2026-09-14174.0573
2026-09-21171.9306

High

189.1552

Low

169.9319

Average

179.8524

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.