HKD to STD exchange rate API
Hong Kong Dollar to Dobra · quoted 2026-09-26
2738.69
▲ +0.67% over 1Y
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 last year, HKD/STD traded between 2640.37 and 2765.86, averaged 2713.03 and rose 0.67%. 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 1Y: show the values
| Point | HKD/STD |
|---|---|
| 2025-09-26 | 2720.53 |
| 2025-10-03 | 2700.79 |
| 2025-10-10 | 2730.92 |
| 2025-10-17 | 2727.49 |
| 2025-10-24 | 2739.31 |
| 2025-10-31 | 2744.93 |
| 2025-11-07 | 2758.09 |
| 2025-11-14 | 2732.38 |
| 2025-11-21 | 2751.23 |
| 2025-11-28 | 2742.50 |
| 2025-12-05 | 2722.20 |
| 2025-12-13 | 2718.37 |
| 2025-12-20 | 2689.30 |
| 2025-12-27 | 2674.27 |
| 2026-01-03 | 2695.04 |
| 2026-01-10 | 2727.75 |
| 2026-01-17 | 2734.29 |
| 2026-01-24 | 2683.01 |
| 2026-01-31 | 2686.53 |
| 2026-02-07 | 2651.50 |
| 2026-02-14 | 2676.98 |
| 2026-02-21 | 2695.10 |
| 2026-02-28 | 2684.15 |
| 2026-03-07 | 2719.98 |
| 2026-03-14 | 2746.86 |
| 2026-03-21 | 2727.99 |
| 2026-03-28 | 2644.75 |
| 2026-04-04 | 2736.58 |
| 2026-04-11 | 2642.73 |
| 2026-04-18 | 2640.37 |
| 2026-04-25 | 2641.58 |
| 2026-05-02 | 2641.72 |
| 2026-05-09 | 2642.83 |
| 2026-05-17 | 2704.23 |
| 2026-05-25 | 2708.95 |
| 2026-06-01 | 2704.07 |
| 2026-06-10 | 2735.21 |
| 2026-06-17 | 2711.94 |
| 2026-06-24 | 2758.50 |
| 2026-07-01 | 2756.30 |
| 2026-07-08 | 2765.86 |
| 2026-07-15 | 2754.71 |
| 2026-07-22 | 2760.99 |
| 2026-07-29 | 2759.01 |
| 2026-08-05 | 2728.92 |
| 2026-08-12 | 2725.50 |
| 2026-08-20 | 2691.33 |
| 2026-08-27 | 2703.31 |
| 2026-09-03 | 2715.46 |
| 2026-09-10 | 2704.08 |
| 2026-09-17 | 2727.68 |
| 2026-09-24 | 2764.07 |
High
2765.86
Low
2640.37
Average
2713.03
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=STD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=STD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.