Skip to content

GEL to THB exchange rate API

Lari to Baht · quoted 2026-09-24

12.8404

▲ +8.65% over 1Y

1 GEL = 12.8404 THB · 1 THB = 0.07788 GEL · Get this rate via the API

1 GEL buys 12.8404 THB as of 2026-09-24, so 1 THB buys 0.07788 GEL. Over the last year, GEL/THB traded between 11.5241 and 12.8479, averaged 12.1356 and rose 8.65%. The API holds daily GEL/THB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/THB over 1Y

GEL/THB over 1Y: show the values
PointGEL/THB
2025-09-2411.8186
2025-10-0111.9082
2025-10-0811.9945
2025-10-1512.0289
2025-10-2212.1460
2025-10-2911.9068
2025-11-0512.0203
2025-11-1212.0007
2025-11-1912.0095
2025-11-2611.9336
2025-12-0311.8228
2025-12-1111.7722
2025-12-1811.6845
2025-12-2511.5403
2026-01-0111.7015
2026-01-0811.7063
2026-01-1511.6544
2026-01-2211.6429
2026-01-2911.6020
2026-02-0511.8241
2026-02-1211.5241
2026-02-1911.6735
2026-02-2611.6240
2026-03-0511.6247
2026-03-1211.7074
2026-03-1912.1158
2026-03-2612.1919
2026-04-0212.2007
2026-04-0911.9533
2026-04-1611.8901
2026-04-2312.0278
2026-04-3012.0999
2026-05-0711.9945
2026-05-1512.1897
2026-05-2312.2742
2026-05-3012.2494
2026-06-0612.3473
2026-06-1512.2671
2026-06-2212.4253
2026-06-2912.6005
2026-07-0612.6876
2026-07-1312.7019
2026-07-2012.8479
2026-07-2712.8133
2026-08-0312.7434
2026-08-1012.6413
2026-08-1712.6704
2026-08-2512.5736
2026-09-0112.7615
2026-09-0812.6460
2026-09-1512.8124
2026-09-2212.7480

High

12.8479

Low

11.5241

Average

12.1356

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/THB API questions

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

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

How far back does GEL/THB historical data go?

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