Skip to content

HKD to KZT exchange rate API

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

56.3430

▼ +3.50% over 30D

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 30 days, HKD/KZT traded between 56.3430 and 59.2504, averaged 57.7804 and fell 3.50%. 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 30D

HKD/KZT over 30D: show the values
PointHKD/KZT
2026-08-2658.3839
2026-08-2758.9200
2026-08-2859.1089
2026-08-2959.1551
2026-08-3059.2327
2026-08-3159.2504
2026-09-0158.8716
2026-09-0258.4578
2026-09-0358.0336
2026-09-0458.1089
2026-09-0558.1357
2026-09-0658.1195
2026-09-0758.1449
2026-09-0857.8982
2026-09-0957.8927
2026-09-1058.1022
2026-09-1157.4424
2026-09-1257.4795
2026-09-1357.4730
2026-09-1457.6556
2026-09-1557.3700
2026-09-1657.2987
2026-09-1756.9369
2026-09-1856.7744
2026-09-1957.0154
2026-09-2057.0025
2026-09-2156.9509
2026-09-2257.1684
2026-09-2357.0828
2026-09-2456.8182
2026-09-2556.3449

High

59.2504

Low

56.3430

Average

57.7804

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.