Skip to content

HKD to MZN exchange rate API

Hong Kong Dollar to Mozambique Metical · quoted 2026-09-24

8.1389

▼ +0.89% over 1Y

1 HKD = 8.1389 MZN · 1 MZN = 0.12287 HKD · Get this rate via the API

1 HKD buys 8.1389 MZN as of 2026-09-24, so 1 MZN buys 0.12287 HKD. Over the last year, HKD/MZN traded between 8.1321 and 8.2230, averaged 8.1713 and fell 0.89%. The API holds daily HKD/MZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/MZN over 1Y

HKD/MZN over 1Y: show the values
PointHKD/MZN
2025-09-248.2117
2025-10-018.2114
2025-10-088.2110
2025-10-158.2201
2025-10-228.2212
2025-10-298.2230
2025-11-058.2140
2025-11-128.2224
2025-11-198.2055
2025-11-268.2159
2025-12-038.2089
2025-12-118.2116
2025-12-188.2112
2025-12-258.2142
2026-01-018.2032
2026-01-088.1995
2026-01-158.1928
2026-01-228.1925
2026-01-298.1759
2026-02-058.1718
2026-02-128.1745
2026-02-198.1713
2026-02-268.1642
2026-03-058.1656
2026-03-128.1589
2026-03-198.1539
2026-03-268.1566
2026-04-028.1416
2026-04-098.1634
2026-04-168.1731
2026-04-238.1590
2026-04-308.1584
2026-05-078.1604
2026-05-158.1606
2026-05-238.1455
2026-05-308.1443
2026-06-068.1512
2026-06-158.1498
2026-06-228.1461
2026-06-298.1428
2026-07-068.1431
2026-07-138.1385
2026-07-208.1377
2026-07-278.1404
2026-08-038.1375
2026-08-108.1334
2026-08-178.1411
2026-08-258.1411
2026-09-018.1397
2026-09-088.1391
2026-09-158.1321
2026-09-228.1349

High

8.2230

Low

8.1321

Average

8.1713

For developers

Get this rate via the API

One GET request returns the HKD/MZN 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=MZN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=MZN");
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=MZN").json()

Replace YOUR_API_KEY with the key from your dashboard.

HKD/MZN API questions

How do I get the HKD/MZN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=MZN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/MZN rate in rates.MZN.

How far back does HKD/MZN historical data go?

Daily HKD/MZN 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/MZN 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.