HKD to VND exchange rate API
Hong Kong Dollar to Dong · quoted 2026-09-25
3323.70
▼ +0.52% over 30D
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 30 days, HKD/VND traded between 3294.05 and 3340.99, averaged 3326.74 and fell 0.52%. 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 30D: show the values
| Point | HKD/VND |
|---|---|
| 2026-08-26 | 3340.99 |
| 2026-08-27 | 3339.74 |
| 2026-08-28 | 3337.71 |
| 2026-08-29 | 3331.08 |
| 2026-08-30 | 3334.45 |
| 2026-08-31 | 3337.59 |
| 2026-09-01 | 3336.77 |
| 2026-09-02 | 3335.46 |
| 2026-09-03 | 3338.80 |
| 2026-09-04 | 3337.88 |
| 2026-09-05 | 3324.77 |
| 2026-09-06 | 3331.67 |
| 2026-09-07 | 3334.68 |
| 2026-09-08 | 3326.99 |
| 2026-09-09 | 3319.36 |
| 2026-09-10 | 3316.21 |
| 2026-09-11 | 3316.55 |
| 2026-09-12 | 3294.05 |
| 2026-09-13 | 3305.62 |
| 2026-09-14 | 3319.63 |
| 2026-09-15 | 3324.35 |
| 2026-09-16 | 3324.06 |
| 2026-09-17 | 3325.61 |
| 2026-09-18 | 3327.46 |
| 2026-09-19 | 3314.41 |
| 2026-09-20 | 3324.73 |
| 2026-09-21 | 3327.63 |
| 2026-09-22 | 3328.49 |
| 2026-09-23 | 3325.84 |
| 2026-09-24 | 3326.06 |
| 2026-09-25 | 3323.46 |
High
3340.99
Low
3294.05
Average
3326.74
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.