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: show the values
| Point | HKD/KZT |
|---|---|
| 2026-08-26 | 58.3839 |
| 2026-08-27 | 58.9200 |
| 2026-08-28 | 59.1089 |
| 2026-08-29 | 59.1551 |
| 2026-08-30 | 59.2327 |
| 2026-08-31 | 59.2504 |
| 2026-09-01 | 58.8716 |
| 2026-09-02 | 58.4578 |
| 2026-09-03 | 58.0336 |
| 2026-09-04 | 58.1089 |
| 2026-09-05 | 58.1357 |
| 2026-09-06 | 58.1195 |
| 2026-09-07 | 58.1449 |
| 2026-09-08 | 57.8982 |
| 2026-09-09 | 57.8927 |
| 2026-09-10 | 58.1022 |
| 2026-09-11 | 57.4424 |
| 2026-09-12 | 57.4795 |
| 2026-09-13 | 57.4730 |
| 2026-09-14 | 57.6556 |
| 2026-09-15 | 57.3700 |
| 2026-09-16 | 57.2987 |
| 2026-09-17 | 56.9369 |
| 2026-09-18 | 56.7744 |
| 2026-09-19 | 57.0154 |
| 2026-09-20 | 57.0025 |
| 2026-09-21 | 56.9509 |
| 2026-09-22 | 57.1684 |
| 2026-09-23 | 57.0828 |
| 2026-09-24 | 56.8182 |
| 2026-09-25 | 56.3449 |
High
59.2504
Low
56.3430
Average
57.7804
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=KZT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=KZT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.