MDL to HUF exchange rate API
Moldovan Leu to Forint · quoted 2026-09-24
18.3047
▼ +4.87% over 6M
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 6 months, MDL/HUF traded between 17.2981 and 19.2421, averaged 18.0608 and fell 4.87%. 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 6M: show the values
| Point | MDL/HUF |
|---|---|
| 2026-03-28 | 19.2421 |
| 2026-04-04 | 19.0248 |
| 2026-04-11 | 18.5933 |
| 2026-04-18 | 17.8778 |
| 2026-04-25 | 17.9432 |
| 2026-05-02 | 17.9849 |
| 2026-05-09 | 17.5552 |
| 2026-05-17 | 18.0673 |
| 2026-05-25 | 17.7118 |
| 2026-06-01 | 17.6010 |
| 2026-06-10 | 17.7733 |
| 2026-06-17 | 17.2981 |
| 2026-06-24 | 17.8152 |
| 2026-07-01 | 17.7046 |
| 2026-07-08 | 17.8033 |
| 2026-07-15 | 17.9480 |
| 2026-07-22 | 18.1332 |
| 2026-07-29 | 18.0304 |
| 2026-08-05 | 17.9311 |
| 2026-08-12 | 18.1748 |
| 2026-08-20 | 18.2335 |
| 2026-08-27 | 18.0799 |
| 2026-09-03 | 18.2776 |
| 2026-09-10 | 18.1867 |
| 2026-09-17 | 18.0311 |
| 2026-09-24 | 18.3142 |
High
19.2421
Low
17.2981
Average
18.0608
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.