Skip to content

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

JPY/THB over 1Y: show the values
PointJPY/THB
2025-09-250.21627
2025-10-020.22012
2025-10-090.21317
2025-10-160.21509
2025-10-230.21493
2025-10-300.21025
2025-11-060.21061
2025-11-130.20906
2025-11-200.20573
2025-11-270.20615
2025-12-040.20712
2025-12-110.20404
2025-12-180.20193
2025-12-250.19948
2026-01-010.20099
2026-01-080.20125
2026-01-150.19800
2026-01-220.19730
2026-01-290.20351
2026-02-050.20252
2026-02-120.20167
2026-02-190.20171
2026-02-260.19902
2026-03-050.20099
2026-03-120.20103
2026-03-190.20720
2026-03-260.20611
2026-04-020.20530
2026-04-090.20195
2026-04-160.20119
2026-04-230.20287
2026-04-300.20787
2026-05-070.20555
2026-05-140.20459
2026-05-210.20538
2026-05-280.20507
2026-06-040.20402
2026-06-110.20525
2026-06-180.20376
2026-06-250.20636
2026-07-020.20618
2026-07-090.20592
2026-07-160.20694
2026-07-230.20691
2026-07-300.20587
2026-08-060.20950
2026-08-130.20793
2026-08-200.20732
2026-08-270.20613
2026-09-030.21142
2026-09-100.21401
2026-09-170.21391
2026-09-240.21076

High

0.22012

Low

0.19730

Average

0.20629

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.