GEL to LAK exchange rate API
Lari to Kip · quoted 2026-09-25
8616.74
▲ +5.54% over 5Y
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 5 years, GEL/LAK traded between 7695.42 and 8660.42, averaged 8076.09 and rose 5.54%. 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 5Y: show the values
| Point | GEL/LAK |
|---|---|
| 2024-08-24 | 8164.26 |
| 2024-10-07 | 8117.40 |
| 2024-11-06 | 8061.17 |
| 2024-12-06 | 7870.08 |
| 2025-01-05 | 7717.04 |
| 2025-02-04 | 7695.42 |
| 2025-03-06 | 7786.35 |
| 2025-04-06 | 7852.12 |
| 2025-05-06 | 7888.33 |
| 2025-06-07 | 7895.05 |
| 2025-07-07 | 7932.34 |
| 2025-08-06 | 7983.63 |
| 2025-09-05 | 8054.93 |
| 2025-10-06 | 7972.87 |
| 2025-11-05 | 8020.08 |
| 2025-12-05 | 8039.59 |
| 2026-01-05 | 8043.26 |
| 2026-02-04 | 7956.96 |
| 2026-03-06 | 7862.92 |
| 2026-04-05 | 8159.30 |
| 2026-05-05 | 8179.64 |
| 2026-06-06 | 8244.18 |
| 2026-07-08 | 8594.83 |
| 2026-08-07 | 8660.42 |
| 2026-09-07 | 8609.33 |
High
8660.42
Low
7695.42
Average
8076.09
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.