Skip to content

TWD to THB exchange rate API

New Taiwan Dollar to Baht · quoted 2026-09-24

1.0516

▼ +13.16% over 5Y

1 TWD = 1.0516 THB · 1 THB = 0.95090 TWD · Get this rate via the API

1 TWD buys 1.0516 THB as of 2026-09-24, so 1 THB buys 0.95090 TWD. Over the last 5 years, TWD/THB traded between 0.99476 and 1.2291, averaged 1.1001 and fell 13.16%. The API holds daily TWD/THB rates from 2014-08-20 — 12 years of history — so any past day, or a whole series, is one request away.

TWD/THB over 5Y

TWD/THB over 5Y: show the values
PointTWD/THB
2021-09-271.2110
2021-11-081.1853
2021-12-201.2047
2022-02-011.1942
2022-03-151.1731
2022-04-291.1605
2022-06-151.1793
2022-07-271.2291
2022-09-071.1881
2022-10-191.1926
2022-11-301.1434
2023-01-121.0939
2023-02-231.1430
2023-04-111.1230
2023-05-261.1276
2023-07-101.1190
2023-08-211.1011
2023-10-021.1449
2023-11-131.1129
2023-12-271.1151
2024-02-081.1435
2024-03-211.1332
2024-05-081.1411
2024-06-241.1326
2024-08-051.0825
2024-09-131.0615
2024-10-161.0465
2024-11-151.0889
2024-12-151.0625
2025-01-141.0698
2025-02-131.0517
2025-03-151.0196
2025-04-141.0526
2025-05-141.1187
2025-06-131.1175
2025-07-131.1211
2025-08-121.1044
2025-09-111.0680
2025-10-111.0610
2025-11-101.0434
2025-12-101.0203
2026-01-090.9952
2026-02-080.9997
2026-03-100.9948
2026-04-091.0092
2026-05-091.0283
2026-06-091.0401
2026-07-091.0400
2026-08-081.0240
2026-09-071.0415

High

1.2291

Low

0.99476

Average

1.1001

For developers

Get this rate via the API

One GET request returns the TWD/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=TWD&currencies=THB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&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=TWD&currencies=THB").json()

Replace YOUR_API_KEY with the key from your dashboard.

TWD/THB API questions

How do I get the TWD/THB exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=THB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TWD/THB rate in rates.THB.

How far back does TWD/THB historical data go?

Daily TWD/THB rates are available from 2014-08-20. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free TWD/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.