Skip to content

JPY to THB exchange rate API

Yen to Baht · quoted 2026-09-25

0.21266

▲ +5.19% over YTD

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 year to date, JPY/THB traded between 0.19689 and 0.21449, averaged 0.20494 and rose 5.19%. 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 YTD

JPY/THB over YTD: show the values
PointJPY/THB
2025-12-310.20217
2026-01-070.20013
2026-01-140.19842
2026-01-210.19689
2026-01-280.20382
2026-02-040.20194
2026-02-110.20282
2026-02-180.20339
2026-02-250.19839
2026-03-040.20037
2026-03-110.20033
2026-03-180.20472
2026-03-250.20501
2026-04-010.20534
2026-04-080.20155
2026-04-150.20174
2026-04-220.20227
2026-04-290.20436
2026-05-060.20603
2026-05-130.20494
2026-05-200.20546
2026-05-270.20461
2026-06-030.20471
2026-06-100.20534
2026-06-170.20344
2026-06-240.20676
2026-07-010.20518
2026-07-080.20583
2026-07-150.20719
2026-07-220.20733
2026-07-290.20485
2026-08-050.21029
2026-08-120.20781
2026-08-190.20784
2026-08-260.20585
2026-09-020.20818
2026-09-090.21449
2026-09-160.21445
2026-09-230.21080

High

0.21449

Low

0.19689

Average

0.20494

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.