Skip to content

HKD to MWK exchange rate API

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

221.0183

▼ +0.21% over 6M

1 HKD = 221.0183 MWK · 1 MWK = 0.004525 HKD · Get this rate via the API

1 HKD buys 221.0183 MWK as of 2026-09-25, so 1 MWK buys 0.004525 HKD. Over the last 6 months, HKD/MWK traded between 220.2658 and 222.2789, averaged 221.2041 and fell 0.21%. The API holds daily HKD/MWK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/MWK over 6M

HKD/MWK over 6M: show the values
PointHKD/MWK
2026-03-29221.4783
2026-04-05220.9351
2026-04-12221.0658
2026-04-19221.7462
2026-04-26220.9465
2026-05-03222.2789
2026-05-10220.8145
2026-05-18221.8742
2026-05-26221.1629
2026-06-02221.5356
2026-06-11221.3340
2026-06-18221.2971
2026-06-25220.7730
2026-07-02221.3151
2026-07-09221.0162
2026-07-16220.2658
2026-07-23220.9371
2026-07-30220.4208
2026-08-06220.8408
2026-08-13221.3082
2026-08-21221.3855
2026-08-28221.5427
2026-09-04221.4728
2026-09-11221.3027
2026-09-18221.4166
2026-09-25221.0257

High

222.2789

Low

220.2658

Average

221.2041

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HKD/MWK API questions

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

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

How far back does HKD/MWK historical data go?

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