Skip to content

MDL to BDT exchange rate API

Moldovan Leu to Taka · quoted 2026-09-25

7.0027

▼ +3.93% over YTD

1 MDL = 7.0027 BDT · 1 BDT = 0.14280 MDL · Get this rate via the API

1 MDL buys 7.0027 BDT as of 2026-09-25, so 1 BDT buys 0.14280 MDL. Over the year to date, MDL/BDT traded between 6.9426 and 7.2893, averaged 7.1030 and fell 3.93%. The API holds daily MDL/BDT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/BDT over YTD

MDL/BDT over YTD: show the values
PointMDL/BDT
2025-12-317.2893
2026-01-077.2390
2026-01-147.2374
2026-01-217.1794
2026-01-287.2607
2026-02-047.2345
2026-02-117.2261
2026-02-187.1858
2026-02-257.1532
2026-03-047.0685
2026-03-117.1231
2026-03-187.0474
2026-03-257.0303
2026-04-016.9426
2026-04-087.0738
2026-04-157.1773
2026-04-227.1290
2026-04-297.1042
2026-05-067.1217
2026-05-147.1576
2026-05-217.0715
2026-05-297.0889
2026-06-057.0869
2026-06-147.0528
2026-06-216.9909
2026-06-286.9496
2026-07-056.9786
2026-07-127.0185
2026-07-197.0248
2026-07-267.0182
2026-08-027.0473
2026-08-097.1336
2026-08-167.1249
2026-08-247.1097
2026-08-317.0975
2026-09-077.1322
2026-09-147.1132
2026-09-216.9934

High

7.2893

Low

6.9426

Average

7.1030

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MDL/BDT API questions

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

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

How far back does MDL/BDT historical data go?

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