GEL to LAK exchange rate API
Lari to Kip · quoted 2026-09-25
8616.74
▲ +6.49% over 6M
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 6 months, GEL/LAK traded between 8091.66 and 8665.57, averaged 8418.61 and rose 6.49%. 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 6M: show the values
| Point | GEL/LAK |
|---|---|
| 2026-03-29 | 8091.66 |
| 2026-04-05 | 8159.30 |
| 2026-04-12 | 8184.51 |
| 2026-04-19 | 8173.61 |
| 2026-04-26 | 8161.77 |
| 2026-05-03 | 8200.30 |
| 2026-05-10 | 8176.29 |
| 2026-05-18 | 8197.40 |
| 2026-05-26 | 8224.52 |
| 2026-06-02 | 8247.92 |
| 2026-06-11 | 8297.32 |
| 2026-06-18 | 8307.20 |
| 2026-06-25 | 8360.57 |
| 2026-07-02 | 8521.81 |
| 2026-07-09 | 8546.58 |
| 2026-07-16 | 8557.29 |
| 2026-07-23 | 8621.04 |
| 2026-07-30 | 8640.82 |
| 2026-08-06 | 8647.79 |
| 2026-08-13 | 8636.39 |
| 2026-08-21 | 8665.57 |
| 2026-08-28 | 8603.14 |
| 2026-09-04 | 8597.93 |
| 2026-09-11 | 8618.28 |
| 2026-09-18 | 8630.02 |
| 2026-09-25 | 8616.74 |
High
8665.57
Low
8091.66
Average
8418.61
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.