GEL to LAK exchange rate API
Lari to Kip · quoted 2026-09-25
8616.74
▲ +7.18% over YTD
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 year to date, GEL/LAK traded between 7861.29 and 8680.45, averaged 8273.05 and rose 7.18%. 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 YTD: show the values
| Point | GEL/LAK |
|---|---|
| 2025-12-31 | 8039.78 |
| 2026-01-07 | 8030.26 |
| 2026-01-14 | 8035.22 |
| 2026-01-21 | 8033.36 |
| 2026-01-28 | 7969.73 |
| 2026-02-04 | 7956.96 |
| 2026-02-11 | 8001.32 |
| 2026-02-18 | 7991.84 |
| 2026-02-25 | 8001.38 |
| 2026-03-04 | 7916.99 |
| 2026-03-11 | 7861.29 |
| 2026-03-18 | 7897.69 |
| 2026-03-25 | 7938.50 |
| 2026-04-01 | 8162.21 |
| 2026-04-08 | 8157.05 |
| 2026-04-15 | 8187.43 |
| 2026-04-22 | 8212.65 |
| 2026-04-29 | 8142.79 |
| 2026-05-06 | 8146.31 |
| 2026-05-14 | 8213.07 |
| 2026-05-21 | 8220.06 |
| 2026-05-29 | 8204.17 |
| 2026-06-05 | 8260.12 |
| 2026-06-14 | 8280.98 |
| 2026-06-21 | 8326.36 |
| 2026-06-28 | 8481.60 |
| 2026-07-05 | 8551.79 |
| 2026-07-12 | 8544.60 |
| 2026-07-19 | 8584.78 |
| 2026-07-26 | 8634.91 |
| 2026-08-02 | 8619.10 |
| 2026-08-09 | 8635.63 |
| 2026-08-16 | 8605.00 |
| 2026-08-24 | 8680.45 |
| 2026-08-31 | 8655.73 |
| 2026-09-07 | 8609.33 |
| 2026-09-14 | 8619.35 |
| 2026-09-21 | 8622.51 |
High
8680.45
Low
7861.29
Average
8273.05
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.