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: show the values
| Point | THB/VND |
|---|---|
| 2025-09-27 | 821.1483 |
| 2025-10-04 | 819.1453 |
| 2025-10-11 | 805.7200 |
| 2025-10-18 | 806.4392 |
| 2025-10-25 | 809.1839 |
| 2025-11-01 | 813.5825 |
| 2025-11-08 | 810.3735 |
| 2025-11-15 | 811.6082 |
| 2025-11-22 | 810.8575 |
| 2025-11-29 | 820.9392 |
| 2025-12-06 | 827.3270 |
| 2025-12-13 | 835.0914 |
| 2025-12-20 | 837.2446 |
| 2025-12-27 | 849.8908 |
| 2026-01-03 | 834.5272 |
| 2026-01-10 | 838.6358 |
| 2026-01-17 | 835.1606 |
| 2026-01-24 | 844.6659 |
| 2026-01-31 | 824.0072 |
| 2026-02-07 | 819.5475 |
| 2026-02-14 | 831.8937 |
| 2026-02-21 | 831.8540 |
| 2026-02-28 | 840.8087 |
| 2026-03-07 | 819.2391 |
| 2026-03-14 | 813.7703 |
| 2026-03-21 | 800.1519 |
| 2026-03-28 | 801.4974 |
| 2026-04-04 | 806.5628 |
| 2026-04-11 | 820.3430 |
| 2026-04-18 | 819.8847 |
| 2026-04-25 | 815.2147 |
| 2026-05-02 | 810.8629 |
| 2026-05-09 | 816.9416 |
| 2026-05-16 | 806.6122 |
| 2026-05-23 | 801.5860 |
| 2026-05-30 | 808.2330 |
| 2026-06-06 | 802.6837 |
| 2026-06-14 | 806.4085 |
| 2026-06-21 | 802.4704 |
| 2026-06-28 | 789.4595 |
| 2026-07-05 | 794.7466 |
| 2026-07-12 | 788.1648 |
| 2026-07-19 | 781.5304 |
| 2026-07-26 | 782.3972 |
| 2026-08-02 | 787.8877 |
| 2026-08-09 | 796.2907 |
| 2026-08-16 | 790.1219 |
| 2026-08-23 | 798.7692 |
| 2026-08-30 | 789.8816 |
| 2026-09-06 | 793.5748 |
| 2026-09-13 | 783.5823 |
| 2026-09-20 | 783.1567 |
High
849.8908
Low
777.3638
Average
810.7366
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.