Skip to content

THB to VND exchange rate API

Baht to Dong · quoted 2026-09-27

777.3638

▼ +6.67% over YTD

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 year to date, THB/VND traded between 777.3638 and 848.4186, averaged 810.4205 and fell 6.67%. 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 YTD

THB/VND over YTD: show the values
PointTHB/VND
2025-12-31832.9212
2026-01-07841.6272
2026-01-14837.7194
2026-01-21848.4186
2026-01-28841.4454
2026-02-04824.4006
2026-02-11837.8741
2026-02-18833.5023
2026-02-25843.2033
2026-03-04835.3267
2026-03-11829.1013
2026-03-18807.8470
2026-03-25811.2799
2026-04-01812.8006
2026-04-08828.8859
2026-04-15823.2463
2026-04-22820.1703
2026-04-29809.6738
2026-05-06820.6578
2026-05-13817.8246
2026-05-20809.4851
2026-05-27810.0264
2026-06-03807.7383
2026-06-11801.5709
2026-06-18805.5809
2026-06-25790.8367
2026-07-02791.8654
2026-07-09788.9149
2026-07-16784.9220
2026-07-23780.6523
2026-07-30786.4921
2026-08-06796.5054
2026-08-13789.2744
2026-08-20796.5420
2026-08-27796.8060
2026-09-03793.7240
2026-09-10788.0870
2026-09-17783.3793
2026-09-24779.1252

High

848.4186

Low

777.3638

Average

810.4205

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.