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: show the values
| Point | VUV/VND |
|---|---|
| 2025-09-27 | 221.3248 |
| 2025-10-04 | 219.2775 |
| 2025-10-11 | 215.6690 |
| 2025-10-18 | 215.1446 |
| 2025-10-25 | 216.3360 |
| 2025-11-01 | 216.3654 |
| 2025-11-08 | 213.8731 |
| 2025-11-15 | 215.6121 |
| 2025-11-22 | 214.4207 |
| 2025-11-29 | 214.8592 |
| 2025-12-06 | 215.7267 |
| 2025-12-13 | 217.5653 |
| 2025-12-20 | 217.3785 |
| 2025-12-27 | 218.7299 |
| 2026-01-03 | 218.0723 |
| 2026-01-10 | 218.2979 |
| 2026-01-17 | 217.3050 |
| 2026-01-24 | 218.7646 |
| 2026-01-31 | 218.8531 |
| 2026-02-07 | 215.5973 |
| 2026-02-14 | 217.1230 |
| 2026-02-21 | 217.5875 |
| 2026-02-28 | 221.2424 |
| 2026-03-07 | 219.1393 |
| 2026-03-14 | 223.0187 |
| 2026-03-21 | 220.9428 |
| 2026-03-28 | 220.0160 |
| 2026-04-04 | 221.1783 |
| 2026-04-11 | 220.9202 |
| 2026-04-18 | 222.7484 |
| 2026-04-25 | 223.7124 |
| 2026-05-02 | 221.8401 |
| 2026-05-09 | 222.8998 |
| 2026-05-16 | 225.6357 |
| 2026-05-23 | 223.2110 |
| 2026-05-30 | 223.8660 |
| 2026-06-06 | 221.7466 |
| 2026-06-14 | 221.0595 |
| 2026-06-21 | 222.0129 |
| 2026-06-28 | 220.3483 |
| 2026-07-05 | 220.0409 |
| 2026-07-12 | 219.1009 |
| 2026-07-19 | 220.6022 |
| 2026-07-26 | 221.1201 |
| 2026-08-02 | 221.3095 |
| 2026-08-09 | 220.5931 |
| 2026-08-16 | 220.6653 |
| 2026-08-23 | 220.3716 |
| 2026-08-30 | 221.7443 |
| 2026-09-06 | 221.4965 |
| 2026-09-13 | 220.0168 |
| 2026-09-20 | 220.0638 |
High
225.6357
Low
213.8731
Average
219.5421
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.