Skip to content

ZMW to HKD exchange rate API

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

0.40225

▲ +22.91% over 1Y

1 ZMW = 0.40225 HKD · 1 HKD = 2.4860 ZMW · Get this rate via the API

1 ZMW buys 0.40225 HKD as of 2026-09-27, so 1 HKD buys 2.4860 ZMW. Over the last year, ZMW/HKD traded between 0.32728 and 0.44652, averaged 0.39330 and rose 22.91%. The API holds daily ZMW/HKD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/HKD over 1Y

ZMW/HKD over 1Y: show the values
PointZMW/HKD
2025-09-270.32728
2025-10-040.32761
2025-10-110.34140
2025-10-180.34148
2025-10-250.35079
2025-11-010.35004
2025-11-080.34259
2025-11-150.34392
2025-11-220.33639
2025-11-290.34043
2025-12-060.33602
2025-12-140.33699
2025-12-210.34360
2025-12-280.34465
2026-01-040.35253
2026-01-110.40109
2026-01-180.38650
2026-01-250.39897
2026-02-010.39552
2026-02-080.41580
2026-02-150.42867
2026-02-220.41277
2026-03-010.41377
2026-03-080.40312
2026-03-150.40330
2026-03-220.40159
2026-03-290.41534
2026-04-050.40714
2026-04-120.41228
2026-04-190.41103
2026-04-260.41471
2026-05-030.41944
2026-05-100.41239
2026-05-180.41515
2026-05-260.41482
2026-06-020.42825
2026-06-110.44652
2026-06-180.43907
2026-06-250.43461
2026-07-020.43072
2026-07-090.42818
2026-07-160.42795
2026-07-230.42478
2026-07-300.41622
2026-08-060.41073
2026-08-130.41652
2026-08-210.41323
2026-08-280.41238
2026-09-040.40833
2026-09-110.40527
2026-09-180.39979
2026-09-250.40122

High

0.44652

Low

0.32728

Average

0.39330

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=HKD").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/HKD API questions

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

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

How far back does ZMW/HKD historical data go?

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