Skip to content

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

USD/THB over 5Y: show the values
PointUSD/THB
2021-09-2733.5750
2021-11-0833.0003
2021-12-2033.6104
2022-01-3133.2951
2022-03-1433.3850
2022-04-2734.3296
2022-06-0834.5246
2022-07-2036.6752
2022-08-3136.4500
2022-10-1238.0198
2022-11-2336.2450
2023-01-0533.9100
2023-02-1634.3346
2023-03-3034.2201
2023-05-1633.9702
2023-06-2735.2497
2023-08-0835.0402
2023-09-1935.9302
2023-10-3136.0354
2023-12-1235.6748
2024-01-2635.5800
2024-03-0835.4702
2024-04-2337.0395
2024-06-0536.7053
2024-07-1735.9347
2024-08-2734.0701
2024-10-0132.5605
2024-10-3133.7750
2024-11-3034.2901
2024-12-3034.1249
2025-01-2933.7697
2025-02-2834.1629
2025-03-3033.9110
2025-04-2933.4397
2025-05-2932.7054
2025-06-2832.4999
2025-07-2832.3949
2025-08-2732.4748
2025-09-2632.2653
2025-10-2632.7117
2025-11-2532.2846
2025-12-2531.0890
2026-01-2431.0953
2026-02-2331.0251
2026-03-2532.5897
2026-04-2432.3753
2026-05-2432.6058
2026-06-2333.1996
2026-07-2333.8246
2026-08-2232.6499
2026-09-2133.2350

High

38.0198

Low

31.0251

Average

33.9753

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=THB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&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=USD&currencies=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&currencies=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.