JPY to THB exchange rate API
Yen to Baht · quoted 2026-09-25
0.21266
▼ +1.67% over 1Y
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 year, JPY/THB traded between 0.19730 and 0.22012, averaged 0.20629 and fell 1.67%. 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 1Y: show the values
| Point | JPY/THB |
|---|---|
| 2025-09-25 | 0.21627 |
| 2025-10-02 | 0.22012 |
| 2025-10-09 | 0.21317 |
| 2025-10-16 | 0.21509 |
| 2025-10-23 | 0.21493 |
| 2025-10-30 | 0.21025 |
| 2025-11-06 | 0.21061 |
| 2025-11-13 | 0.20906 |
| 2025-11-20 | 0.20573 |
| 2025-11-27 | 0.20615 |
| 2025-12-04 | 0.20712 |
| 2025-12-11 | 0.20404 |
| 2025-12-18 | 0.20193 |
| 2025-12-25 | 0.19948 |
| 2026-01-01 | 0.20099 |
| 2026-01-08 | 0.20125 |
| 2026-01-15 | 0.19800 |
| 2026-01-22 | 0.19730 |
| 2026-01-29 | 0.20351 |
| 2026-02-05 | 0.20252 |
| 2026-02-12 | 0.20167 |
| 2026-02-19 | 0.20171 |
| 2026-02-26 | 0.19902 |
| 2026-03-05 | 0.20099 |
| 2026-03-12 | 0.20103 |
| 2026-03-19 | 0.20720 |
| 2026-03-26 | 0.20611 |
| 2026-04-02 | 0.20530 |
| 2026-04-09 | 0.20195 |
| 2026-04-16 | 0.20119 |
| 2026-04-23 | 0.20287 |
| 2026-04-30 | 0.20787 |
| 2026-05-07 | 0.20555 |
| 2026-05-14 | 0.20459 |
| 2026-05-21 | 0.20538 |
| 2026-05-28 | 0.20507 |
| 2026-06-04 | 0.20402 |
| 2026-06-11 | 0.20525 |
| 2026-06-18 | 0.20376 |
| 2026-06-25 | 0.20636 |
| 2026-07-02 | 0.20618 |
| 2026-07-09 | 0.20592 |
| 2026-07-16 | 0.20694 |
| 2026-07-23 | 0.20691 |
| 2026-07-30 | 0.20587 |
| 2026-08-06 | 0.20950 |
| 2026-08-13 | 0.20793 |
| 2026-08-20 | 0.20732 |
| 2026-08-27 | 0.20613 |
| 2026-09-03 | 0.21142 |
| 2026-09-10 | 0.21401 |
| 2026-09-17 | 0.21391 |
| 2026-09-24 | 0.21076 |
High
0.22012
Low
0.19730
Average
0.20629
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.