Skip to content

THB to VND exchange rate API

Baht to Dong · quoted 2026-09-27

777.3638

▼ +5.33% over 1Y

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 year, THB/VND traded between 777.3638 and 849.8908, averaged 810.7366 and fell 5.33%. 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 1Y

THB/VND over 1Y: show the values
PointTHB/VND
2025-09-27821.1483
2025-10-04819.1453
2025-10-11805.7200
2025-10-18806.4392
2025-10-25809.1839
2025-11-01813.5825
2025-11-08810.3735
2025-11-15811.6082
2025-11-22810.8575
2025-11-29820.9392
2025-12-06827.3270
2025-12-13835.0914
2025-12-20837.2446
2025-12-27849.8908
2026-01-03834.5272
2026-01-10838.6358
2026-01-17835.1606
2026-01-24844.6659
2026-01-31824.0072
2026-02-07819.5475
2026-02-14831.8937
2026-02-21831.8540
2026-02-28840.8087
2026-03-07819.2391
2026-03-14813.7703
2026-03-21800.1519
2026-03-28801.4974
2026-04-04806.5628
2026-04-11820.3430
2026-04-18819.8847
2026-04-25815.2147
2026-05-02810.8629
2026-05-09816.9416
2026-05-16806.6122
2026-05-23801.5860
2026-05-30808.2330
2026-06-06802.6837
2026-06-14806.4085
2026-06-21802.4704
2026-06-28789.4595
2026-07-05794.7466
2026-07-12788.1648
2026-07-19781.5304
2026-07-26782.3972
2026-08-02787.8877
2026-08-09796.2907
2026-08-16790.1219
2026-08-23798.7692
2026-08-30789.8816
2026-09-06793.5748
2026-09-13783.5823
2026-09-20783.1567

High

849.8908

Low

777.3638

Average

810.7366

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.