Skip to content

THB to GEL exchange rate API

Baht to Lari · quoted 2026-09-24

0.07808

▼ +8.10% over YTD

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 year to date, THB/GEL traded between 0.07776 and 0.08661, averaged 0.08208 and fell 8.10%. 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 YTD

THB/GEL over YTD: show the values
PointTHB/GEL
2025-12-310.08496
2026-01-070.08600
2026-01-140.08560
2026-01-210.08661
2026-01-280.08643
2026-02-040.08501
2026-02-110.08638
2026-02-180.08567
2026-02-250.08597
2026-03-040.08592
2026-03-110.08572
2026-03-180.08306
2026-03-250.08310
2026-04-010.08262
2026-04-080.08433
2026-04-150.08366
2026-04-220.08352
2026-04-290.08253
2026-05-060.08358
2026-05-140.08279
2026-05-210.08164
2026-05-290.08187
2026-06-050.08152
2026-06-140.08119
2026-06-210.08049
2026-06-280.07908
2026-07-050.07944
2026-07-120.07894
2026-07-190.07812
2026-07-260.07776
2026-08-020.07844
2026-08-090.07919
2026-08-160.07873
2026-08-240.07947
2026-08-310.07843
2026-09-070.07906
2026-09-140.07814
2026-09-210.07819

High

0.08661

Low

0.07776

Average

0.08208

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.