USD to THB exchange rate API
US Dollar to Baht · quoted 2026-09-24
33.3805
▼ +0.58% over 5Y
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 5 years, USD/THB traded between 31.0251 and 38.0198, averaged 33.9753 and fell 0.58%. 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 5Y: show the values
| Point | USD/THB |
|---|---|
| 2021-09-27 | 33.5750 |
| 2021-11-08 | 33.0003 |
| 2021-12-20 | 33.6104 |
| 2022-01-31 | 33.2951 |
| 2022-03-14 | 33.3850 |
| 2022-04-27 | 34.3296 |
| 2022-06-08 | 34.5246 |
| 2022-07-20 | 36.6752 |
| 2022-08-31 | 36.4500 |
| 2022-10-12 | 38.0198 |
| 2022-11-23 | 36.2450 |
| 2023-01-05 | 33.9100 |
| 2023-02-16 | 34.3346 |
| 2023-03-30 | 34.2201 |
| 2023-05-16 | 33.9702 |
| 2023-06-27 | 35.2497 |
| 2023-08-08 | 35.0402 |
| 2023-09-19 | 35.9302 |
| 2023-10-31 | 36.0354 |
| 2023-12-12 | 35.6748 |
| 2024-01-26 | 35.5800 |
| 2024-03-08 | 35.4702 |
| 2024-04-23 | 37.0395 |
| 2024-06-05 | 36.7053 |
| 2024-07-17 | 35.9347 |
| 2024-08-27 | 34.0701 |
| 2024-10-01 | 32.5605 |
| 2024-10-31 | 33.7750 |
| 2024-11-30 | 34.2901 |
| 2024-12-30 | 34.1249 |
| 2025-01-29 | 33.7697 |
| 2025-02-28 | 34.1629 |
| 2025-03-30 | 33.9110 |
| 2025-04-29 | 33.4397 |
| 2025-05-29 | 32.7054 |
| 2025-06-28 | 32.4999 |
| 2025-07-28 | 32.3949 |
| 2025-08-27 | 32.4748 |
| 2025-09-26 | 32.2653 |
| 2025-10-26 | 32.7117 |
| 2025-11-25 | 32.2846 |
| 2025-12-25 | 31.0890 |
| 2026-01-24 | 31.0953 |
| 2026-02-23 | 31.0251 |
| 2026-03-25 | 32.5897 |
| 2026-04-24 | 32.3753 |
| 2026-05-24 | 32.6058 |
| 2026-06-23 | 33.1996 |
| 2026-07-23 | 33.8246 |
| 2026-08-22 | 32.6499 |
| 2026-09-21 | 33.2350 |
High
38.0198
Low
31.0251
Average
33.9753
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.