Skip to content

HKD to VUV exchange rate API

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

15.1069

▼ +0.52% over 5Y

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 5 years, HKD/VUV traded between 14.8335 and 15.8522, averaged 15.2696 and fell 0.52%. 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 5Y

HKD/VUV over 5Y: show the values
PointHKD/VUV
2024-08-2415.1856
2024-10-0114.8624
2024-10-3115.1046
2024-11-3015.6319
2024-12-3015.5980
2025-01-2915.5493
2025-02-2815.6014
2025-03-3015.5078
2025-04-2915.2625
2025-05-2915.0151
2025-06-2815.1581
2025-07-2814.8335
2025-08-2714.9902
2025-09-2615.0470
2025-10-2615.7343
2025-11-2515.8522
2025-12-2515.5659
2026-01-2415.3980
2026-02-2315.1672
2026-03-2515.2468
2026-04-2415.0962
2026-05-2415.1128
2026-06-2315.1980
2026-07-2315.2096
2026-08-2215.1283
2026-09-2115.1159

High

15.8522

Low

14.8335

Average

15.2696

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.