Skip to content

VUV to VND exchange rate API

Vatu to Dong · quoted 2026-09-27

219.1870

▲ +0.42% over YTD

1 VUV = 219.1870 VND · 1 VND = 0.004562 VUV · Get this rate via the API

1 VUV buys 219.1870 VND as of 2026-09-27, so 1 VND buys 0.004562 VUV. Over the year to date, VUV/VND traded between 217.2757 and 224.6387, averaged 220.7981 and rose 0.42%. The API holds daily VUV/VND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

VUV/VND over YTD

VUV/VND over YTD: show the values
PointVUV/VND
2025-12-31218.2742
2026-01-07217.8464
2026-01-14217.2757
2026-01-21218.0395
2026-01-28218.8966
2026-02-04217.8371
2026-02-11218.5041
2026-02-18219.6410
2026-02-25220.7613
2026-03-04220.9808
2026-03-11220.0420
2026-03-18221.4107
2026-03-25221.7821
2026-04-01219.9045
2026-04-08220.5518
2026-04-15222.7401
2026-04-22223.3693
2026-04-29223.6001
2026-05-06223.4849
2026-05-13224.6387
2026-05-20223.1122
2026-05-27223.2718
2026-06-03223.8238
2026-06-11221.6360
2026-06-18221.9996
2026-06-25220.7726
2026-07-02219.3435
2026-07-09219.4691
2026-07-16220.7358
2026-07-23221.4036
2026-07-30220.5362
2026-08-06221.0226
2026-08-13220.2892
2026-08-20221.6330
2026-08-27221.7764
2026-09-03221.5760
2026-09-10220.5689
2026-09-17220.1684
2026-09-24220.0171

High

224.6387

Low

217.2757

Average

220.7981

For developers

Get this rate via the API

One GET request returns the VUV/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=VUV&currencies=VND"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=VUV&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=VUV&currencies=VND").json()

Replace YOUR_API_KEY with the key from your dashboard.

VUV/VND API questions

How do I get the VUV/VND exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=VUV&currencies=VND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest VUV/VND rate in rates.VND.

How far back does VUV/VND historical data go?

Daily VUV/VND rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free VUV/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.