Skip to content

HKD to STD exchange rate API

Hong Kong Dollar to Dobra · quoted 2026-09-26

2738.69

▲ +1.09% over YTD

1 HKD = 2738.69 STD · 1 STD = 0.000365 HKD · Get this rate via the API

1 HKD buys 2738.69 STD as of 2026-09-26, so 1 STD buys 0.000365 HKD. Over the year to date, HKD/STD traded between 2641.17 and 2761.72, averaged 2707.02 and rose 1.09%. The API holds daily HKD/STD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/STD over YTD

HKD/STD over YTD: show the values
PointHKD/STD
2025-12-312709.29
2026-01-072709.53
2026-01-142716.93
2026-01-212705.78
2026-01-282643.70
2026-02-042678.04
2026-02-112667.48
2026-02-182669.06
2026-02-252674.34
2026-03-042721.27
2026-03-112713.10
2026-03-182731.09
2026-03-252726.81
2026-04-012728.60
2026-04-082710.96
2026-04-152641.94
2026-04-222642.77
2026-04-292641.17
2026-05-062641.51
2026-05-142690.04
2026-05-212707.90
2026-05-292705.88
2026-06-052708.83
2026-06-142713.50
2026-06-212738.25
2026-06-282761.72
2026-07-052743.39
2026-07-122740.53
2026-07-192733.78
2026-07-262758.22
2026-08-022725.43
2026-08-092715.00
2026-08-162709.66
2026-08-242710.27
2026-08-312729.99
2026-09-072712.99
2026-09-142716.54
2026-09-212739.60

High

2761.72

Low

2641.17

Average

2707.02

For developers

Get this rate via the API

One GET request returns the HKD/STD 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=STD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=STD");
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=STD").json()

Replace YOUR_API_KEY with the key from your dashboard.

HKD/STD API questions

How do I get the HKD/STD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=STD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/STD rate in rates.STD.

How far back does HKD/STD historical data go?

Daily HKD/STD rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free HKD/STD 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.