Convert THB to JPY
Thai Baht → Japanese Yen
1 THB = 4.726087 JPY(1 JPY = 0.211592 THB)
Currency converter
1 THB =
4.7261 JPY
THB to JPY: last 30 days
Over the last 30 days, 1 THB traded between 4.6481 and 4.8454 JPY, averaging 4.73 JPY. The THB/JPY rate is down 2.46% since 2026-08-28.
- 30-day high
- 4.8454
- 2026-08-28
- 30-day low
- 4.6481
- 2026-09-14
- 30-day average
- 4.73
- Days with data: 30
- 30-day change
- -2.46%
- since 2026-08-28
4.8454
4.64812026-08-28 → 2026-09-26
| Date | 1 THB in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 4.7261 | 0.00% |
| 2026-09-25 | 4.7261 | -0.39% |
| 2026-09-24 | 4.7447 | +0.02% |
| 2026-09-23 | 4.7437 | +0.02% |
| 2026-09-22 | 4.7429 | +0.23% |
| 2026-09-21 | 4.7321 | -0.03% |
| 2026-09-20 | 4.7336 | 0.00% |
| 2026-09-19 | 4.7336 | 0.00% |
| 2026-09-18 | 4.7336 | +1.26% |
| 2026-09-17 | 4.6747 | +0.25% |
| 2026-09-16 | 4.6632 | +0.17% |
| 2026-09-15 | 4.6554 | +0.16% |
| 2026-09-14 | 4.6481 | -0.23% |
| 2026-09-13 | 4.6587 | 0.00% |
| 2026-09-12 | 4.6587 | 0.00% |
| Date | 1 THB in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 4.6587 | -0.30% |
| 2026-09-10 | 4.6728 | +0.23% |
| 2026-09-09 | 4.6622 | -0.55% |
| 2026-09-08 | 4.6878 | -0.35% |
| 2026-09-07 | 4.7044 | -0.88% |
| 2026-09-06 | 4.7464 | 0.00% |
| 2026-09-05 | 4.7464 | 0.00% |
| 2026-09-04 | 4.7464 | +0.35% |
| 2026-09-03 | 4.7297 | -1.54% |
| 2026-09-02 | 4.8036 | -0.23% |
| 2026-09-01 | 4.8147 | -0.03% |
| 2026-08-31 | 4.8162 | -0.60% |
| 2026-08-30 | 4.8454 | 0.00% |
| 2026-08-29 | 4.8454 | 0.00% |
| 2026-08-28 | 4.8454 | — |
THB to JPY conversion table
1 THB4.7261 JPY
5 THB23.6304 JPY
10 THB47.2609 JPY
25 THB118.1522 JPY
50 THB236.3043 JPY
100 THB472.6087 JPY
500 THB2,363.0434 JPY
1,000 THB4,726.0868 JPY
5,000 THB23,630.434 JPY
10,000 THB47,260.868 JPY
Get the THB/JPY rate in your app
One GET request returns the latest THB → JPY 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/JPY"fetch('https://rate-api.com/api/v1/pair/THB/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 THB = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/THB/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 THB = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/THB/JPY');
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']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "THB",
"to": "JPY"
},
"rate": 4.7261,
"timestamp": 1790432044,
"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
JPY to THBJapanese Yen → Thai Baht0.21159Convert THB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.