Skip to content

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

TWD/VND over 5Y: show the values
PointTWD/VND
2021-09-27821.0582
2021-11-08814.6543
2021-12-20822.4619
2022-02-01814.1432
2022-03-15800.0510
2022-04-29779.5534
2022-06-15781.6550
2022-07-27780.8353
2022-09-07762.0609
2022-10-19761.4516
2022-11-30799.9501
2023-01-12769.9059
2023-02-23784.7575
2023-04-11769.3570
2023-05-26764.3590
2023-07-10753.9910
2023-08-21747.3815
2023-10-02755.7143
2023-11-13754.6930
2023-12-27788.6091
2024-02-08778.5714
2024-03-21777.5644
2024-05-08785.5582
2024-06-24787.2048
2024-08-05769.2500
2024-09-13771.7654
2024-10-16780.2498
2024-11-15785.0575
2024-12-15784.1147
2025-01-14772.2185
2025-02-13780.4135
2025-03-15774.4221
2025-04-14800.9313
2025-05-14862.3618
2025-06-13888.0524
2025-07-13895.7255
2025-08-12883.4227
2025-09-11876.0676
2025-10-11854.8725
2025-11-10851.5904
2025-12-10847.6663
2026-01-09833.7076
2026-02-08819.4673
2026-03-10828.2690
2026-04-09830.4786
2026-05-09840.0807
2026-06-09837.1305
2026-07-09820.4391
2026-08-08813.4992
2026-09-07827.7552

High

895.7255

Low

747.3815

Average

804.0068

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=VND"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=VND");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=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&currencies=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.