Skip to content

HKD to MKD exchange rate API

Hong Kong Dollar to Denar · quoted 2026-09-24

6.8491

▲ +2.12% over 1Y

1 HKD = 6.8491 MKD · 1 MKD = 0.14600 HKD · Get this rate via the API

1 HKD buys 6.8491 MKD as of 2026-09-24, so 1 MKD buys 0.14600 HKD. Over the last year, HKD/MKD traded between 6.6020 and 6.9013, averaged 6.7799 and rose 2.12%. The API holds daily HKD/MKD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/MKD over 1Y

HKD/MKD over 1Y: show the values
PointHKD/MKD
2025-09-246.7067
2025-10-016.7472
2025-10-086.7954
2025-10-156.8258
2025-10-226.8317
2025-10-296.8047
2025-11-056.8855
2025-11-126.8399
2025-11-196.8194
2025-11-266.8437
2025-12-036.8152
2025-12-116.7651
2025-12-186.7358
2025-12-256.7200
2026-01-016.7375
2026-01-086.7653
2026-01-156.7783
2026-01-226.7507
2026-01-296.6020
2026-02-056.6877
2026-02-126.6389
2026-02-196.6869
2026-02-266.6616
2026-03-056.7769
2026-03-126.8196
2026-03-196.8516
2026-03-266.8132
2026-04-026.8018
2026-04-096.7508
2026-04-166.6674
2026-04-236.7243
2026-04-306.7436
2026-05-076.6962
2026-05-156.7543
2026-05-236.7798
2026-05-306.7441
2026-06-066.8264
2026-06-156.7840
2026-06-226.8541
2026-06-296.9013
2026-07-066.8701
2026-07-136.8999
2026-07-206.8708
2026-07-276.8859
2026-08-036.8047
2026-08-106.7846
2026-08-176.7722
2026-08-256.7265
2026-09-016.7595
2026-09-086.7482
2026-09-156.7944
2026-09-226.8347

High

6.9013

Low

6.6020

Average

6.7799

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HKD/MKD API questions

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

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

How far back does HKD/MKD historical data go?

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