HKD to MWK exchange rate API
Hong Kong Dollar to Kwacha · quoted 2026-09-25
221.0183
▼ +0.85% over YTD
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 year to date, HKD/MWK traded between 220.5306 and 222.9189, averaged 221.5328 and fell 0.85%. 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 YTD: show the values
| Point | HKD/MWK |
|---|---|
| 2025-12-31 | 222.9189 |
| 2026-01-07 | 222.8324 |
| 2026-01-14 | 222.6267 |
| 2026-01-21 | 222.4053 |
| 2026-01-28 | 222.2782 |
| 2026-02-04 | 221.3847 |
| 2026-02-11 | 221.8780 |
| 2026-02-18 | 221.7018 |
| 2026-02-25 | 221.6916 |
| 2026-03-04 | 221.8807 |
| 2026-03-11 | 221.7543 |
| 2026-03-18 | 220.9027 |
| 2026-03-25 | 221.4975 |
| 2026-04-01 | 221.4728 |
| 2026-04-08 | 220.5306 |
| 2026-04-15 | 221.4494 |
| 2026-04-22 | 221.6897 |
| 2026-04-29 | 222.1609 |
| 2026-05-06 | 220.8368 |
| 2026-05-14 | 222.1463 |
| 2026-05-21 | 221.6488 |
| 2026-05-29 | 220.6558 |
| 2026-06-05 | 221.6260 |
| 2026-06-14 | 221.3795 |
| 2026-06-21 | 221.2517 |
| 2026-06-28 | 221.2513 |
| 2026-07-05 | 221.1679 |
| 2026-07-12 | 221.3132 |
| 2026-07-19 | 221.0970 |
| 2026-07-26 | 221.0398 |
| 2026-08-02 | 220.8911 |
| 2026-08-09 | 221.3229 |
| 2026-08-16 | 220.9018 |
| 2026-08-24 | 221.5835 |
| 2026-08-31 | 222.3188 |
| 2026-09-07 | 221.2310 |
| 2026-09-14 | 221.1736 |
| 2026-09-21 | 220.8672 |
High
222.9189
Low
220.5306
Average
221.5328
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.