Skip to content

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

JPY/THB over 5Y: show the values
PointJPY/THB
2021-09-270.30273
2021-11-080.29104
2021-12-200.29605
2022-01-310.28841
2022-03-140.28298
2022-04-270.26799
2022-06-080.25761
2022-07-200.26543
2022-08-310.26276
2022-10-120.25925
2022-11-230.25676
2023-01-050.25504
2023-02-160.25635
2023-03-300.25794
2023-05-160.24993
2023-06-270.24565
2023-08-080.24496
2023-09-190.24331
2023-10-310.23871
2023-12-120.24575
2024-01-260.24081
2024-03-080.24086
2024-04-230.23928
2024-06-050.23513
2024-07-170.22949
2024-08-270.23585
2024-10-010.22649
2024-10-310.22101
2024-11-300.22894
2024-12-300.21656
2025-01-290.21738
2025-02-280.22660
2025-03-300.22653
2025-04-290.23435
2025-05-290.22570
2025-06-280.22468
2025-07-280.21867
2025-08-270.21935
2025-09-260.21546
2025-10-260.21393
2025-11-250.20669
2025-12-250.19948
2026-01-240.19937
2026-02-230.20039
2026-03-250.20501
2026-04-240.20308
2026-05-240.20510
2026-06-230.20553
2026-07-230.20691
2026-08-220.20536
2026-09-210.21133

High

0.30273

Low

0.19937

Average

0.23590

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY&currencies=THB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY&currencies=THB");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY&currencies=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&currencies=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.