Skip to content

GEL to LTL exchange rate API

Lari to Lithuanian Litas · quoted 2026-09-27

1.1654

▲ +6.80% over 1Y

1 GEL = 1.1654 LTL · 1 LTL = 0.85808 GEL · Get this rate via the API

1 GEL buys 1.1654 LTL as of 2026-09-27, so 1 LTL buys 0.85808 GEL. Over the last year, GEL/LTL traded between 1.0792 and 1.1676, averaged 1.1126 and rose 6.80%. The API holds daily GEL/LTL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/LTL over 1Y

GEL/LTL over 1Y: show the values
PointGEL/LTL
2025-09-271.0912
2025-10-041.0792
2025-10-111.0994
2025-10-181.0958
2025-10-251.0946
2025-11-011.1045
2025-11-081.1033
2025-11-151.0993
2025-11-221.1090
2025-11-291.1031
2025-12-061.0997
2025-12-141.0910
2025-12-211.0939
2025-12-281.0889
2026-01-041.0940
2026-01-111.1018
2026-01-181.1055
2026-01-251.0848
2026-02-011.0824
2026-02-081.0865
2026-02-151.0852
2026-02-221.0956
2026-03-011.0941
2026-03-081.0898
2026-03-151.1036
2026-03-221.0958
2026-03-291.1098
2026-04-051.1135
2026-04-121.0975
2026-04-191.0920
2026-04-261.1016
2026-05-031.1016
2026-05-101.1038
2026-05-181.1015
2026-05-261.1134
2026-06-021.1162
2026-06-111.1273
2026-06-181.1319
2026-06-251.1485
2026-07-021.1183
2026-07-091.1487
2026-07-161.1467
2026-07-231.1528
2026-07-301.1506
2026-08-061.1433
2026-08-131.1471
2026-08-211.1357
2026-08-281.1382
2026-09-041.1378
2026-09-111.1442
2026-09-181.1389
2026-09-251.1676

High

1.1676

Low

1.0792

Average

1.1126

For developers

Get this rate via the API

One GET request returns the GEL/LTL 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=LTL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=LTL");
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=LTL").json()

Replace YOUR_API_KEY with the key from your dashboard.

GEL/LTL API questions

How do I get the GEL/LTL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=LTL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/LTL rate in rates.LTL.

How far back does GEL/LTL historical data go?

Daily GEL/LTL 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/LTL 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.