Skip to content

MDL to THB exchange rate API

Moldovan Leu to Baht · quoted 2026-09-27

1.8882

▼ +2.34% over 1Y

1 MDL = 1.8882 THB · 1 THB = 0.52961 MDL · Get this rate via the API

1 MDL buys 1.8882 THB as of 2026-09-27, so 1 THB buys 0.52961 MDL. Over the last year, MDL/THB traded between 1.8183 and 1.9360, averaged 1.8847 and fell 2.34%. The API holds daily MDL/THB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/THB over 1Y

MDL/THB over 1Y: show the values
PointMDL/THB
2025-09-271.9335
2025-10-041.9320
2025-10-111.9231
2025-10-181.9360
2025-10-251.9276
2025-11-011.8986
2025-11-081.8951
2025-11-151.9124
2025-11-221.8924
2025-11-291.8835
2025-12-061.8744
2025-12-141.8665
2025-12-211.8602
2025-12-281.8512
2026-01-041.8709
2026-01-111.8614
2026-01-181.8404
2026-01-251.8230
2026-02-011.8743
2026-02-081.8606
2026-02-151.8344
2026-02-221.8183
2026-03-011.8208
2026-03-081.8461
2026-03-151.8665
2026-03-221.8775
2026-03-291.8733
2026-04-051.8562
2026-04-121.8736
2026-04-191.8613
2026-04-261.8642
2026-05-031.8849
2026-05-101.8903
2026-05-181.8805
2026-05-261.8839
2026-06-021.8872
2026-06-111.8934
2026-06-181.8823
2026-06-251.8917
2026-07-021.8832
2026-07-091.9045
2026-07-161.9190
2026-07-231.9245
2026-07-301.9068
2026-08-061.9064
2026-08-131.9109
2026-08-211.9009
2026-08-281.9262
2026-09-041.9062
2026-09-111.9123
2026-09-181.9002
2026-09-251.8959

High

1.9360

Low

1.8183

Average

1.8847

For developers

Get this rate via the API

One GET request returns the MDL/THB 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=THB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL&currencies=THB");
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=THB").json()

Replace YOUR_API_KEY with the key from your dashboard.

MDL/THB API questions

How do I get the MDL/THB exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL&currencies=THB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MDL/THB rate in rates.THB.

How far back does MDL/THB historical data go?

Daily MDL/THB 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/THB 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.