Skip to content

VND to VUV exchange rate API

Dong to Vatu · quoted 2026-09-27

0.004562

▲ +0.97% over 1Y

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 year, VND/VUV traded between 0.004431 and 0.004675, averaged 0.004555 and rose 0.97%. 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 1Y

VND/VUV over 1Y: show the values
PointVND/VUV
2025-09-270.004518
2025-10-040.004560
2025-10-110.004636
2025-10-180.004648
2025-10-250.004622
2025-11-010.004621
2025-11-080.004675
2025-11-150.004637
2025-11-220.004663
2025-11-290.004654
2025-12-060.004635
2025-12-130.004596
2025-12-200.004600
2025-12-270.004571
2026-01-030.004585
2026-01-100.004580
2026-01-170.004601
2026-01-240.004571
2026-01-310.004569
2026-02-070.004638
2026-02-140.004605
2026-02-210.004595
2026-02-280.004519
2026-03-070.004563
2026-03-140.004483
2026-03-210.004526
2026-03-280.004545
2026-04-040.004521
2026-04-110.004526
2026-04-180.004489
2026-04-250.004470
2026-05-020.004507
2026-05-090.004486
2026-05-160.004431
2026-05-230.004480
2026-05-300.004466
2026-06-060.004509
2026-06-140.004523
2026-06-210.004504
2026-06-280.004538
2026-07-050.004544
2026-07-120.004564
2026-07-190.004533
2026-07-260.004522
2026-08-020.004518
2026-08-090.004533
2026-08-160.004531
2026-08-230.004537
2026-08-300.004509
2026-09-060.004514
2026-09-130.004545
2026-09-200.004544

High

0.004675

Low

0.004431

Average

0.004555

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.