Skip to content

HKD to ZWL exchange rate API

Hong Kong Dollar to Zimbabwe Dollar · quoted 2026-09-25

8490.51

▼ +0.73% over 1Y

1 HKD = 8490.51 ZWL · 1 ZWL = 0.000118 HKD · Get this rate via the API

1 HKD buys 8490.51 ZWL as of 2026-09-25, so 1 ZWL buys 0.000118 HKD. Over the last year, HKD/ZWL traded between 41.0978 and 8583.67, averaged 7614.04 and fell 0.73%. The API holds daily HKD/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/ZWL over 1Y

HKD/ZWL over 1Y: show the values
PointHKD/ZWL
2025-09-258552.61
2025-10-028575.63
2025-10-098583.67
2025-10-168566.19
2025-10-238536.00
2025-10-308508.46
2025-11-068458.70
2025-11-138468.49
2025-11-208430.85
2025-11-278415.00
2025-12-048408.27
2025-12-128379.12
2025-12-198383.42
2025-12-268367.18
2026-01-028333.30
2026-01-098244.65
2026-01-168214.16
2026-01-238208.03
2026-01-308189.11
2026-02-068238.37
2026-02-138169.95
2026-02-208177.68
2026-02-278192.77
2026-03-068230.22
2026-03-138131.90
2026-03-208068.42
2026-03-278091.07
2026-04-038084.82
2026-04-1041.11
2026-04-1741.12
2026-04-2441.10
2026-05-0141.10
2026-05-0841.13
2026-05-168223.25
2026-05-248402.10
2026-05-318579.65
2026-06-098546.51
2026-06-168513.30
2026-06-238531.87
2026-06-308551.21
2026-07-078569.58
2026-07-148549.47
2026-07-218537.88
2026-07-288568.03
2026-08-048497.50
2026-08-118472.30
2026-08-188508.11
2026-08-268495.87
2026-09-028538.83
2026-09-098516.14
2026-09-168534.06
2026-09-238504.30

High

8583.67

Low

41.0978

Average

7614.04

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HKD/ZWL API questions

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

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

How far back does HKD/ZWL historical data go?

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