MDL to HUF exchange rate API
Moldovan Leu to Forint · quoted 2026-09-24
18.3047
▼ +8.39% over 1Y
1 MDL = 18.3047 HUF · 1 HUF = 0.05463 MDL · Get this rate via the API
1 MDL buys 18.3047 HUF as of 2026-09-24, so 1 HUF buys 0.05463 MDL. Over the last year, MDL/HUF traded between 17.3297 and 20.2088, averaged 18.7265 and fell 8.39%. The API holds daily MDL/HUF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MDL/HUF over 1Y: show the values
| Point | MDL/HUF |
|---|---|
| 2025-09-24 | 19.9806 |
| 2025-10-01 | 19.8485 |
| 2025-10-08 | 20.2088 |
| 2025-10-15 | 19.8605 |
| 2025-10-22 | 19.8119 |
| 2025-10-29 | 19.5989 |
| 2025-11-05 | 19.7451 |
| 2025-11-12 | 19.5996 |
| 2025-11-19 | 19.4861 |
| 2025-11-26 | 19.2640 |
| 2025-12-03 | 19.2263 |
| 2025-12-11 | 19.3694 |
| 2025-12-18 | 19.6321 |
| 2025-12-25 | 19.6636 |
| 2026-01-01 | 19.4588 |
| 2026-01-08 | 19.5229 |
| 2026-01-15 | 19.4436 |
| 2026-01-22 | 19.2300 |
| 2026-01-29 | 18.9539 |
| 2026-02-05 | 19.0106 |
| 2026-02-12 | 18.8943 |
| 2026-02-19 | 18.8822 |
| 2026-02-26 | 18.6241 |
| 2026-03-05 | 19.2657 |
| 2026-03-12 | 19.3905 |
| 2026-03-19 | 19.5643 |
| 2026-03-26 | 19.1828 |
| 2026-04-02 | 18.9127 |
| 2026-04-09 | 18.7524 |
| 2026-04-16 | 18.1402 |
| 2026-04-23 | 18.1532 |
| 2026-04-30 | 18.1052 |
| 2026-05-07 | 17.5831 |
| 2026-05-15 | 17.9176 |
| 2026-05-23 | 17.8247 |
| 2026-05-30 | 17.5345 |
| 2026-06-06 | 17.8389 |
| 2026-06-15 | 17.3297 |
| 2026-06-22 | 17.5173 |
| 2026-06-29 | 17.4985 |
| 2026-07-06 | 17.5943 |
| 2026-07-13 | 17.7226 |
| 2026-07-20 | 18.0096 |
| 2026-07-27 | 17.9061 |
| 2026-08-03 | 18.1179 |
| 2026-08-10 | 18.1488 |
| 2026-08-17 | 18.0444 |
| 2026-08-25 | 17.9886 |
| 2026-09-01 | 18.4678 |
| 2026-09-08 | 18.1671 |
| 2026-09-15 | 18.2401 |
| 2026-09-22 | 17.9650 |
High
20.2088
Low
17.3297
Average
18.7265
Get this rate via the API
One GET request returns the MDL/HUF 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=HUF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=HUF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=HUF").json()Replace YOUR_API_KEY with the key from your dashboard.
MDL/HUF API questions
How do I get the MDL/HUF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=HUF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MDL/HUF rate in rates.HUF.
How far back does MDL/HUF historical data go?
Daily MDL/HUF 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/HUF 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.