Skip to content

HKD to ZMW exchange rate API

Hong Kong Dollar to Zambian Kwacha · quoted 2026-09-25

2.4923

▼ +12.74% over YTD

1 HKD = 2.4923 ZMW · 1 ZMW = 0.40124 HKD · Get this rate via the API

1 HKD buys 2.4923 ZMW as of 2026-09-25, so 1 ZMW buys 0.40124 HKD. Over the year to date, HKD/ZMW traded between 2.2415 and 2.8563, averaged 2.4376 and fell 12.74%. The API holds daily HKD/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/ZMW over YTD

HKD/ZMW over YTD: show the values
PointHKD/ZMW
2025-12-312.8563
2026-01-072.6950
2026-01-142.5014
2026-01-212.5993
2026-01-282.5442
2026-02-042.5115
2026-02-112.4433
2026-02-182.3674
2026-02-252.4257
2026-03-042.4561
2026-03-112.4786
2026-03-182.4992
2026-03-252.4265
2026-04-012.4498
2026-04-082.4835
2026-04-152.4424
2026-04-222.4322
2026-04-292.4206
2026-05-062.4038
2026-05-142.4257
2026-05-212.4252
2026-05-292.3738
2026-06-052.2415
2026-06-142.2433
2026-06-212.2841
2026-06-282.3135
2026-07-052.3420
2026-07-122.3045
2026-07-192.3253
2026-07-262.3768
2026-08-022.3910
2026-08-092.3947
2026-08-162.4114
2026-08-242.4225
2026-08-312.4304
2026-09-072.4552
2026-09-142.4670
2026-09-212.5111

High

2.8563

Low

2.2415

Average

2.4376

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HKD/ZMW API questions

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

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

How far back does HKD/ZMW historical data go?

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