Skip to content

THB to VND exchange rate API

Baht to Dong · quoted 2026-09-27

777.3638

▲ +15.39% over 5Y

1 THB = 777.3638 VND · 1 VND = 0.001286 THB · Get this rate via the API

1 THB buys 777.3638 VND as of 2026-09-27, so 1 VND buys 0.001286 THB. Over the last 5 years, THB/VND traded between 636.8072 and 838.6358, averaged 734.7729 and rose 15.39%. The API holds daily THB/VND rates from 2021-01-04 — 5 years of history — so any past day, or a whole series, is one request away.

THB/VND over 5Y

THB/VND over 5Y: show the values
PointTHB/VND
2021-09-28673.7038
2021-11-09691.0112
2021-12-21680.9688
2022-02-02682.3767
2022-03-16684.9660
2022-05-02666.9201
2022-06-16660.5639
2022-07-28636.8072
2022-09-08647.0246
2022-10-20644.5058
2022-12-01701.5222
2023-01-13708.8593
2023-02-24680.9812
2023-04-12684.9996
2023-05-30676.6296
2023-07-11681.1798
2023-08-22683.5833
2023-10-03658.8223
2023-11-14676.0101
2023-12-28709.0644
2024-02-09679.8999
2024-03-22682.7076
2024-05-10693.9660
2024-06-25694.9689
2024-08-06707.8148
2024-09-15731.3472
2024-10-17747.0555
2024-11-16729.2652
2024-12-16736.3453
2025-01-15722.5614
2025-02-14745.8317
2025-03-16751.2732
2025-04-15761.0325
2025-05-15769.9869
2025-06-14809.4105
2025-07-14796.5944
2025-08-13804.7906
2025-09-12821.4766
2025-10-12807.7252
2025-11-11813.9438
2025-12-11832.4517
2026-01-10838.6358
2026-02-09834.5983
2026-03-11829.1013
2026-04-10823.0795
2026-05-10818.0256
2026-06-10801.3394
2026-07-10791.4498
2026-08-09796.2907
2026-09-08792.5863

High

838.6358

Low

636.8072

Average

734.7729

For developers

Get this rate via the API

One GET request returns the THB/VND 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=THB&currencies=VND"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB&currencies=VND");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB&currencies=VND").json()

Replace YOUR_API_KEY with the key from your dashboard.

THB/VND API questions

How do I get the THB/VND exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB&currencies=VND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest THB/VND rate in rates.VND.

How far back does THB/VND historical data go?

Daily THB/VND rates are available from 2021-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free THB/VND 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.