Skip to content

HKD to MAD exchange rate API

Hong Kong Dollar to Moroccan Dirham · quoted 2026-09-25

1.2239

▼ +1.15% over 5Y

1 HKD = 1.2239 MAD · 1 MAD = 0.81709 HKD · Get this rate via the API

1 HKD buys 1.2239 MAD as of 2026-09-25, so 1 MAD buys 0.81709 HKD. Over the last 5 years, HKD/MAD traded between 1.1314 and 1.2873, averaged 1.2008 and fell 1.15%. The API holds daily HKD/MAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/MAD over 5Y

HKD/MAD over 5Y: show the values
PointHKD/MAD
2024-08-241.2381
2024-10-011.2364
2024-10-311.2411
2024-11-301.2873
2024-12-301.2812
2025-01-291.2641
2025-02-281.2607
2025-03-301.2256
2025-04-291.1707
2025-05-291.1579
2025-06-281.1502
2025-07-281.1314
2025-08-271.1418
2025-09-261.1695
2025-10-261.1893
2025-11-251.1939
2025-12-251.1724
2026-01-241.1719
2026-02-231.1739
2026-03-251.1930
2026-04-241.1828
2026-05-241.1781
2026-06-231.1950
2026-07-231.1966
2026-08-221.1795
2026-09-211.2154

High

1.2873

Low

1.1314

Average

1.2008

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HKD/MAD API questions

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

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

How far back does HKD/MAD historical data go?

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