Skip to content

VUV to VND exchange rate API

Vatu to Dong · quoted 2026-09-27

219.1870

▼ +0.97% over 1Y

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 last year, VUV/VND traded between 213.8731 and 225.6357, averaged 219.5421 and fell 0.97%. 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 1Y

VUV/VND over 1Y: show the values
PointVUV/VND
2025-09-27221.3248
2025-10-04219.2775
2025-10-11215.6690
2025-10-18215.1446
2025-10-25216.3360
2025-11-01216.3654
2025-11-08213.8731
2025-11-15215.6121
2025-11-22214.4207
2025-11-29214.8592
2025-12-06215.7267
2025-12-13217.5653
2025-12-20217.3785
2025-12-27218.7299
2026-01-03218.0723
2026-01-10218.2979
2026-01-17217.3050
2026-01-24218.7646
2026-01-31218.8531
2026-02-07215.5973
2026-02-14217.1230
2026-02-21217.5875
2026-02-28221.2424
2026-03-07219.1393
2026-03-14223.0187
2026-03-21220.9428
2026-03-28220.0160
2026-04-04221.1783
2026-04-11220.9202
2026-04-18222.7484
2026-04-25223.7124
2026-05-02221.8401
2026-05-09222.8998
2026-05-16225.6357
2026-05-23223.2110
2026-05-30223.8660
2026-06-06221.7466
2026-06-14221.0595
2026-06-21222.0129
2026-06-28220.3483
2026-07-05220.0409
2026-07-12219.1009
2026-07-19220.6022
2026-07-26221.1201
2026-08-02221.3095
2026-08-09220.5931
2026-08-16220.6653
2026-08-23220.3716
2026-08-30221.7443
2026-09-06221.4965
2026-09-13220.0168
2026-09-20220.0638

High

225.6357

Low

213.8731

Average

219.5421

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.