Skip to content

HKD to MWK exchange rate API

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

221.0183

▼ +0.68% over 5Y

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 5 years, HKD/MWK traded between 220.8471 and 224.1641, averaged 222.3097 and fell 0.68%. 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 5Y

HKD/MWK over 5Y: show the values
PointHKD/MWK
2024-08-24222.5275
2024-10-07224.1641
2024-11-06222.9923
2024-12-06223.2807
2025-01-05222.8414
2025-02-04223.5056
2025-03-06223.0724
2025-04-06222.9347
2025-05-06223.9714
2025-06-07221.1340
2025-07-07220.8975
2025-08-06220.8471
2025-09-05222.4339
2025-10-06223.0802
2025-11-05223.2304
2025-12-05222.8287
2026-01-05223.1744
2026-02-04221.3847
2026-03-06221.6787
2026-04-05220.9351
2026-05-05222.2301
2026-06-06221.6923
2026-07-08221.6306
2026-08-07221.3355
2026-09-07221.2310

High

224.1641

Low

220.8471

Average

222.3097

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.