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: show the values
| Point | HKD/ZMW |
|---|---|
| 2025-12-31 | 2.8563 |
| 2026-01-07 | 2.6950 |
| 2026-01-14 | 2.5014 |
| 2026-01-21 | 2.5993 |
| 2026-01-28 | 2.5442 |
| 2026-02-04 | 2.5115 |
| 2026-02-11 | 2.4433 |
| 2026-02-18 | 2.3674 |
| 2026-02-25 | 2.4257 |
| 2026-03-04 | 2.4561 |
| 2026-03-11 | 2.4786 |
| 2026-03-18 | 2.4992 |
| 2026-03-25 | 2.4265 |
| 2026-04-01 | 2.4498 |
| 2026-04-08 | 2.4835 |
| 2026-04-15 | 2.4424 |
| 2026-04-22 | 2.4322 |
| 2026-04-29 | 2.4206 |
| 2026-05-06 | 2.4038 |
| 2026-05-14 | 2.4257 |
| 2026-05-21 | 2.4252 |
| 2026-05-29 | 2.3738 |
| 2026-06-05 | 2.2415 |
| 2026-06-14 | 2.2433 |
| 2026-06-21 | 2.2841 |
| 2026-06-28 | 2.3135 |
| 2026-07-05 | 2.3420 |
| 2026-07-12 | 2.3045 |
| 2026-07-19 | 2.3253 |
| 2026-07-26 | 2.3768 |
| 2026-08-02 | 2.3910 |
| 2026-08-09 | 2.3947 |
| 2026-08-16 | 2.4114 |
| 2026-08-24 | 2.4225 |
| 2026-08-31 | 2.4304 |
| 2026-09-07 | 2.4552 |
| 2026-09-14 | 2.4670 |
| 2026-09-21 | 2.5111 |
High
2.8563
Low
2.2415
Average
2.4376
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=ZMW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=ZMW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.