Skip to content

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

HKD/MWK over 1Y: show the values
PointHKD/MWK
2025-09-25222.9801
2025-10-02223.1594
2025-10-09223.0074
2025-10-16223.3671
2025-10-23223.0083
2025-10-30223.3825
2025-11-06223.2404
2025-11-13223.4133
2025-11-20222.9241
2025-11-27223.1520
2025-12-04222.8827
2025-12-12222.4939
2025-12-19222.8458
2025-12-26223.0722
2026-01-02222.6294
2026-01-09222.7770
2026-01-16222.5353
2026-01-23221.8935
2026-01-30222.3240
2026-02-06222.0327
2026-02-13222.0281
2026-02-20222.0780
2026-02-27221.7954
2026-03-06221.6787
2026-03-13221.9978
2026-03-20220.6095
2026-03-27221.1475
2026-04-03220.9078
2026-04-10221.7620
2026-04-17221.8116
2026-04-24221.6988
2026-05-01222.2920
2026-05-08222.2165
2026-05-16222.4181
2026-05-24221.2579
2026-05-31221.4987
2026-06-09221.5406
2026-06-16221.5480
2026-06-23221.5735
2026-06-30220.9274
2026-07-07220.7011
2026-07-14221.3408
2026-07-21221.3770
2026-07-28221.3456
2026-08-04221.3096
2026-08-11221.1305
2026-08-18221.2615
2026-08-26221.1212
2026-09-02221.3753
2026-09-09220.8662
2026-09-16221.2088
2026-09-23221.3385

High

223.4133

Low

220.6095

Average

221.9869

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.