Skip to content

HKD to KZT exchange rate API

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

56.3430

▼ +12.75% over YTD

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 year to date, HKD/KZT traded between 56.3430 and 65.4392, averaged 61.1145 and fell 12.75%. 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 YTD

HKD/KZT over YTD: show the values
PointHKD/KZT
2025-12-3164.5798
2026-01-0765.4392
2026-01-1465.3624
2026-01-2165.1837
2026-01-2864.3173
2026-02-0464.3195
2026-02-1162.9451
2026-02-1862.7225
2026-02-2563.8110
2026-03-0463.9759
2026-03-1162.4257
2026-03-1861.3277
2026-03-2561.6016
2026-04-0161.0153
2026-04-0859.0410
2026-04-1560.6769
2026-04-2259.3632
2026-04-2958.4782
2026-05-0659.1787
2026-05-1459.9421
2026-05-2160.1927
2026-05-2961.6749
2026-06-0561.9901
2026-06-1462.4584
2026-06-2162.2823
2026-06-2861.9730
2026-07-0560.2582
2026-07-1260.1157
2026-07-1960.0145
2026-07-2660.5326
2026-08-0260.4626
2026-08-0959.7819
2026-08-1659.0777
2026-08-2458.6002
2026-08-3159.2504
2026-09-0758.1449
2026-09-1457.6556
2026-09-2156.9509

High

65.4392

Low

56.3430

Average

61.1145

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.