HKD to MWK exchange rate API
Hong Kong Dollar to Kwacha · quoted 2026-09-25
221.0183
▼ +0.05% over 30D
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 30 days, HKD/MWK traded between 220.8662 and 222.3188, averaged 221.3023 and fell 0.05%. 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 30D: show the values
| Point | HKD/MWK |
|---|---|
| 2026-08-26 | 221.1212 |
| 2026-08-27 | 221.2726 |
| 2026-08-28 | 221.5427 |
| 2026-08-29 | 221.4113 |
| 2026-08-30 | 221.3393 |
| 2026-08-31 | 222.3188 |
| 2026-09-01 | 220.9827 |
| 2026-09-02 | 221.3753 |
| 2026-09-03 | 220.9566 |
| 2026-09-04 | 221.4728 |
| 2026-09-05 | 221.4072 |
| 2026-09-06 | 221.2539 |
| 2026-09-07 | 221.2310 |
| 2026-09-08 | 221.1095 |
| 2026-09-09 | 220.8662 |
| 2026-09-10 | 221.1319 |
| 2026-09-11 | 221.3027 |
| 2026-09-12 | 221.3037 |
| 2026-09-13 | 221.0643 |
| 2026-09-14 | 221.1736 |
| 2026-09-15 | 221.4379 |
| 2026-09-16 | 221.2088 |
| 2026-09-17 | 221.4378 |
| 2026-09-18 | 221.4166 |
| 2026-09-19 | 221.9500 |
| 2026-09-20 | 221.4076 |
| 2026-09-21 | 220.8672 |
| 2026-09-22 | 221.1917 |
| 2026-09-23 | 221.3385 |
| 2026-09-24 | 221.7351 |
| 2026-09-25 | 221.0257 |
High
222.3188
Low
220.8662
Average
221.3023
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=MWK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=MWK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.