HKD to VND exchange rate API
Hong Kong Dollar to Dong · quoted 2026-09-25
3323.70
▲ +13.65% over 5Y
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 5 years, HKD/VND traded between 2903.06 and 3399.73, averaged 3181.41 and rose 13.65%. 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 5Y: show the values
| Point | HKD/VND |
|---|---|
| 2021-09-27 | 2924.47 |
| 2021-11-08 | 2912.32 |
| 2021-12-20 | 2941.30 |
| 2022-02-01 | 2903.06 |
| 2022-03-15 | 2920.64 |
| 2022-04-29 | 2926.09 |
| 2022-06-15 | 2956.85 |
| 2022-07-27 | 2981.58 |
| 2022-09-07 | 3002.48 |
| 2022-10-19 | 3116.63 |
| 2022-11-30 | 3162.42 |
| 2023-01-12 | 2999.26 |
| 2023-02-23 | 3037.44 |
| 2023-04-11 | 2990.00 |
| 2023-05-26 | 2998.96 |
| 2023-07-10 | 3022.41 |
| 2023-08-21 | 3042.02 |
| 2023-10-02 | 3112.98 |
| 2023-11-13 | 3126.44 |
| 2023-12-27 | 3118.16 |
| 2024-02-08 | 3125.17 |
| 2024-03-21 | 3169.14 |
| 2024-05-08 | 3255.42 |
| 2024-06-24 | 3264.46 |
| 2024-08-05 | 3225.48 |
| 2024-09-13 | 3112.07 |
| 2024-10-16 | 3178.84 |
| 2024-11-15 | 3225.87 |
| 2024-12-15 | 3235.60 |
| 2025-01-14 | 3222.75 |
| 2025-02-13 | 3230.18 |
| 2025-03-15 | 3281.77 |
| 2025-04-14 | 3292.71 |
| 2025-05-14 | 3286.68 |
| 2025-06-13 | 3284.74 |
| 2025-07-13 | 3306.31 |
| 2025-08-12 | 3308.18 |
| 2025-09-11 | 3350.92 |
| 2025-10-11 | 3374.38 |
| 2025-11-10 | 3395.04 |
| 2025-12-10 | 3399.73 |
| 2026-01-09 | 3381.03 |
| 2026-02-08 | 3315.22 |
| 2026-03-10 | 3365.72 |
| 2026-04-09 | 3371.10 |
| 2026-05-09 | 3359.15 |
| 2026-06-09 | 3371.96 |
| 2026-07-09 | 3367.14 |
| 2026-08-08 | 3341.30 |
| 2026-09-07 | 3334.68 |
High
3399.73
Low
2903.06
Average
3181.41
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.