Skip to content

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

HKD/VND over 1Y: show the values
PointHKD/VND
2025-09-253357.46
2025-10-023354.56
2025-10-093398.31
2025-10-163399.85
2025-10-233400.60
2025-10-303401.36
2025-11-063396.21
2025-11-133402.09
2025-11-203398.99
2025-11-273402.21
2025-12-043399.22
2025-12-113395.96
2025-12-183394.76
2025-12-253388.24
2026-01-013392.09
2026-01-083382.54
2026-01-153380.11
2026-01-223380.65
2026-01-293348.44
2026-02-053335.59
2026-02-123332.64
2026-02-193330.39
2026-02-263346.39
2026-03-053362.22
2026-03-123367.11
2026-03-193369.62
2026-03-263378.33
2026-04-023372.82
2026-04-093371.10
2026-04-163376.35
2026-04-233372.79
2026-04-303374.24
2026-05-073370.89
2026-05-143376.03
2026-05-213376.40
2026-05-283371.98
2026-06-043373.22
2026-06-123370.69
2026-06-193370.14
2026-06-263365.92
2026-07-033364.02
2026-07-103363.16
2026-07-173362.93
2026-07-243366.98
2026-07-313362.71
2026-08-073352.64
2026-08-143338.74
2026-08-213339.48
2026-08-283337.71
2026-09-043337.88
2026-09-113316.55
2026-09-183327.46
2026-09-253323.46

High

3402.21

Low

3316.55

Average

3367.70

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.