HKD to VND exchange rate API
Hong Kong Dollar to Dong · quoted 2026-09-25
3323.70
▼ +1.35% over 6M
1 HKD = 3323.70 VND · 1 VND = 0.000301 HKD · Get this rate via the API
1 HKD buys 3323.70 VND as of 2026-09-25, so 1 VND buys 0.000301 HKD. Over the last 6 months, HKD/VND traded between 3319.63 and 3373.69, averaged 3357.63 and fell 1.35%. The API holds daily HKD/VND rates from 2021-01-04 — 5 years of history — so any past day, or a whole series, is one request away.
HKD/VND over 6M: show the values
| Point | HKD/VND |
|---|---|
| 2026-03-29 | 3369.20 |
| 2026-04-05 | 3367.11 |
| 2026-04-12 | 3362.62 |
| 2026-04-19 | 3361.99 |
| 2026-04-26 | 3369.35 |
| 2026-05-03 | 3369.96 |
| 2026-05-10 | 3367.96 |
| 2026-05-17 | 3373.56 |
| 2026-05-24 | 3370.47 |
| 2026-05-31 | 3363.55 |
| 2026-06-08 | 3373.69 |
| 2026-06-15 | 3367.50 |
| 2026-06-22 | 3368.60 |
| 2026-06-29 | 3363.93 |
| 2026-07-06 | 3364.53 |
| 2026-07-13 | 3361.58 |
| 2026-07-20 | 3363.77 |
| 2026-07-27 | 3367.05 |
| 2026-08-03 | 3363.14 |
| 2026-08-10 | 3345.82 |
| 2026-08-17 | 3350.30 |
| 2026-08-24 | 3347.02 |
| 2026-08-31 | 3337.59 |
| 2026-09-07 | 3334.68 |
| 2026-09-14 | 3319.63 |
| 2026-09-21 | 3327.63 |
High
3373.69
Low
3319.63
Average
3357.63
Get this rate via the API
One GET request returns the HKD/VND 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=VND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=VND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=VND").json()Replace YOUR_API_KEY with the key from your dashboard.
HKD/VND API questions
How do I get the HKD/VND exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=VND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/VND rate in rates.VND.
How far back does HKD/VND historical data go?
Daily HKD/VND rates are available from 2021-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free HKD/VND 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.