Skip to content

MDL to BTN exchange rate API

Moldovan Leu to Ngultrum · quoted 2026-09-25

5.4545

▲ +2.39% over 1Y

1 MDL = 5.4545 BTN · 1 BTN = 0.18333 MDL · Get this rate via the API

1 MDL buys 5.4545 BTN as of 2026-09-25, so 1 BTN buys 0.18333 MDL. Over the last year, MDL/BTN traded between 5.1649 and 5.5545, averaged 5.3775 and rose 2.39%. The API holds daily MDL/BTN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/BTN over 1Y

MDL/BTN over 1Y: show the values
PointMDL/BTN
2025-09-255.3270
2025-10-025.3199
2025-10-095.3123
2025-10-165.1853
2025-10-235.1649
2025-10-305.1986
2025-11-065.1825
2025-11-135.2267
2025-11-205.2095
2025-11-275.2088
2025-12-045.3130
2025-12-125.3142
2025-12-195.3533
2025-12-265.3552
2026-01-025.3514
2026-01-095.3585
2026-01-165.2877
2026-01-235.3841
2026-01-305.4630
2026-02-065.3134
2026-02-135.3433
2026-02-205.3142
2026-02-275.3096
2026-03-065.2990
2026-03-135.2976
2026-03-205.3055
2026-03-275.3732
2026-04-035.2813
2026-04-105.3622
2026-04-175.4598
2026-04-245.4197
2026-05-015.5057
2026-05-085.4786
2026-05-165.5477
2026-05-245.5171
2026-05-315.4841
2026-06-095.4957
2026-06-165.4398
2026-06-235.3724
2026-06-305.3569
2026-07-075.4174
2026-07-145.4510
2026-07-215.4793
2026-07-285.4389
2026-08-045.4602
2026-08-115.4860
2026-08-185.5545
2026-08-265.5196
2026-09-025.4861
2026-09-095.5146
2026-09-165.5169
2026-09-235.4376

High

5.5545

Low

5.1649

Average

5.3775

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MDL/BTN API questions

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

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

How far back does MDL/BTN historical data go?

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