Skip to content

HKD to CZK exchange rate API

Hong Kong Dollar to Czech Koruna · quoted 2026-09-25

2.7249

▼ +2.48% over 5Y

1 HKD = 2.7249 CZK · 1 CZK = 0.36698 HKD · Get this rate via the API

1 HKD buys 2.7249 CZK as of 2026-09-25, so 1 CZK buys 0.36698 HKD. Over the last 5 years, HKD/CZK traded between 2.6290 and 3.2236, averaged 2.8496 and fell 2.48%. The API holds daily HKD/CZK rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

HKD/CZK over 5Y

HKD/CZK over 5Y: show the values
PointHKD/CZK
2021-09-272.7943
2021-11-082.8003
2021-12-202.8694
2022-01-312.8016
2022-03-142.9004
2022-04-272.9562
2022-06-082.9216
2022-07-203.0593
2022-08-313.1279
2022-10-123.2236
2022-11-233.0178
2023-01-052.9024
2023-02-162.8201
2023-03-302.7555
2023-05-162.7757
2023-06-272.7522
2023-08-082.8354
2023-09-192.9170
2023-10-312.9560
2023-12-122.8942
2024-01-262.9138
2024-03-082.9603
2024-04-233.0196
2024-06-052.9038
2024-07-172.9625
2024-08-272.8751
2024-10-012.9266
2024-10-312.9938
2024-11-303.0693
2024-12-303.1118
2025-01-293.1018
2025-02-283.0908
2025-03-302.9630
2025-04-292.8244
2025-05-292.8185
2025-06-282.6883
2025-07-282.6890
2025-08-272.7200
2025-09-262.6785
2025-10-262.6913
2025-11-252.6867
2025-12-252.6508
2026-01-242.6317
2026-02-232.6290
2026-03-252.6961
2026-04-242.6561
2026-05-242.6662
2026-06-232.7102
2026-07-232.7077
2026-08-222.6330
2026-09-212.7015

High

3.2236

Low

2.6290

Average

2.8496

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HKD/CZK API questions

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

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

How far back does HKD/CZK historical data go?

Daily HKD/CZK rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free HKD/CZK 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.