Skip to content

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

MDL/HUF over 1Y: show the values
PointMDL/HUF
2025-09-2419.9806
2025-10-0119.8485
2025-10-0820.2088
2025-10-1519.8605
2025-10-2219.8119
2025-10-2919.5989
2025-11-0519.7451
2025-11-1219.5996
2025-11-1919.4861
2025-11-2619.2640
2025-12-0319.2263
2025-12-1119.3694
2025-12-1819.6321
2025-12-2519.6636
2026-01-0119.4588
2026-01-0819.5229
2026-01-1519.4436
2026-01-2219.2300
2026-01-2918.9539
2026-02-0519.0106
2026-02-1218.8943
2026-02-1918.8822
2026-02-2618.6241
2026-03-0519.2657
2026-03-1219.3905
2026-03-1919.5643
2026-03-2619.1828
2026-04-0218.9127
2026-04-0918.7524
2026-04-1618.1402
2026-04-2318.1532
2026-04-3018.1052
2026-05-0717.5831
2026-05-1517.9176
2026-05-2317.8247
2026-05-3017.5345
2026-06-0617.8389
2026-06-1517.3297
2026-06-2217.5173
2026-06-2917.4985
2026-07-0617.5943
2026-07-1317.7226
2026-07-2018.0096
2026-07-2717.9061
2026-08-0318.1179
2026-08-1018.1488
2026-08-1718.0444
2026-08-2517.9886
2026-09-0118.4678
2026-09-0818.1671
2026-09-1518.2401
2026-09-2217.9650

High

20.2088

Low

17.3297

Average

18.7265

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.