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: show the values
| Point | ZMW/HKD |
|---|---|
| 2025-09-27 | 0.32728 |
| 2025-10-04 | 0.32761 |
| 2025-10-11 | 0.34140 |
| 2025-10-18 | 0.34148 |
| 2025-10-25 | 0.35079 |
| 2025-11-01 | 0.35004 |
| 2025-11-08 | 0.34259 |
| 2025-11-15 | 0.34392 |
| 2025-11-22 | 0.33639 |
| 2025-11-29 | 0.34043 |
| 2025-12-06 | 0.33602 |
| 2025-12-14 | 0.33699 |
| 2025-12-21 | 0.34360 |
| 2025-12-28 | 0.34465 |
| 2026-01-04 | 0.35253 |
| 2026-01-11 | 0.40109 |
| 2026-01-18 | 0.38650 |
| 2026-01-25 | 0.39897 |
| 2026-02-01 | 0.39552 |
| 2026-02-08 | 0.41580 |
| 2026-02-15 | 0.42867 |
| 2026-02-22 | 0.41277 |
| 2026-03-01 | 0.41377 |
| 2026-03-08 | 0.40312 |
| 2026-03-15 | 0.40330 |
| 2026-03-22 | 0.40159 |
| 2026-03-29 | 0.41534 |
| 2026-04-05 | 0.40714 |
| 2026-04-12 | 0.41228 |
| 2026-04-19 | 0.41103 |
| 2026-04-26 | 0.41471 |
| 2026-05-03 | 0.41944 |
| 2026-05-10 | 0.41239 |
| 2026-05-18 | 0.41515 |
| 2026-05-26 | 0.41482 |
| 2026-06-02 | 0.42825 |
| 2026-06-11 | 0.44652 |
| 2026-06-18 | 0.43907 |
| 2026-06-25 | 0.43461 |
| 2026-07-02 | 0.43072 |
| 2026-07-09 | 0.42818 |
| 2026-07-16 | 0.42795 |
| 2026-07-23 | 0.42478 |
| 2026-07-30 | 0.41622 |
| 2026-08-06 | 0.41073 |
| 2026-08-13 | 0.41652 |
| 2026-08-21 | 0.41323 |
| 2026-08-28 | 0.41238 |
| 2026-09-04 | 0.40833 |
| 2026-09-11 | 0.40527 |
| 2026-09-18 | 0.39979 |
| 2026-09-25 | 0.40122 |
High
0.44652
Low
0.32728
Average
0.39330
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=HKD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=HKD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW¤cies=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¤cies=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.