Skip to content

THB to GEL exchange rate API

Baht to Lari · quoted 2026-09-24

0.07808

▼ +7.72% over 1Y

1 THB = 0.07808 GEL · 1 GEL = 12.8077 THB · Get this rate via the API

1 THB buys 0.07808 GEL as of 2026-09-24, so 1 GEL buys 12.8077 THB. Over the last year, THB/GEL traded between 0.07783 and 0.08677, averaged 0.08250 and fell 7.72%. The API holds daily THB/GEL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

THB/GEL over 1Y

THB/GEL over 1Y: show the values
PointTHB/GEL
2025-09-240.08461
2025-10-010.08397
2025-10-080.08337
2025-10-150.08313
2025-10-220.08233
2025-10-290.08399
2025-11-050.08319
2025-11-120.08333
2025-11-190.08327
2025-11-260.08380
2025-12-030.08458
2025-12-110.08495
2025-12-180.08558
2025-12-250.08665
2026-01-010.08546
2026-01-080.08542
2026-01-150.08580
2026-01-220.08589
2026-01-290.08619
2026-02-050.08457
2026-02-120.08677
2026-02-190.08566
2026-02-260.08603
2026-03-050.08602
2026-03-120.08542
2026-03-190.08254
2026-03-260.08202
2026-04-020.08196
2026-04-090.08366
2026-04-160.08410
2026-04-230.08314
2026-04-300.08264
2026-05-070.08337
2026-05-150.08204
2026-05-230.08147
2026-05-300.08164
2026-06-060.08099
2026-06-150.08152
2026-06-220.08048
2026-06-290.07936
2026-07-060.07882
2026-07-130.07873
2026-07-200.07783
2026-07-270.07804
2026-08-030.07847
2026-08-100.07910
2026-08-170.07892
2026-08-250.07953
2026-09-010.07836
2026-09-080.07908
2026-09-150.07805
2026-09-220.07844

High

0.08677

Low

0.07783

Average

0.08250

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB&currencies=GEL").json()

Replace YOUR_API_KEY with the key from your dashboard.

THB/GEL API questions

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

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

How far back does THB/GEL historical data go?

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