Skip to content

MDL to HNL exchange rate API

Moldovan Leu to Lempira · quoted 2026-09-24

1.5282

▼ +2.95% over 1Y

1 MDL = 1.5282 HNL · 1 HNL = 0.65439 MDL · Get this rate via the API

1 MDL buys 1.5282 HNL as of 2026-09-24, so 1 HNL buys 0.65439 MDL. Over the last year, MDL/HNL traded between 1.5082 and 1.5746, averaged 1.5449 and fell 2.95%. The API holds daily MDL/HNL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/HNL over 1Y

MDL/HNL over 1Y: show the values
PointMDL/HNL
2025-09-241.5746
2025-10-011.5741
2025-10-081.5711
2025-10-151.5486
2025-10-221.5477
2025-10-291.5463
2025-11-051.5435
2025-11-121.5500
2025-11-191.5531
2025-11-261.5350
2025-12-031.5501
2025-12-111.5502
2025-12-181.5613
2025-12-251.5682
2026-01-011.5726
2026-01-081.5634
2026-01-151.5498
2026-01-221.5517
2026-01-291.5718
2026-02-051.5610
2026-02-121.5642
2026-02-191.5483
2026-02-261.5503
2026-03-051.5290
2026-03-121.5310
2026-03-191.5129
2026-03-261.5140
2026-04-021.5129
2026-04-091.5469
2026-04-161.5533
2026-04-231.5510
2026-04-301.5452
2026-05-071.5515
2026-05-151.5471
2026-05-231.5335
2026-05-301.5360
2026-06-061.5438
2026-06-151.5346
2026-06-221.5236
2026-06-291.5082
2026-07-061.5211
2026-07-131.5215
2026-07-201.5246
2026-07-271.5173
2026-08-031.5394
2026-08-101.5472
2026-08-171.5478
2026-08-251.5528
2026-09-011.5681
2026-09-081.5556
2026-09-151.5450
2026-09-221.5307

High

1.5746

Low

1.5082

Average

1.5449

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MDL/HNL API questions

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

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

How far back does MDL/HNL historical data go?

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