USD to THB exchange rate API
US Dollar to Baht · quoted 2026-09-24
33.3805
▲ +4.23% over 1Y
1 USD = 33.3805 THB · 1 THB = 0.02996 USD · Get this rate via the API
1 USD buys 33.3805 THB as of 2026-09-24, so 1 THB buys 0.02996 USD. Over the last year, USD/THB traded between 31.0452 and 33.8096, averaged 32.3994 and rose 4.23%. The API holds daily USD/THB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
USD/THB over 1Y: show the values
| Point | USD/THB |
|---|---|
| 2025-09-24 | 32.0253 |
| 2025-10-01 | 32.3849 |
| 2025-10-08 | 32.5312 |
| 2025-10-15 | 32.5650 |
| 2025-10-22 | 32.8877 |
| 2025-10-29 | 32.2946 |
| 2025-11-05 | 32.5200 |
| 2025-11-12 | 32.4551 |
| 2025-11-19 | 32.4346 |
| 2025-11-26 | 32.2147 |
| 2025-12-03 | 31.8898 |
| 2025-12-10 | 31.8446 |
| 2025-12-17 | 31.5151 |
| 2025-12-24 | 31.0452 |
| 2025-12-31 | 31.6749 |
| 2026-01-07 | 31.3300 |
| 2026-01-14 | 31.4754 |
| 2026-01-21 | 31.0674 |
| 2026-01-28 | 31.1099 |
| 2026-02-04 | 31.6328 |
| 2026-02-11 | 31.1003 |
| 2026-02-18 | 31.2503 |
| 2026-02-25 | 31.0947 |
| 2026-03-04 | 31.4800 |
| 2026-03-11 | 31.7650 |
| 2026-03-18 | 32.6652 |
| 2026-03-25 | 32.5897 |
| 2026-04-01 | 32.5101 |
| 2026-04-08 | 31.8751 |
| 2026-04-15 | 32.0951 |
| 2026-04-22 | 32.2049 |
| 2026-04-29 | 32.6550 |
| 2026-05-06 | 32.1850 |
| 2026-05-13 | 32.3346 |
| 2026-05-20 | 32.6750 |
| 2026-05-27 | 32.6201 |
| 2026-06-03 | 32.7252 |
| 2026-06-10 | 32.9552 |
| 2026-06-17 | 32.6150 |
| 2026-06-24 | 33.4303 |
| 2026-07-01 | 33.3849 |
| 2026-07-08 | 33.4453 |
| 2026-07-15 | 33.6446 |
| 2026-07-22 | 33.8096 |
| 2026-07-29 | 33.5299 |
| 2026-08-05 | 33.1400 |
| 2026-08-12 | 33.0602 |
| 2026-08-19 | 33.0651 |
| 2026-08-26 | 32.7449 |
| 2026-09-02 | 33.2251 |
| 2026-09-09 | 32.8750 |
| 2026-09-16 | 33.2504 |
| 2026-09-23 | 33.2898 |
High
33.8096
Low
31.0452
Average
32.3994
Get this rate via the API
One GET request returns the USD/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=USD¤cies=THB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=THB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=THB").json()Replace YOUR_API_KEY with the key from your dashboard.
USD/THB API questions
How do I get the USD/THB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=THB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/THB rate in rates.THB.
How far back does USD/THB historical data go?
Daily USD/THB rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free USD/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.