Convert THB to GBP
Thai Baht → British Pound
1 THB = 0.0226297 GBP(1 GBP = 44.189668 THB)
Currency converter
1 THB =
0.02263 GBP
THB to GBP: last 30 days
Over the last 30 days, 1 THB traded between 0.022217 and 0.02263 GBP, averaging 0.022428 GBP. The THB/GBP rate is up 1.29% since 2026-08-28.
- 30-day high
- 0.02263
- 2026-09-25
- 30-day low
- 0.022217
- 2026-09-01
- 30-day average
- 0.022428
- Days with data: 30
- 30-day change
- +1.29%
- since 2026-08-28
0.02263
0.0222172026-08-28 → 2026-09-26
| Date | 1 THB in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.02263 | 0.00% |
| 2026-09-25 | 0.02263 | +0.16% |
| 2026-09-24 | 0.022594 | -0.14% |
| 2026-09-23 | 0.022626 | +0.20% |
| 2026-09-22 | 0.022581 | +0.52% |
| 2026-09-21 | 0.022463 | -0.02% |
| 2026-09-20 | 0.022467 | 0.00% |
| 2026-09-19 | 0.022467 | 0.00% |
| 2026-09-18 | 0.022467 | +0.09% |
| 2026-09-17 | 0.022446 | +0.43% |
| 2026-09-16 | 0.022351 | +0.34% |
| 2026-09-15 | 0.022275 | -0.05% |
| 2026-09-14 | 0.022287 | -0.46% |
| 2026-09-13 | 0.022389 | 0.00% |
| 2026-09-12 | 0.022389 | 0.00% |
| Date | 1 THB in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.022389 | -0.12% |
| 2026-09-10 | 0.022416 | -0.04% |
| 2026-09-09 | 0.022424 | -0.02% |
| 2026-09-08 | 0.022429 | -0.17% |
| 2026-09-07 | 0.022467 | +0.07% |
| 2026-09-06 | 0.022451 | 0.00% |
| 2026-09-05 | 0.022451 | 0.00% |
| 2026-09-04 | 0.022451 | -0.05% |
| 2026-09-03 | 0.022462 | +0.62% |
| 2026-09-02 | 0.022323 | +0.48% |
| 2026-09-01 | 0.022217 | -0.24% |
| 2026-08-31 | 0.02227 | -0.31% |
| 2026-08-30 | 0.022341 | 0.00% |
| 2026-08-29 | 0.022341 | 0.00% |
| 2026-08-28 | 0.022341 | — |
THB to GBP conversion table
1 THB0.02263 GBP
5 THB0.11315 GBP
10 THB0.2263 GBP
25 THB0.56574 GBP
50 THB1.1315 GBP
100 THB2.263 GBP
500 THB11.3149 GBP
1,000 THB22.6297 GBP
5,000 THB113.1486 GBP
10,000 THB226.2972 GBP
Get the THB/GBP rate in your app
One GET request returns the latest THB → GBP rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/THB/GBP"fetch('https://rate-api.com/api/v1/pair/THB/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 THB = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/THB/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 THB = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/THB/GBP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 THB = {$data['rate']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "THB",
"to": "GBP"
},
"rate": 0.0226,
"timestamp": 1790432104,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
GBP to THBBritish Pound → Thai Baht44.1897Convert THB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.