TWD to THB exchange rate API
New Taiwan Dollar to Baht · quoted 2026-09-24
1.0516
▼ +1.96% over 1Y
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 year, TWD/THB traded between 0.98183 and 1.0829, averaged 1.0287 and fell 1.96%. 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 1Y: show the values
| Point | TWD/THB |
|---|---|
| 2025-09-24 | 1.0726 |
| 2025-10-01 | 1.0829 |
| 2025-10-08 | 1.0819 |
| 2025-10-15 | 1.0624 |
| 2025-10-22 | 1.0701 |
| 2025-10-29 | 1.0562 |
| 2025-11-05 | 1.0506 |
| 2025-11-12 | 1.0450 |
| 2025-11-19 | 1.0399 |
| 2025-11-26 | 1.0275 |
| 2025-12-03 | 1.0187 |
| 2025-12-10 | 1.0203 |
| 2025-12-17 | 1.0008 |
| 2025-12-24 | 0.9872 |
| 2025-12-31 | 1.0095 |
| 2026-01-07 | 0.9956 |
| 2026-01-14 | 0.9945 |
| 2026-01-21 | 0.9818 |
| 2026-01-28 | 0.9926 |
| 2026-02-04 | 1.0014 |
| 2026-02-11 | 0.9873 |
| 2026-02-18 | 0.9946 |
| 2026-02-25 | 0.9931 |
| 2026-03-04 | 0.9925 |
| 2026-03-11 | 0.9987 |
| 2026-03-18 | 1.0241 |
| 2026-03-25 | 1.0209 |
| 2026-04-01 | 1.0177 |
| 2026-04-08 | 1.0036 |
| 2026-04-15 | 1.0145 |
| 2026-04-22 | 1.0225 |
| 2026-04-29 | 1.0339 |
| 2026-05-06 | 1.0224 |
| 2026-05-13 | 1.0253 |
| 2026-05-20 | 1.0328 |
| 2026-05-27 | 1.0385 |
| 2026-06-03 | 1.0416 |
| 2026-06-11 | 1.0405 |
| 2026-06-18 | 1.0378 |
| 2026-06-25 | 1.0491 |
| 2026-07-02 | 1.0439 |
| 2026-07-09 | 1.0400 |
| 2026-07-16 | 1.0424 |
| 2026-07-23 | 1.0471 |
| 2026-07-30 | 1.0337 |
| 2026-08-06 | 1.0259 |
| 2026-08-13 | 1.0302 |
| 2026-08-20 | 1.0326 |
| 2026-08-27 | 1.0358 |
| 2026-09-03 | 1.0404 |
| 2026-09-10 | 1.0450 |
| 2026-09-17 | 1.0446 |
| 2026-09-24 | 1.0524 |
High
1.0829
Low
0.98183
Average
1.0287
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=THB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=THB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=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¤cies=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.