Skip to content

THB to JPY exchange rate API

Baht to Yen · quoted 2026-09-25

4.7231

▲ +42.98% over 5Y

1 THB = 4.7231 JPY · 1 JPY = 0.21173 THB · Get this rate via the API

1 THB buys 4.7231 JPY as of 2026-09-25, so 1 JPY buys 0.21173 THB. Over the last 5 years, THB/JPY traded between 3.3033 and 5.0159, averaged 4.2907 and rose 42.98%. The API holds daily THB/JPY rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.

THB/JPY over 5Y

THB/JPY over 5Y: show the values
PointTHB/JPY
2021-09-273.3033
2021-11-083.4359
2021-12-203.3778
2022-01-313.4673
2022-03-143.5338
2022-04-273.7315
2022-06-083.8818
2022-07-203.7674
2022-08-313.8058
2022-10-123.8572
2022-11-233.8947
2023-01-053.9209
2023-02-163.9009
2023-03-303.8768
2023-05-164.0010
2023-06-274.0708
2023-08-084.0824
2023-09-194.1099
2023-10-314.1891
2023-12-124.0692
2024-01-264.1526
2024-03-084.1518
2024-04-234.1792
2024-06-054.2530
2024-07-174.3575
2024-08-274.2399
2024-10-014.4151
2024-10-314.5247
2024-11-304.3679
2024-12-304.6176
2025-01-294.6002
2025-02-284.4131
2025-03-304.4143
2025-04-294.2670
2025-05-294.4307
2025-06-284.4507
2025-07-284.5731
2025-08-274.5588
2025-09-264.6413
2025-10-264.6744
2025-11-254.8380
2025-12-255.0131
2026-01-245.0159
2026-02-234.9902
2026-03-254.8777
2026-04-244.9240
2026-05-244.8756
2026-06-234.8655
2026-07-234.8330
2026-08-224.8694
2026-09-214.7320

High

5.0159

Low

3.3033

Average

4.2907

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

THB/JPY API questions

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

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

How far back does THB/JPY historical data go?

Daily THB/JPY rates are available from 2005-04-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free THB/JPY 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.