HKD to ZMW exchange rate API
Hong Kong Dollar to Zambian Kwacha · quoted 2026-09-25
2.4923
▲ +3.51% over 6M
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 last 6 months, HKD/ZMW traded between 2.2395 and 2.5013, averaged 2.3981 and rose 3.51%. 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 6M: show the values
| Point | HKD/ZMW |
|---|---|
| 2026-03-29 | 2.4077 |
| 2026-04-05 | 2.4561 |
| 2026-04-12 | 2.4255 |
| 2026-04-19 | 2.4329 |
| 2026-04-26 | 2.4113 |
| 2026-05-03 | 2.3841 |
| 2026-05-10 | 2.4249 |
| 2026-05-18 | 2.4088 |
| 2026-05-26 | 2.4107 |
| 2026-06-02 | 2.3351 |
| 2026-06-11 | 2.2395 |
| 2026-06-18 | 2.2775 |
| 2026-06-25 | 2.3009 |
| 2026-07-02 | 2.3217 |
| 2026-07-09 | 2.3355 |
| 2026-07-16 | 2.3367 |
| 2026-07-23 | 2.3542 |
| 2026-07-30 | 2.4026 |
| 2026-08-06 | 2.4347 |
| 2026-08-13 | 2.4009 |
| 2026-08-21 | 2.4200 |
| 2026-08-28 | 2.4249 |
| 2026-09-04 | 2.4490 |
| 2026-09-11 | 2.4675 |
| 2026-09-18 | 2.5013 |
| 2026-09-25 | 2.4924 |
High
2.5013
Low
2.2395
Average
2.3981
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.