Skip to content

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

GEL/LAK over 1Y: show the values
PointGEL/LAK
2025-09-258005.76
2025-10-027942.39
2025-10-097987.09
2025-10-168015.11
2025-10-237992.79
2025-10-308000.92
2025-11-068000.40
2025-11-138017.10
2025-11-208020.57
2025-11-278043.23
2025-12-048032.40
2025-12-128025.48
2025-12-198035.32
2025-12-268024.21
2026-01-028035.14
2026-01-098021.08
2026-01-168032.13
2026-01-238012.59
2026-01-308016.76
2026-02-068003.11
2026-02-138019.86
2026-02-208015.70
2026-02-278026.28
2026-03-067862.92
2026-03-137900.93
2026-03-207854.35
2026-03-278030.28
2026-04-038176.76
2026-04-108166.36
2026-04-178186.11
2026-04-248167.63
2026-05-018185.21
2026-05-088215.80
2026-05-168241.63
2026-05-248194.65
2026-05-318227.76
2026-06-098301.11
2026-06-168295.99
2026-06-238349.03
2026-06-308498.90
2026-07-078568.08
2026-07-148600.71
2026-07-218643.27
2026-07-288667.70
2026-08-048663.12
2026-08-118664.23
2026-08-188653.38
2026-08-268605.84
2026-09-028604.03
2026-09-098585.50
2026-09-168624.47
2026-09-238620.12

High

8667.70

Low

7854.35

Average

8213.17

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.