Skip to content

VND to VUV exchange rate API

Dong to Vatu · quoted 2026-09-27

0.004562

▼ +3.80% over 5Y

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

1 VND buys 0.004562 VUV as of 2026-09-27, so 1 VUV buys 219.2021 VND. Over the last 5 years, VND/VUV traded between 0.004473 and 0.004896, averaged 0.004615 and fell 3.80%. The API holds daily VND/VUV rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

VND/VUV over 5Y

VND/VUV over 5Y: show the values
PointVND/VUV
2024-08-240.004742
2024-10-010.004748
2024-10-310.004709
2024-11-300.004798
2024-12-300.004808
2025-01-290.004896
2025-02-280.004802
2025-03-300.004757
2025-04-290.004606
2025-05-290.004576
2025-06-280.004579
2025-07-280.004497
2025-08-270.004473
2025-09-260.004482
2025-10-260.004632
2025-11-250.004656
2025-12-250.004594
2026-01-240.004571
2026-02-230.004538
2026-03-250.004508
2026-04-240.004476
2026-05-240.004483
2026-06-240.004520
2026-07-240.004519
2026-08-230.004537
2026-09-220.004531

High

0.004896

Low

0.004473

Average

0.004615

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=VND&currencies=VUV").json()

Replace YOUR_API_KEY with the key from your dashboard.

VND/VUV API questions

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

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

How far back does VND/VUV historical data go?

Daily VND/VUV 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 VND/VUV 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.