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: show the values
| Point | GEL/KZT |
|---|---|
| 2025-12-31 | 186.8064 |
| 2026-01-07 | 189.1027 |
| 2026-01-14 | 189.1552 |
| 2026-01-21 | 188.8913 |
| 2026-01-28 | 186.6091 |
| 2026-02-04 | 186.8491 |
| 2026-02-11 | 183.1449 |
| 2026-02-18 | 183.0855 |
| 2026-02-25 | 186.6871 |
| 2026-03-04 | 184.8960 |
| 2026-03-11 | 179.4426 |
| 2026-03-18 | 177.1643 |
| 2026-03-25 | 177.8583 |
| 2026-04-01 | 178.0339 |
| 2026-04-08 | 172.0372 |
| 2026-04-15 | 177.0437 |
| 2026-04-22 | 172.8429 |
| 2026-04-29 | 170.0444 |
| 2026-05-06 | 172.3768 |
| 2026-05-14 | 175.4974 |
| 2026-05-21 | 176.7214 |
| 2026-05-29 | 181.5191 |
| 2026-06-05 | 182.5427 |
| 2026-06-14 | 184.3833 |
| 2026-06-21 | 184.3526 |
| 2026-06-28 | 184.1350 |
| 2026-07-05 | 179.3711 |
| 2026-07-12 | 179.1286 |
| 2026-07-19 | 179.0561 |
| 2026-07-26 | 181.0796 |
| 2026-08-02 | 180.7958 |
| 2026-08-09 | 179.4135 |
| 2026-08-16 | 177.6243 |
| 2026-08-24 | 176.8085 |
| 2026-08-31 | 178.5326 |
| 2026-09-07 | 175.2913 |
| 2026-09-14 | 174.0573 |
| 2026-09-21 | 171.9306 |
High
189.1552
Low
169.9319
Average
179.8524
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.