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: show the values
| Point | HKD/MZN |
|---|---|
| 2025-09-24 | 8.2117 |
| 2025-10-01 | 8.2114 |
| 2025-10-08 | 8.2110 |
| 2025-10-15 | 8.2201 |
| 2025-10-22 | 8.2212 |
| 2025-10-29 | 8.2230 |
| 2025-11-05 | 8.2140 |
| 2025-11-12 | 8.2224 |
| 2025-11-19 | 8.2055 |
| 2025-11-26 | 8.2159 |
| 2025-12-03 | 8.2089 |
| 2025-12-11 | 8.2116 |
| 2025-12-18 | 8.2112 |
| 2025-12-25 | 8.2142 |
| 2026-01-01 | 8.2032 |
| 2026-01-08 | 8.1995 |
| 2026-01-15 | 8.1928 |
| 2026-01-22 | 8.1925 |
| 2026-01-29 | 8.1759 |
| 2026-02-05 | 8.1718 |
| 2026-02-12 | 8.1745 |
| 2026-02-19 | 8.1713 |
| 2026-02-26 | 8.1642 |
| 2026-03-05 | 8.1656 |
| 2026-03-12 | 8.1589 |
| 2026-03-19 | 8.1539 |
| 2026-03-26 | 8.1566 |
| 2026-04-02 | 8.1416 |
| 2026-04-09 | 8.1634 |
| 2026-04-16 | 8.1731 |
| 2026-04-23 | 8.1590 |
| 2026-04-30 | 8.1584 |
| 2026-05-07 | 8.1604 |
| 2026-05-15 | 8.1606 |
| 2026-05-23 | 8.1455 |
| 2026-05-30 | 8.1443 |
| 2026-06-06 | 8.1512 |
| 2026-06-15 | 8.1498 |
| 2026-06-22 | 8.1461 |
| 2026-06-29 | 8.1428 |
| 2026-07-06 | 8.1431 |
| 2026-07-13 | 8.1385 |
| 2026-07-20 | 8.1377 |
| 2026-07-27 | 8.1404 |
| 2026-08-03 | 8.1375 |
| 2026-08-10 | 8.1334 |
| 2026-08-17 | 8.1411 |
| 2026-08-25 | 8.1411 |
| 2026-09-01 | 8.1397 |
| 2026-09-08 | 8.1391 |
| 2026-09-15 | 8.1321 |
| 2026-09-22 | 8.1349 |
High
8.2230
Low
8.1321
Average
8.1713
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=MZN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=MZN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.