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: show the values
| Point | THB/VND |
|---|---|
| 2025-12-31 | 832.9212 |
| 2026-01-07 | 841.6272 |
| 2026-01-14 | 837.7194 |
| 2026-01-21 | 848.4186 |
| 2026-01-28 | 841.4454 |
| 2026-02-04 | 824.4006 |
| 2026-02-11 | 837.8741 |
| 2026-02-18 | 833.5023 |
| 2026-02-25 | 843.2033 |
| 2026-03-04 | 835.3267 |
| 2026-03-11 | 829.1013 |
| 2026-03-18 | 807.8470 |
| 2026-03-25 | 811.2799 |
| 2026-04-01 | 812.8006 |
| 2026-04-08 | 828.8859 |
| 2026-04-15 | 823.2463 |
| 2026-04-22 | 820.1703 |
| 2026-04-29 | 809.6738 |
| 2026-05-06 | 820.6578 |
| 2026-05-13 | 817.8246 |
| 2026-05-20 | 809.4851 |
| 2026-05-27 | 810.0264 |
| 2026-06-03 | 807.7383 |
| 2026-06-11 | 801.5709 |
| 2026-06-18 | 805.5809 |
| 2026-06-25 | 790.8367 |
| 2026-07-02 | 791.8654 |
| 2026-07-09 | 788.9149 |
| 2026-07-16 | 784.9220 |
| 2026-07-23 | 780.6523 |
| 2026-07-30 | 786.4921 |
| 2026-08-06 | 796.5054 |
| 2026-08-13 | 789.2744 |
| 2026-08-20 | 796.5420 |
| 2026-08-27 | 796.8060 |
| 2026-09-03 | 793.7240 |
| 2026-09-10 | 788.0870 |
| 2026-09-17 | 783.3793 |
| 2026-09-24 | 779.1252 |
High
848.4186
Low
777.3638
Average
810.4205
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB¤cies=VND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB¤cies=VND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB¤cies=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¤cies=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.