JPY to THB exchange rate API
Yen to Baht · quoted 2026-09-25
0.21266
▼ +29.75% over 5Y
1 JPY = 0.21266 THB · 1 THB = 4.7023 JPY · Get this rate via the API
1 JPY buys 0.21266 THB as of 2026-09-25, so 1 THB buys 4.7023 JPY. Over the last 5 years, JPY/THB traded between 0.19937 and 0.30273, averaged 0.23590 and fell 29.75%. The API holds daily JPY/THB rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.
JPY/THB over 5Y: show the values
| Point | JPY/THB |
|---|---|
| 2021-09-27 | 0.30273 |
| 2021-11-08 | 0.29104 |
| 2021-12-20 | 0.29605 |
| 2022-01-31 | 0.28841 |
| 2022-03-14 | 0.28298 |
| 2022-04-27 | 0.26799 |
| 2022-06-08 | 0.25761 |
| 2022-07-20 | 0.26543 |
| 2022-08-31 | 0.26276 |
| 2022-10-12 | 0.25925 |
| 2022-11-23 | 0.25676 |
| 2023-01-05 | 0.25504 |
| 2023-02-16 | 0.25635 |
| 2023-03-30 | 0.25794 |
| 2023-05-16 | 0.24993 |
| 2023-06-27 | 0.24565 |
| 2023-08-08 | 0.24496 |
| 2023-09-19 | 0.24331 |
| 2023-10-31 | 0.23871 |
| 2023-12-12 | 0.24575 |
| 2024-01-26 | 0.24081 |
| 2024-03-08 | 0.24086 |
| 2024-04-23 | 0.23928 |
| 2024-06-05 | 0.23513 |
| 2024-07-17 | 0.22949 |
| 2024-08-27 | 0.23585 |
| 2024-10-01 | 0.22649 |
| 2024-10-31 | 0.22101 |
| 2024-11-30 | 0.22894 |
| 2024-12-30 | 0.21656 |
| 2025-01-29 | 0.21738 |
| 2025-02-28 | 0.22660 |
| 2025-03-30 | 0.22653 |
| 2025-04-29 | 0.23435 |
| 2025-05-29 | 0.22570 |
| 2025-06-28 | 0.22468 |
| 2025-07-28 | 0.21867 |
| 2025-08-27 | 0.21935 |
| 2025-09-26 | 0.21546 |
| 2025-10-26 | 0.21393 |
| 2025-11-25 | 0.20669 |
| 2025-12-25 | 0.19948 |
| 2026-01-24 | 0.19937 |
| 2026-02-23 | 0.20039 |
| 2026-03-25 | 0.20501 |
| 2026-04-24 | 0.20308 |
| 2026-05-24 | 0.20510 |
| 2026-06-23 | 0.20553 |
| 2026-07-23 | 0.20691 |
| 2026-08-22 | 0.20536 |
| 2026-09-21 | 0.21133 |
High
0.30273
Low
0.19937
Average
0.23590
Get this rate via the API
One GET request returns the JPY/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=JPY¤cies=THB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY¤cies=THB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY¤cies=THB").json()Replace YOUR_API_KEY with the key from your dashboard.
JPY/THB API questions
How do I get the JPY/THB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY¤cies=THB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JPY/THB rate in rates.THB.
How far back does JPY/THB historical data go?
Daily JPY/THB 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 JPY/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.