Skip to content

HKD to VND exchange rate API

Hong Kong Dollar to Dong · quoted 2026-09-25

3323.70

▼ +1.35% over 6M

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 6 months, HKD/VND traded between 3319.63 and 3373.69, averaged 3357.63 and fell 1.35%. 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 6M

HKD/VND over 6M: show the values
PointHKD/VND
2026-03-293369.20
2026-04-053367.11
2026-04-123362.62
2026-04-193361.99
2026-04-263369.35
2026-05-033369.96
2026-05-103367.96
2026-05-173373.56
2026-05-243370.47
2026-05-313363.55
2026-06-083373.69
2026-06-153367.50
2026-06-223368.60
2026-06-293363.93
2026-07-063364.53
2026-07-133361.58
2026-07-203363.77
2026-07-273367.05
2026-08-033363.14
2026-08-103345.82
2026-08-173350.30
2026-08-243347.02
2026-08-313337.59
2026-09-073334.68
2026-09-143319.63
2026-09-213327.63

High

3373.69

Low

3319.63

Average

3357.63

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.