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: show the values
| Point | TWD/THB |
|---|---|
| 2021-09-27 | 1.2110 |
| 2021-11-08 | 1.1853 |
| 2021-12-20 | 1.2047 |
| 2022-02-01 | 1.1942 |
| 2022-03-15 | 1.1731 |
| 2022-04-29 | 1.1605 |
| 2022-06-15 | 1.1793 |
| 2022-07-27 | 1.2291 |
| 2022-09-07 | 1.1881 |
| 2022-10-19 | 1.1926 |
| 2022-11-30 | 1.1434 |
| 2023-01-12 | 1.0939 |
| 2023-02-23 | 1.1430 |
| 2023-04-11 | 1.1230 |
| 2023-05-26 | 1.1276 |
| 2023-07-10 | 1.1190 |
| 2023-08-21 | 1.1011 |
| 2023-10-02 | 1.1449 |
| 2023-11-13 | 1.1129 |
| 2023-12-27 | 1.1151 |
| 2024-02-08 | 1.1435 |
| 2024-03-21 | 1.1332 |
| 2024-05-08 | 1.1411 |
| 2024-06-24 | 1.1326 |
| 2024-08-05 | 1.0825 |
| 2024-09-13 | 1.0615 |
| 2024-10-16 | 1.0465 |
| 2024-11-15 | 1.0889 |
| 2024-12-15 | 1.0625 |
| 2025-01-14 | 1.0698 |
| 2025-02-13 | 1.0517 |
| 2025-03-15 | 1.0196 |
| 2025-04-14 | 1.0526 |
| 2025-05-14 | 1.1187 |
| 2025-06-13 | 1.1175 |
| 2025-07-13 | 1.1211 |
| 2025-08-12 | 1.1044 |
| 2025-09-11 | 1.0680 |
| 2025-10-11 | 1.0610 |
| 2025-11-10 | 1.0434 |
| 2025-12-10 | 1.0203 |
| 2026-01-09 | 0.9952 |
| 2026-02-08 | 0.9997 |
| 2026-03-10 | 0.9948 |
| 2026-04-09 | 1.0092 |
| 2026-05-09 | 1.0283 |
| 2026-06-09 | 1.0401 |
| 2026-07-09 | 1.0400 |
| 2026-08-08 | 1.0240 |
| 2026-09-07 | 1.0415 |
High
1.2291
Low
0.99476
Average
1.1001
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.