Skip to content

MDL to HKD exchange rate API

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

0.44601

▼ +3.81% over YTD

1 MDL = 0.44601 HKD · 1 HKD = 2.2421 MDL · Get this rate via the API

1 MDL buys 0.44601 HKD as of 2026-09-25, so 1 HKD buys 2.2421 MDL. Over the year to date, MDL/HKD traded between 0.44289 and 0.46386, averaged 0.45296 and fell 3.81%. The API holds daily MDL/HKD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/HKD over YTD

MDL/HKD over YTD: show the values
PointMDL/HKD
2025-12-310.46369
2026-01-070.46123
2026-01-140.46148
2026-01-210.45750
2026-01-280.46386
2026-02-040.46295
2026-02-110.46167
2026-02-180.45982
2026-02-250.45766
2026-03-040.45180
2026-03-110.45500
2026-03-180.45049
2026-03-250.44818
2026-04-010.44293
2026-04-080.45101
2026-04-150.45725
2026-04-220.45476
2026-04-290.45321
2026-05-060.45493
2026-05-140.45679
2026-05-210.45071
2026-05-290.45312
2026-06-050.45208
2026-06-140.44997
2026-06-210.44599
2026-06-280.44289
2026-07-050.44495
2026-07-120.44647
2026-07-190.44711
2026-07-260.44586
2026-08-020.44823
2026-08-090.45159
2026-08-160.45364
2026-08-240.45459
2026-08-310.45119
2026-09-070.45509
2026-09-140.45265
2026-09-210.44697

High

0.46386

Low

0.44289

Average

0.45296

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL&currencies=HKD").json()

Replace YOUR_API_KEY with the key from your dashboard.

MDL/HKD API questions

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

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

How far back does MDL/HKD historical data go?

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