TWD to VND exchange rate API
New Taiwan Dollar to Dong · quoted 2026-09-24
819.7945
▼ +0.15% over 5Y
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 5 years, TWD/VND traded between 747.3815 and 895.7255, averaged 804.0068 and fell 0.15%. 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 5Y: show the values
| Point | TWD/VND |
|---|---|
| 2021-09-27 | 821.0582 |
| 2021-11-08 | 814.6543 |
| 2021-12-20 | 822.4619 |
| 2022-02-01 | 814.1432 |
| 2022-03-15 | 800.0510 |
| 2022-04-29 | 779.5534 |
| 2022-06-15 | 781.6550 |
| 2022-07-27 | 780.8353 |
| 2022-09-07 | 762.0609 |
| 2022-10-19 | 761.4516 |
| 2022-11-30 | 799.9501 |
| 2023-01-12 | 769.9059 |
| 2023-02-23 | 784.7575 |
| 2023-04-11 | 769.3570 |
| 2023-05-26 | 764.3590 |
| 2023-07-10 | 753.9910 |
| 2023-08-21 | 747.3815 |
| 2023-10-02 | 755.7143 |
| 2023-11-13 | 754.6930 |
| 2023-12-27 | 788.6091 |
| 2024-02-08 | 778.5714 |
| 2024-03-21 | 777.5644 |
| 2024-05-08 | 785.5582 |
| 2024-06-24 | 787.2048 |
| 2024-08-05 | 769.2500 |
| 2024-09-13 | 771.7654 |
| 2024-10-16 | 780.2498 |
| 2024-11-15 | 785.0575 |
| 2024-12-15 | 784.1147 |
| 2025-01-14 | 772.2185 |
| 2025-02-13 | 780.4135 |
| 2025-03-15 | 774.4221 |
| 2025-04-14 | 800.9313 |
| 2025-05-14 | 862.3618 |
| 2025-06-13 | 888.0524 |
| 2025-07-13 | 895.7255 |
| 2025-08-12 | 883.4227 |
| 2025-09-11 | 876.0676 |
| 2025-10-11 | 854.8725 |
| 2025-11-10 | 851.5904 |
| 2025-12-10 | 847.6663 |
| 2026-01-09 | 833.7076 |
| 2026-02-08 | 819.4673 |
| 2026-03-10 | 828.2690 |
| 2026-04-09 | 830.4786 |
| 2026-05-09 | 840.0807 |
| 2026-06-09 | 837.1305 |
| 2026-07-09 | 820.4391 |
| 2026-08-08 | 813.4992 |
| 2026-09-07 | 827.7552 |
High
895.7255
Low
747.3815
Average
804.0068
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.