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: show the values
| Point | VUV/VND |
|---|---|
| 2025-12-31 | 218.2742 |
| 2026-01-07 | 217.8464 |
| 2026-01-14 | 217.2757 |
| 2026-01-21 | 218.0395 |
| 2026-01-28 | 218.8966 |
| 2026-02-04 | 217.8371 |
| 2026-02-11 | 218.5041 |
| 2026-02-18 | 219.6410 |
| 2026-02-25 | 220.7613 |
| 2026-03-04 | 220.9808 |
| 2026-03-11 | 220.0420 |
| 2026-03-18 | 221.4107 |
| 2026-03-25 | 221.7821 |
| 2026-04-01 | 219.9045 |
| 2026-04-08 | 220.5518 |
| 2026-04-15 | 222.7401 |
| 2026-04-22 | 223.3693 |
| 2026-04-29 | 223.6001 |
| 2026-05-06 | 223.4849 |
| 2026-05-13 | 224.6387 |
| 2026-05-20 | 223.1122 |
| 2026-05-27 | 223.2718 |
| 2026-06-03 | 223.8238 |
| 2026-06-11 | 221.6360 |
| 2026-06-18 | 221.9996 |
| 2026-06-25 | 220.7726 |
| 2026-07-02 | 219.3435 |
| 2026-07-09 | 219.4691 |
| 2026-07-16 | 220.7358 |
| 2026-07-23 | 221.4036 |
| 2026-07-30 | 220.5362 |
| 2026-08-06 | 221.0226 |
| 2026-08-13 | 220.2892 |
| 2026-08-20 | 221.6330 |
| 2026-08-27 | 221.7764 |
| 2026-09-03 | 221.5760 |
| 2026-09-10 | 220.5689 |
| 2026-09-17 | 220.1684 |
| 2026-09-24 | 220.0171 |
High
224.6387
Low
217.2757
Average
220.7981
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=VUV¤cies=VND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=VUV¤cies=VND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=VUV¤cies=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¤cies=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.