Skip to content

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

MDL/HUF over 6M: show the values
PointMDL/HUF
2026-03-2819.2421
2026-04-0419.0248
2026-04-1118.5933
2026-04-1817.8778
2026-04-2517.9432
2026-05-0217.9849
2026-05-0917.5552
2026-05-1718.0673
2026-05-2517.7118
2026-06-0117.6010
2026-06-1017.7733
2026-06-1717.2981
2026-06-2417.8152
2026-07-0117.7046
2026-07-0817.8033
2026-07-1517.9480
2026-07-2218.1332
2026-07-2918.0304
2026-08-0517.9311
2026-08-1218.1748
2026-08-2018.2335
2026-08-2718.0799
2026-09-0318.2776
2026-09-1018.1867
2026-09-1718.0311
2026-09-2418.3142

High

19.2421

Low

17.2981

Average

18.0608

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL&currencies=HUF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL&currencies=HUF");
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=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&currencies=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.