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: show the values
| Point | THB/VND |
|---|---|
| 2021-09-28 | 673.7038 |
| 2021-11-09 | 691.0112 |
| 2021-12-21 | 680.9688 |
| 2022-02-02 | 682.3767 |
| 2022-03-16 | 684.9660 |
| 2022-05-02 | 666.9201 |
| 2022-06-16 | 660.5639 |
| 2022-07-28 | 636.8072 |
| 2022-09-08 | 647.0246 |
| 2022-10-20 | 644.5058 |
| 2022-12-01 | 701.5222 |
| 2023-01-13 | 708.8593 |
| 2023-02-24 | 680.9812 |
| 2023-04-12 | 684.9996 |
| 2023-05-30 | 676.6296 |
| 2023-07-11 | 681.1798 |
| 2023-08-22 | 683.5833 |
| 2023-10-03 | 658.8223 |
| 2023-11-14 | 676.0101 |
| 2023-12-28 | 709.0644 |
| 2024-02-09 | 679.8999 |
| 2024-03-22 | 682.7076 |
| 2024-05-10 | 693.9660 |
| 2024-06-25 | 694.9689 |
| 2024-08-06 | 707.8148 |
| 2024-09-15 | 731.3472 |
| 2024-10-17 | 747.0555 |
| 2024-11-16 | 729.2652 |
| 2024-12-16 | 736.3453 |
| 2025-01-15 | 722.5614 |
| 2025-02-14 | 745.8317 |
| 2025-03-16 | 751.2732 |
| 2025-04-15 | 761.0325 |
| 2025-05-15 | 769.9869 |
| 2025-06-14 | 809.4105 |
| 2025-07-14 | 796.5944 |
| 2025-08-13 | 804.7906 |
| 2025-09-12 | 821.4766 |
| 2025-10-12 | 807.7252 |
| 2025-11-11 | 813.9438 |
| 2025-12-11 | 832.4517 |
| 2026-01-10 | 838.6358 |
| 2026-02-09 | 834.5983 |
| 2026-03-11 | 829.1013 |
| 2026-04-10 | 823.0795 |
| 2026-05-10 | 818.0256 |
| 2026-06-10 | 801.3394 |
| 2026-07-10 | 791.4498 |
| 2026-08-09 | 796.2907 |
| 2026-09-08 | 792.5863 |
High
838.6358
Low
636.8072
Average
734.7729
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.