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: show the values
| Point | MDL/THB |
|---|---|
| 2025-09-27 | 1.9335 |
| 2025-10-04 | 1.9320 |
| 2025-10-11 | 1.9231 |
| 2025-10-18 | 1.9360 |
| 2025-10-25 | 1.9276 |
| 2025-11-01 | 1.8986 |
| 2025-11-08 | 1.8951 |
| 2025-11-15 | 1.9124 |
| 2025-11-22 | 1.8924 |
| 2025-11-29 | 1.8835 |
| 2025-12-06 | 1.8744 |
| 2025-12-14 | 1.8665 |
| 2025-12-21 | 1.8602 |
| 2025-12-28 | 1.8512 |
| 2026-01-04 | 1.8709 |
| 2026-01-11 | 1.8614 |
| 2026-01-18 | 1.8404 |
| 2026-01-25 | 1.8230 |
| 2026-02-01 | 1.8743 |
| 2026-02-08 | 1.8606 |
| 2026-02-15 | 1.8344 |
| 2026-02-22 | 1.8183 |
| 2026-03-01 | 1.8208 |
| 2026-03-08 | 1.8461 |
| 2026-03-15 | 1.8665 |
| 2026-03-22 | 1.8775 |
| 2026-03-29 | 1.8733 |
| 2026-04-05 | 1.8562 |
| 2026-04-12 | 1.8736 |
| 2026-04-19 | 1.8613 |
| 2026-04-26 | 1.8642 |
| 2026-05-03 | 1.8849 |
| 2026-05-10 | 1.8903 |
| 2026-05-18 | 1.8805 |
| 2026-05-26 | 1.8839 |
| 2026-06-02 | 1.8872 |
| 2026-06-11 | 1.8934 |
| 2026-06-18 | 1.8823 |
| 2026-06-25 | 1.8917 |
| 2026-07-02 | 1.8832 |
| 2026-07-09 | 1.9045 |
| 2026-07-16 | 1.9190 |
| 2026-07-23 | 1.9245 |
| 2026-07-30 | 1.9068 |
| 2026-08-06 | 1.9064 |
| 2026-08-13 | 1.9109 |
| 2026-08-21 | 1.9009 |
| 2026-08-28 | 1.9262 |
| 2026-09-04 | 1.9062 |
| 2026-09-11 | 1.9123 |
| 2026-09-18 | 1.9002 |
| 2026-09-25 | 1.8959 |
High
1.9360
Low
1.8183
Average
1.8847
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=THB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=THB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=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¤cies=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.