Skip to content

HKD to VUV exchange rate API

Hong Kong Dollar to Vatu · quoted 2026-09-24

15.1069

▲ +0.82% over 1Y

1 HKD = 15.1069 VUV · 1 VUV = 0.06620 HKD · Get this rate via the API

1 HKD buys 15.1069 VUV as of 2026-09-24, so 1 VUV buys 0.06620 HKD. Over the last year, HKD/VUV traded between 14.9837 and 15.8138, averaged 15.3183 and rose 0.82%. The API holds daily HKD/VUV rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/VUV over 1Y

HKD/VUV over 1Y: show the values
PointHKD/VUV
2025-09-2414.9837
2025-10-0115.4276
2025-10-0815.5938
2025-10-1515.7496
2025-10-2215.6965
2025-10-2915.6505
2025-11-0515.6987
2025-11-1215.7290
2025-11-1915.6575
2025-11-2615.8138
2025-12-0315.7066
2025-12-1015.6298
2025-12-1715.6228
2025-12-2415.5744
2025-12-3115.5276
2026-01-0715.5451
2026-01-1415.5647
2026-01-2115.5038
2026-01-2815.3288
2026-02-0415.3250
2026-02-1115.2563
2026-02-1815.1753
2026-02-2515.1866
2026-03-0415.2222
2026-03-1115.2921
2026-03-1815.2062
2026-03-2515.2468
2026-04-0115.3316
2026-04-0815.2949
2026-04-1515.1414
2026-04-2215.0985
2026-04-2915.0889
2026-05-0615.0831
2026-05-1315.0332
2026-05-2015.1350
2026-05-2715.1052
2026-06-0315.0706
2026-06-1015.2078
2026-06-1715.1578
2026-06-2415.2307
2026-07-0115.3201
2026-07-0815.3281
2026-07-1515.2474
2026-07-2215.2192
2026-07-2915.2406
2026-08-0515.1991
2026-08-1215.1262
2026-08-1915.1175
2026-08-2615.0780
2026-09-0215.0700
2026-09-0915.0328
2026-09-1615.1047
2026-09-2315.1057

High

15.8138

Low

14.9837

Average

15.3183

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HKD/VUV API questions

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

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

How far back does HKD/VUV historical data go?

Daily HKD/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 HKD/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.