Skip to content

MDL to HRK exchange rate API

Moldovan Leu to Croatian Kuna · quoted 2026-09-25

0.37679

▼ +2.18% over 1Y

1 MDL = 0.37679 HRK · 1 HRK = 2.6540 MDL · Get this rate via the API

1 MDL buys 0.37679 HRK as of 2026-09-25, so 1 HRK buys 2.6540 MDL. Over the last year, MDL/HRK traded between 0.37185 and 0.38750, averaged 0.37707 and fell 2.18%. The API holds daily MDL/HRK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/HRK over 1Y

MDL/HRK over 1Y: show the values
PointMDL/HRK
2025-09-250.38519
2025-10-020.38507
2025-10-090.38750
2025-10-160.38179
2025-10-230.38204
2025-10-300.38165
2025-11-060.38290
2025-11-130.38341
2025-11-200.38482
2025-11-270.37906
2025-12-040.38049
2025-12-120.37805
2025-12-190.38115
2025-12-260.38029
2026-01-020.38112
2026-01-090.38559
2026-01-160.37997
2026-01-230.37704
2026-01-300.37603
2026-02-060.37586
2026-02-130.37426
2026-02-200.37417
2026-02-270.37272
2026-03-060.37508
2026-03-130.37549
2026-03-200.37189
2026-03-270.37262
2026-04-030.37208
2026-04-100.37363
2026-04-170.37439
2026-04-240.37185
2026-05-010.37262
2026-05-080.37222
2026-05-160.37459
2026-05-240.37421
2026-05-310.37308
2026-06-090.37525
2026-06-160.37413
2026-06-230.37402
2026-06-300.37443
2026-07-070.37432
2026-07-140.37619
2026-07-210.37513
2026-07-280.37613
2026-08-040.37463
2026-08-110.37523
2026-08-180.37781
2026-08-260.37404
2026-09-020.37598
2026-09-090.37617
2026-09-160.37555
2026-09-230.37493

High

0.38750

Low

0.37185

Average

0.37707

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MDL/HRK API questions

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

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

How far back does MDL/HRK historical data go?

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