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: show the values
| Point | GEL/KZT |
|---|---|
| 2025-09-25 | 200.2111 |
| 2025-10-02 | 200.9239 |
| 2025-10-09 | 199.3926 |
| 2025-10-16 | 198.9447 |
| 2025-10-23 | 198.5508 |
| 2025-10-30 | 195.0425 |
| 2025-11-06 | 194.0836 |
| 2025-11-13 | 194.0108 |
| 2025-11-20 | 191.8526 |
| 2025-11-27 | 192.2675 |
| 2025-12-04 | 186.3035 |
| 2025-12-12 | 192.8746 |
| 2025-12-19 | 191.6196 |
| 2025-12-26 | 189.4530 |
| 2026-01-02 | 188.4485 |
| 2026-01-09 | 189.4734 |
| 2026-01-16 | 189.9217 |
| 2026-01-23 | 187.7494 |
| 2026-01-30 | 187.0417 |
| 2026-02-06 | 184.0482 |
| 2026-02-13 | 184.4616 |
| 2026-02-20 | 184.3113 |
| 2026-02-27 | 186.9207 |
| 2026-03-06 | 181.2933 |
| 2026-03-13 | 180.4050 |
| 2026-03-20 | 175.5569 |
| 2026-03-27 | 178.2919 |
| 2026-04-03 | 176.0604 |
| 2026-04-10 | 177.0693 |
| 2026-04-17 | 175.0077 |
| 2026-04-24 | 173.0380 |
| 2026-05-01 | 172.5452 |
| 2026-05-08 | 173.3786 |
| 2026-05-16 | 175.6877 |
| 2026-05-24 | 176.8359 |
| 2026-05-31 | 182.8407 |
| 2026-06-09 | 182.9652 |
| 2026-06-16 | 184.7233 |
| 2026-06-23 | 184.2448 |
| 2026-06-30 | 183.9616 |
| 2026-07-07 | 179.3639 |
| 2026-07-14 | 180.8411 |
| 2026-07-21 | 179.5910 |
| 2026-07-28 | 181.2254 |
| 2026-08-04 | 181.4185 |
| 2026-08-11 | 178.5123 |
| 2026-08-18 | 177.2701 |
| 2026-08-26 | 175.3001 |
| 2026-09-02 | 175.6749 |
| 2026-09-09 | 174.5126 |
| 2026-09-16 | 172.9759 |
| 2026-09-23 | 172.0148 |
High
200.9239
Low
169.9319
Average
183.7820
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=KZT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=KZT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.