GEL to LAK exchange rate API
Lari to Kip · quoted 2026-09-25
8616.74
▲ +7.63% over 1Y
1 GEL = 8616.74 LAK · 1 LAK = 0.000116 GEL · Get this rate via the API
1 GEL buys 8616.74 LAK as of 2026-09-25, so 1 LAK buys 0.000116 GEL. Over the last year, GEL/LAK traded between 7854.35 and 8667.70, averaged 8213.17 and rose 7.63%. The API holds daily GEL/LAK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GEL/LAK over 1Y: show the values
| Point | GEL/LAK |
|---|---|
| 2025-09-25 | 8005.76 |
| 2025-10-02 | 7942.39 |
| 2025-10-09 | 7987.09 |
| 2025-10-16 | 8015.11 |
| 2025-10-23 | 7992.79 |
| 2025-10-30 | 8000.92 |
| 2025-11-06 | 8000.40 |
| 2025-11-13 | 8017.10 |
| 2025-11-20 | 8020.57 |
| 2025-11-27 | 8043.23 |
| 2025-12-04 | 8032.40 |
| 2025-12-12 | 8025.48 |
| 2025-12-19 | 8035.32 |
| 2025-12-26 | 8024.21 |
| 2026-01-02 | 8035.14 |
| 2026-01-09 | 8021.08 |
| 2026-01-16 | 8032.13 |
| 2026-01-23 | 8012.59 |
| 2026-01-30 | 8016.76 |
| 2026-02-06 | 8003.11 |
| 2026-02-13 | 8019.86 |
| 2026-02-20 | 8015.70 |
| 2026-02-27 | 8026.28 |
| 2026-03-06 | 7862.92 |
| 2026-03-13 | 7900.93 |
| 2026-03-20 | 7854.35 |
| 2026-03-27 | 8030.28 |
| 2026-04-03 | 8176.76 |
| 2026-04-10 | 8166.36 |
| 2026-04-17 | 8186.11 |
| 2026-04-24 | 8167.63 |
| 2026-05-01 | 8185.21 |
| 2026-05-08 | 8215.80 |
| 2026-05-16 | 8241.63 |
| 2026-05-24 | 8194.65 |
| 2026-05-31 | 8227.76 |
| 2026-06-09 | 8301.11 |
| 2026-06-16 | 8295.99 |
| 2026-06-23 | 8349.03 |
| 2026-06-30 | 8498.90 |
| 2026-07-07 | 8568.08 |
| 2026-07-14 | 8600.71 |
| 2026-07-21 | 8643.27 |
| 2026-07-28 | 8667.70 |
| 2026-08-04 | 8663.12 |
| 2026-08-11 | 8664.23 |
| 2026-08-18 | 8653.38 |
| 2026-08-26 | 8605.84 |
| 2026-09-02 | 8604.03 |
| 2026-09-09 | 8585.50 |
| 2026-09-16 | 8624.47 |
| 2026-09-23 | 8620.12 |
High
8667.70
Low
7854.35
Average
8213.17
Get this rate via the API
One GET request returns the GEL/LAK 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=LAK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=LAK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=LAK").json()Replace YOUR_API_KEY with the key from your dashboard.
GEL/LAK API questions
How do I get the GEL/LAK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=LAK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/LAK rate in rates.LAK.
How far back does GEL/LAK historical data go?
Daily GEL/LAK 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/LAK 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.