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: show the values
| Point | HKD/MDL |
|---|---|
| 2025-09-25 | 2.1417 |
| 2025-10-02 | 2.1423 |
| 2025-10-09 | 2.1471 |
| 2025-10-16 | 2.1749 |
| 2025-10-23 | 2.1873 |
| 2025-10-30 | 2.1881 |
| 2025-11-06 | 2.1991 |
| 2025-11-13 | 2.1821 |
| 2025-11-20 | 2.1821 |
| 2025-11-27 | 2.2008 |
| 2025-12-04 | 2.1813 |
| 2025-12-12 | 2.1818 |
| 2025-12-19 | 2.1664 |
| 2025-12-26 | 2.1626 |
| 2026-01-02 | 2.1568 |
| 2026-01-09 | 2.1516 |
| 2026-01-16 | 2.1899 |
| 2026-01-23 | 2.1816 |
| 2026-01-30 | 2.1551 |
| 2026-02-06 | 2.1760 |
| 2026-02-13 | 2.1697 |
| 2026-02-20 | 2.1917 |
| 2026-02-27 | 2.1901 |
| 2026-03-06 | 2.2109 |
| 2026-03-13 | 2.2256 |
| 2026-03-20 | 2.2354 |
| 2026-03-27 | 2.2368 |
| 2026-04-03 | 2.2399 |
| 2026-04-10 | 2.2021 |
| 2026-04-17 | 2.1823 |
| 2026-04-24 | 2.2147 |
| 2026-05-01 | 2.1998 |
| 2026-05-08 | 2.2050 |
| 2026-05-16 | 2.2096 |
| 2026-05-24 | 2.2145 |
| 2026-05-31 | 2.2102 |
| 2026-06-09 | 2.2207 |
| 2026-06-16 | 2.2200 |
| 2026-06-23 | 2.2481 |
| 2026-06-30 | 2.2511 |
| 2026-07-07 | 2.2441 |
| 2026-07-14 | 2.2432 |
| 2026-07-21 | 2.2449 |
| 2026-07-28 | 2.2450 |
| 2026-08-04 | 2.2278 |
| 2026-08-11 | 2.2165 |
| 2026-08-18 | 2.1960 |
| 2026-08-26 | 2.2022 |
| 2026-09-02 | 2.2068 |
| 2026-09-09 | 2.1958 |
| 2026-09-16 | 2.2156 |
| 2026-09-23 | 2.2422 |
High
2.2511
Low
2.1417
Average
2.2009
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=MDL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=MDL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.