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: show the values
| Point | MDL/HNL |
|---|---|
| 2025-09-24 | 1.5746 |
| 2025-10-01 | 1.5741 |
| 2025-10-08 | 1.5711 |
| 2025-10-15 | 1.5486 |
| 2025-10-22 | 1.5477 |
| 2025-10-29 | 1.5463 |
| 2025-11-05 | 1.5435 |
| 2025-11-12 | 1.5500 |
| 2025-11-19 | 1.5531 |
| 2025-11-26 | 1.5350 |
| 2025-12-03 | 1.5501 |
| 2025-12-11 | 1.5502 |
| 2025-12-18 | 1.5613 |
| 2025-12-25 | 1.5682 |
| 2026-01-01 | 1.5726 |
| 2026-01-08 | 1.5634 |
| 2026-01-15 | 1.5498 |
| 2026-01-22 | 1.5517 |
| 2026-01-29 | 1.5718 |
| 2026-02-05 | 1.5610 |
| 2026-02-12 | 1.5642 |
| 2026-02-19 | 1.5483 |
| 2026-02-26 | 1.5503 |
| 2026-03-05 | 1.5290 |
| 2026-03-12 | 1.5310 |
| 2026-03-19 | 1.5129 |
| 2026-03-26 | 1.5140 |
| 2026-04-02 | 1.5129 |
| 2026-04-09 | 1.5469 |
| 2026-04-16 | 1.5533 |
| 2026-04-23 | 1.5510 |
| 2026-04-30 | 1.5452 |
| 2026-05-07 | 1.5515 |
| 2026-05-15 | 1.5471 |
| 2026-05-23 | 1.5335 |
| 2026-05-30 | 1.5360 |
| 2026-06-06 | 1.5438 |
| 2026-06-15 | 1.5346 |
| 2026-06-22 | 1.5236 |
| 2026-06-29 | 1.5082 |
| 2026-07-06 | 1.5211 |
| 2026-07-13 | 1.5215 |
| 2026-07-20 | 1.5246 |
| 2026-07-27 | 1.5173 |
| 2026-08-03 | 1.5394 |
| 2026-08-10 | 1.5472 |
| 2026-08-17 | 1.5478 |
| 2026-08-25 | 1.5528 |
| 2026-09-01 | 1.5681 |
| 2026-09-08 | 1.5556 |
| 2026-09-15 | 1.5450 |
| 2026-09-22 | 1.5307 |
High
1.5746
Low
1.5082
Average
1.5449
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=HNL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=HNL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=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¤cies=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.