HKD to VND exchange rate API
Hong Kong Dollar to Dong · quoted 2026-09-25
3323.70
▼ +1.01% over 1Y
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 year, HKD/VND traded between 3316.55 and 3402.21, averaged 3367.70 and fell 1.01%. 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 1Y: show the values
| Point | HKD/VND |
|---|---|
| 2025-09-25 | 3357.46 |
| 2025-10-02 | 3354.56 |
| 2025-10-09 | 3398.31 |
| 2025-10-16 | 3399.85 |
| 2025-10-23 | 3400.60 |
| 2025-10-30 | 3401.36 |
| 2025-11-06 | 3396.21 |
| 2025-11-13 | 3402.09 |
| 2025-11-20 | 3398.99 |
| 2025-11-27 | 3402.21 |
| 2025-12-04 | 3399.22 |
| 2025-12-11 | 3395.96 |
| 2025-12-18 | 3394.76 |
| 2025-12-25 | 3388.24 |
| 2026-01-01 | 3392.09 |
| 2026-01-08 | 3382.54 |
| 2026-01-15 | 3380.11 |
| 2026-01-22 | 3380.65 |
| 2026-01-29 | 3348.44 |
| 2026-02-05 | 3335.59 |
| 2026-02-12 | 3332.64 |
| 2026-02-19 | 3330.39 |
| 2026-02-26 | 3346.39 |
| 2026-03-05 | 3362.22 |
| 2026-03-12 | 3367.11 |
| 2026-03-19 | 3369.62 |
| 2026-03-26 | 3378.33 |
| 2026-04-02 | 3372.82 |
| 2026-04-09 | 3371.10 |
| 2026-04-16 | 3376.35 |
| 2026-04-23 | 3372.79 |
| 2026-04-30 | 3374.24 |
| 2026-05-07 | 3370.89 |
| 2026-05-14 | 3376.03 |
| 2026-05-21 | 3376.40 |
| 2026-05-28 | 3371.98 |
| 2026-06-04 | 3373.22 |
| 2026-06-12 | 3370.69 |
| 2026-06-19 | 3370.14 |
| 2026-06-26 | 3365.92 |
| 2026-07-03 | 3364.02 |
| 2026-07-10 | 3363.16 |
| 2026-07-17 | 3362.93 |
| 2026-07-24 | 3366.98 |
| 2026-07-31 | 3362.71 |
| 2026-08-07 | 3352.64 |
| 2026-08-14 | 3338.74 |
| 2026-08-21 | 3339.48 |
| 2026-08-28 | 3337.71 |
| 2026-09-04 | 3337.88 |
| 2026-09-11 | 3316.55 |
| 2026-09-18 | 3327.46 |
| 2026-09-25 | 3323.46 |
High
3402.21
Low
3316.55
Average
3367.70
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.