Skip to content

HKD to ZMW exchange rate API

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

2.4923

▼ +18.21% over 1Y

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 year, HKD/ZMW traded between 2.2531 and 3.0843, averaged 2.5659 and fell 18.21%. 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 1Y

HKD/ZMW over 1Y: show the values
PointHKD/ZMW
2025-09-253.0473
2025-10-023.0843
2025-10-093.0516
2025-10-162.9205
2025-10-232.8825
2025-10-302.8538
2025-11-062.9092
2025-11-132.9083
2025-11-202.9285
2025-11-272.9313
2025-12-042.9742
2025-12-122.9558
2025-12-192.9252
2025-12-262.9026
2026-01-022.8556
2026-01-092.5428
2026-01-162.5492
2026-01-232.5449
2026-01-302.5419
2026-02-062.3905
2026-02-132.3605
2026-02-202.4311
2026-02-272.4154
2026-03-062.4732
2026-03-132.4891
2026-03-202.4946
2026-03-272.4126
2026-04-032.4561
2026-04-102.4323
2026-04-172.4422
2026-04-242.3902
2026-05-012.3843
2026-05-082.4414
2026-05-162.4149
2026-05-242.4102
2026-05-312.3517
2026-06-092.2613
2026-06-162.2531
2026-06-232.2806
2026-06-302.3169
2026-07-072.3398
2026-07-142.3094
2026-07-212.3341
2026-07-282.3707
2026-08-042.4020
2026-08-112.3914
2026-08-182.4155
2026-08-262.4350
2026-09-022.4431
2026-09-092.4636
2026-09-162.4984
2026-09-232.4861

High

3.0843

Low

2.2531

Average

2.5659

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.