Skip to content

HKD to MDL exchange rate API

Hong Kong Dollar to Moldovan Leu · quoted 2026-09-25

2.2424

▲ +4.70% over 1Y

1 HKD = 2.2424 MDL · 1 MDL = 0.44595 HKD · Get this rate via the API

1 HKD buys 2.2424 MDL as of 2026-09-25, so 1 MDL buys 0.44595 HKD. Over the last year, HKD/MDL traded between 2.1417 and 2.2511, averaged 2.2009 and rose 4.70%. The API holds daily HKD/MDL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/MDL over 1Y

HKD/MDL over 1Y: show the values
PointHKD/MDL
2025-09-252.1417
2025-10-022.1423
2025-10-092.1471
2025-10-162.1749
2025-10-232.1873
2025-10-302.1881
2025-11-062.1991
2025-11-132.1821
2025-11-202.1821
2025-11-272.2008
2025-12-042.1813
2025-12-122.1818
2025-12-192.1664
2025-12-262.1626
2026-01-022.1568
2026-01-092.1516
2026-01-162.1899
2026-01-232.1816
2026-01-302.1551
2026-02-062.1760
2026-02-132.1697
2026-02-202.1917
2026-02-272.1901
2026-03-062.2109
2026-03-132.2256
2026-03-202.2354
2026-03-272.2368
2026-04-032.2399
2026-04-102.2021
2026-04-172.1823
2026-04-242.2147
2026-05-012.1998
2026-05-082.2050
2026-05-162.2096
2026-05-242.2145
2026-05-312.2102
2026-06-092.2207
2026-06-162.2200
2026-06-232.2481
2026-06-302.2511
2026-07-072.2441
2026-07-142.2432
2026-07-212.2449
2026-07-282.2450
2026-08-042.2278
2026-08-112.2165
2026-08-182.1960
2026-08-262.2022
2026-09-022.2068
2026-09-092.1958
2026-09-162.2156
2026-09-232.2422

High

2.2511

Low

2.1417

Average

2.2009

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HKD/MDL API questions

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

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

How far back does HKD/MDL historical data go?

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