GEL to THB exchange rate API
Lari to Baht · quoted 2026-09-24
12.8077
▲ +8.37% over 1Y
1 GEL = 12.8077 THB · 1 THB = 0.07808 GEL · Get this rate via the API
1 GEL buys 12.8077 THB as of 2026-09-24, so 1 THB buys 0.07808 GEL. Over the last year, GEL/THB traded between 11.5241 and 12.8479, averaged 12.1350 and rose 8.37%. 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: show the values
| Point | GEL/THB |
|---|---|
| 2025-09-24 | 11.8186 |
| 2025-10-01 | 11.9082 |
| 2025-10-08 | 11.9945 |
| 2025-10-15 | 12.0289 |
| 2025-10-22 | 12.1460 |
| 2025-10-29 | 11.9068 |
| 2025-11-05 | 12.0203 |
| 2025-11-12 | 12.0007 |
| 2025-11-19 | 12.0095 |
| 2025-11-26 | 11.9336 |
| 2025-12-03 | 11.8228 |
| 2025-12-11 | 11.7722 |
| 2025-12-18 | 11.6845 |
| 2025-12-25 | 11.5403 |
| 2026-01-01 | 11.7015 |
| 2026-01-08 | 11.7063 |
| 2026-01-15 | 11.6544 |
| 2026-01-22 | 11.6429 |
| 2026-01-29 | 11.6020 |
| 2026-02-05 | 11.8241 |
| 2026-02-12 | 11.5241 |
| 2026-02-19 | 11.6735 |
| 2026-02-26 | 11.6240 |
| 2026-03-05 | 11.6247 |
| 2026-03-12 | 11.7074 |
| 2026-03-19 | 12.1158 |
| 2026-03-26 | 12.1919 |
| 2026-04-02 | 12.2007 |
| 2026-04-09 | 11.9533 |
| 2026-04-16 | 11.8901 |
| 2026-04-23 | 12.0278 |
| 2026-04-30 | 12.0999 |
| 2026-05-07 | 11.9945 |
| 2026-05-15 | 12.1897 |
| 2026-05-23 | 12.2742 |
| 2026-05-30 | 12.2494 |
| 2026-06-06 | 12.3473 |
| 2026-06-15 | 12.2671 |
| 2026-06-22 | 12.4253 |
| 2026-06-29 | 12.6005 |
| 2026-07-06 | 12.6876 |
| 2026-07-13 | 12.7019 |
| 2026-07-20 | 12.8479 |
| 2026-07-27 | 12.8133 |
| 2026-08-03 | 12.7434 |
| 2026-08-10 | 12.6413 |
| 2026-08-17 | 12.6704 |
| 2026-08-25 | 12.5736 |
| 2026-09-01 | 12.7615 |
| 2026-09-08 | 12.6460 |
| 2026-09-15 | 12.8124 |
| 2026-09-22 | 12.7480 |
High
12.8479
Low
11.5241
Average
12.1350
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=THB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=THB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.