TWD to VND exchange rate API
New Taiwan Dollar to Dong · quoted 2026-09-24
819.7945
▼ +0.26% over 6M
1 TWD = 819.7945 VND · 1 VND = 0.001220 TWD · Get this rate via the API
1 TWD buys 819.7945 VND as of 2026-09-24, so 1 VND buys 0.001220 TWD. Over the last 6 months, TWD/VND traded between 810.8631 and 840.0807, averaged 826.0822 and fell 0.26%. The API holds daily TWD/VND rates from 2021-01-04 — 5 years of history — so any past day, or a whole series, is one request away.
TWD/VND over 6M: show the values
| Point | TWD/VND |
|---|---|
| 2026-03-28 | 821.9064 |
| 2026-04-04 | 824.0744 |
| 2026-04-11 | 829.6945 |
| 2026-04-18 | 836.5531 |
| 2026-04-25 | 837.2639 |
| 2026-05-02 | 833.2726 |
| 2026-05-09 | 840.0807 |
| 2026-05-16 | 834.4671 |
| 2026-05-23 | 832.7322 |
| 2026-05-30 | 836.7754 |
| 2026-06-06 | 833.5378 |
| 2026-06-14 | 833.7415 |
| 2026-06-21 | 832.7396 |
| 2026-06-28 | 826.9919 |
| 2026-07-05 | 825.2887 |
| 2026-07-12 | 818.8645 |
| 2026-07-19 | 810.8631 |
| 2026-07-26 | 815.6481 |
| 2026-08-02 | 815.6624 |
| 2026-08-09 | 815.9898 |
| 2026-08-16 | 818.4576 |
| 2026-08-23 | 819.8902 |
| 2026-08-30 | 826.0726 |
| 2026-09-06 | 825.1505 |
| 2026-09-13 | 819.1909 |
| 2026-09-20 | 819.5165 |
High
840.0807
Low
810.8631
Average
826.0822
Get this rate via the API
One GET request returns the TWD/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=TWD¤cies=VND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=VND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=VND").json()Replace YOUR_API_KEY with the key from your dashboard.
TWD/VND API questions
How do I get the TWD/VND exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=VND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TWD/VND rate in rates.VND.
How far back does TWD/VND historical data go?
Daily TWD/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 TWD/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.