Skip to content

HKD to KZT exchange rate API

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

56.3430

▼ +19.18% over 1Y

1 HKD = 56.3430 KZT · 1 KZT = 0.01775 HKD · Get this rate via the API

1 HKD buys 56.3430 KZT as of 2026-09-25, so 1 KZT buys 0.01775 HKD. Over the last year, HKD/KZT traded between 56.3430 and 70.3362, averaged 62.8459 and fell 19.18%. The API holds daily HKD/KZT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/KZT over 1Y

HKD/KZT over 1Y: show the values
PointHKD/KZT
2025-09-2569.7133
2025-10-0270.3362
2025-10-0969.4514
2025-10-1669.3007
2025-10-2369.2794
2025-10-3068.1007
2025-11-0667.5348
2025-11-1367.5217
2025-11-2066.6302
2025-11-2766.6956
2025-12-0464.5972
2025-12-1266.7845
2025-12-1966.3180
2025-12-2665.6702
2026-01-0265.0988
2026-01-0965.4798
2026-01-1665.5796
2026-01-2364.7857
2026-01-3064.4009
2026-02-0663.2996
2026-02-1363.2994
2026-02-2063.1262
2026-02-2763.8494
2026-03-0663.1234
2026-03-1362.7340
2026-03-2060.9587
2026-03-2761.3941
2026-04-0360.2966
2026-04-1060.8041
2026-04-1760.2291
2026-04-2459.2990
2026-05-0159.1359
2026-05-0859.3518
2026-05-1659.9277
2026-05-2460.1948
2026-05-3162.1277
2026-06-0961.9747
2026-06-1662.4999
2026-06-2362.1867
2026-06-3061.8749
2026-07-0760.2211
2026-07-1460.6311
2026-07-2160.0493
2026-07-2860.5672
2026-08-0460.5423
2026-08-1159.4854
2026-08-1858.9119
2026-08-2658.3839
2026-09-0258.4578
2026-09-0957.8927
2026-09-1657.2987
2026-09-2357.0828

High

70.3362

Low

56.3430

Average

62.8459

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HKD/KZT API questions

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

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

How far back does HKD/KZT historical data go?

Daily HKD/KZT 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/KZT 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.