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: show the values
| Point | HKD/VUV |
|---|---|
| 2024-08-24 | 15.1856 |
| 2024-10-01 | 14.8624 |
| 2024-10-31 | 15.1046 |
| 2024-11-30 | 15.6319 |
| 2024-12-30 | 15.5980 |
| 2025-01-29 | 15.5493 |
| 2025-02-28 | 15.6014 |
| 2025-03-30 | 15.5078 |
| 2025-04-29 | 15.2625 |
| 2025-05-29 | 15.0151 |
| 2025-06-28 | 15.1581 |
| 2025-07-28 | 14.8335 |
| 2025-08-27 | 14.9902 |
| 2025-09-26 | 15.0470 |
| 2025-10-26 | 15.7343 |
| 2025-11-25 | 15.8522 |
| 2025-12-25 | 15.5659 |
| 2026-01-24 | 15.3980 |
| 2026-02-23 | 15.1672 |
| 2026-03-25 | 15.2468 |
| 2026-04-24 | 15.0962 |
| 2026-05-24 | 15.1128 |
| 2026-06-23 | 15.1980 |
| 2026-07-23 | 15.2096 |
| 2026-08-22 | 15.1283 |
| 2026-09-21 | 15.1159 |
High
15.8522
Low
14.8335
Average
15.2696
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=VUV"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=VUV");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.