Skip to content

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

HKD/VND over 5Y: show the values
PointHKD/VND
2021-09-272924.47
2021-11-082912.32
2021-12-202941.30
2022-02-012903.06
2022-03-152920.64
2022-04-292926.09
2022-06-152956.85
2022-07-272981.58
2022-09-073002.48
2022-10-193116.63
2022-11-303162.42
2023-01-122999.26
2023-02-233037.44
2023-04-112990.00
2023-05-262998.96
2023-07-103022.41
2023-08-213042.02
2023-10-023112.98
2023-11-133126.44
2023-12-273118.16
2024-02-083125.17
2024-03-213169.14
2024-05-083255.42
2024-06-243264.46
2024-08-053225.48
2024-09-133112.07
2024-10-163178.84
2024-11-153225.87
2024-12-153235.60
2025-01-143222.75
2025-02-133230.18
2025-03-153281.77
2025-04-143292.71
2025-05-143286.68
2025-06-133284.74
2025-07-133306.31
2025-08-123308.18
2025-09-113350.92
2025-10-113374.38
2025-11-103395.04
2025-12-103399.73
2026-01-093381.03
2026-02-083315.22
2026-03-103365.72
2026-04-093371.10
2026-05-093359.15
2026-06-093371.96
2026-07-093367.14
2026-08-083341.30
2026-09-073334.68

High

3399.73

Low

2903.06

Average

3181.41

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=VND"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=VND");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=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&currencies=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.