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: show the values
| Point | THB/JPY |
|---|---|
| 2021-09-27 | 3.3033 |
| 2021-11-08 | 3.4359 |
| 2021-12-20 | 3.3778 |
| 2022-01-31 | 3.4673 |
| 2022-03-14 | 3.5338 |
| 2022-04-27 | 3.7315 |
| 2022-06-08 | 3.8818 |
| 2022-07-20 | 3.7674 |
| 2022-08-31 | 3.8058 |
| 2022-10-12 | 3.8572 |
| 2022-11-23 | 3.8947 |
| 2023-01-05 | 3.9209 |
| 2023-02-16 | 3.9009 |
| 2023-03-30 | 3.8768 |
| 2023-05-16 | 4.0010 |
| 2023-06-27 | 4.0708 |
| 2023-08-08 | 4.0824 |
| 2023-09-19 | 4.1099 |
| 2023-10-31 | 4.1891 |
| 2023-12-12 | 4.0692 |
| 2024-01-26 | 4.1526 |
| 2024-03-08 | 4.1518 |
| 2024-04-23 | 4.1792 |
| 2024-06-05 | 4.2530 |
| 2024-07-17 | 4.3575 |
| 2024-08-27 | 4.2399 |
| 2024-10-01 | 4.4151 |
| 2024-10-31 | 4.5247 |
| 2024-11-30 | 4.3679 |
| 2024-12-30 | 4.6176 |
| 2025-01-29 | 4.6002 |
| 2025-02-28 | 4.4131 |
| 2025-03-30 | 4.4143 |
| 2025-04-29 | 4.2670 |
| 2025-05-29 | 4.4307 |
| 2025-06-28 | 4.4507 |
| 2025-07-28 | 4.5731 |
| 2025-08-27 | 4.5588 |
| 2025-09-26 | 4.6413 |
| 2025-10-26 | 4.6744 |
| 2025-11-25 | 4.8380 |
| 2025-12-25 | 5.0131 |
| 2026-01-24 | 5.0159 |
| 2026-02-23 | 4.9902 |
| 2026-03-25 | 4.8777 |
| 2026-04-24 | 4.9240 |
| 2026-05-24 | 4.8756 |
| 2026-06-23 | 4.8655 |
| 2026-07-23 | 4.8330 |
| 2026-08-22 | 4.8694 |
| 2026-09-21 | 4.7320 |
High
5.0159
Low
3.3033
Average
4.2907
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB¤cies=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¤cies=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.