Skip to content

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

GEL/LAK over YTD: show the values
PointGEL/LAK
2025-12-318039.78
2026-01-078030.26
2026-01-148035.22
2026-01-218033.36
2026-01-287969.73
2026-02-047956.96
2026-02-118001.32
2026-02-187991.84
2026-02-258001.38
2026-03-047916.99
2026-03-117861.29
2026-03-187897.69
2026-03-257938.50
2026-04-018162.21
2026-04-088157.05
2026-04-158187.43
2026-04-228212.65
2026-04-298142.79
2026-05-068146.31
2026-05-148213.07
2026-05-218220.06
2026-05-298204.17
2026-06-058260.12
2026-06-148280.98
2026-06-218326.36
2026-06-288481.60
2026-07-058551.79
2026-07-128544.60
2026-07-198584.78
2026-07-268634.91
2026-08-028619.10
2026-08-098635.63
2026-08-168605.00
2026-08-248680.45
2026-08-318655.73
2026-09-078609.33
2026-09-148619.35
2026-09-218622.51

High

8680.45

Low

7861.29

Average

8273.05

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=LAK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=LAK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=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&currencies=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.