HKD to MWK exchange rate API
Hong Kong Dollar to Kwacha · quoted 2026-09-25
221.0183
▼ +0.88% over 1Y
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 year, HKD/MWK traded between 220.6095 and 223.4133, averaged 221.9869 and fell 0.88%. 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 1Y: show the values
| Point | HKD/MWK |
|---|---|
| 2025-09-25 | 222.9801 |
| 2025-10-02 | 223.1594 |
| 2025-10-09 | 223.0074 |
| 2025-10-16 | 223.3671 |
| 2025-10-23 | 223.0083 |
| 2025-10-30 | 223.3825 |
| 2025-11-06 | 223.2404 |
| 2025-11-13 | 223.4133 |
| 2025-11-20 | 222.9241 |
| 2025-11-27 | 223.1520 |
| 2025-12-04 | 222.8827 |
| 2025-12-12 | 222.4939 |
| 2025-12-19 | 222.8458 |
| 2025-12-26 | 223.0722 |
| 2026-01-02 | 222.6294 |
| 2026-01-09 | 222.7770 |
| 2026-01-16 | 222.5353 |
| 2026-01-23 | 221.8935 |
| 2026-01-30 | 222.3240 |
| 2026-02-06 | 222.0327 |
| 2026-02-13 | 222.0281 |
| 2026-02-20 | 222.0780 |
| 2026-02-27 | 221.7954 |
| 2026-03-06 | 221.6787 |
| 2026-03-13 | 221.9978 |
| 2026-03-20 | 220.6095 |
| 2026-03-27 | 221.1475 |
| 2026-04-03 | 220.9078 |
| 2026-04-10 | 221.7620 |
| 2026-04-17 | 221.8116 |
| 2026-04-24 | 221.6988 |
| 2026-05-01 | 222.2920 |
| 2026-05-08 | 222.2165 |
| 2026-05-16 | 222.4181 |
| 2026-05-24 | 221.2579 |
| 2026-05-31 | 221.4987 |
| 2026-06-09 | 221.5406 |
| 2026-06-16 | 221.5480 |
| 2026-06-23 | 221.5735 |
| 2026-06-30 | 220.9274 |
| 2026-07-07 | 220.7011 |
| 2026-07-14 | 221.3408 |
| 2026-07-21 | 221.3770 |
| 2026-07-28 | 221.3456 |
| 2026-08-04 | 221.3096 |
| 2026-08-11 | 221.1305 |
| 2026-08-18 | 221.2615 |
| 2026-08-26 | 221.1212 |
| 2026-09-02 | 221.3753 |
| 2026-09-09 | 220.8662 |
| 2026-09-16 | 221.2088 |
| 2026-09-23 | 221.3385 |
High
223.4133
Low
220.6095
Average
221.9869
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.