Skip to content

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

TWD/VND over 6M: show the values
PointTWD/VND
2026-03-28821.9064
2026-04-04824.0744
2026-04-11829.6945
2026-04-18836.5531
2026-04-25837.2639
2026-05-02833.2726
2026-05-09840.0807
2026-05-16834.4671
2026-05-23832.7322
2026-05-30836.7754
2026-06-06833.5378
2026-06-14833.7415
2026-06-21832.7396
2026-06-28826.9919
2026-07-05825.2887
2026-07-12818.8645
2026-07-19810.8631
2026-07-26815.6481
2026-08-02815.6624
2026-08-09815.9898
2026-08-16818.4576
2026-08-23819.8902
2026-08-30826.0726
2026-09-06825.1505
2026-09-13819.1909
2026-09-20819.5165

High

840.0807

Low

810.8631

Average

826.0822

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.