Skip to content

MDL to BRL exchange rate API

Moldovan Leu to Brazilian Real · quoted 2026-09-27

0.29285

▼ +8.48% over 1Y

1 MDL = 0.29285 BRL · 1 BRL = 3.4147 MDL · Get this rate via the API

1 MDL buys 0.29285 BRL as of 2026-09-27, so 1 BRL buys 3.4147 MDL. Over the last year, MDL/BRL traded between 0.28688 and 0.33055, averaged 0.30376 and fell 8.48%. The API holds daily MDL/BRL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/BRL over 1Y

MDL/BRL over 1Y: show the values
PointMDL/BRL
2025-09-270.31999
2025-10-040.31905
2025-10-110.32566
2025-10-180.32004
2025-10-250.31796
2025-11-010.31573
2025-11-080.31282
2025-11-150.31248
2025-11-220.31567
2025-11-290.31370
2025-12-060.31995
2025-12-140.32032
2025-12-210.32796
2025-12-280.33055
2026-01-040.32248
2026-01-110.31868
2026-01-180.31451
2026-01-250.31092
2026-02-010.31243
2026-02-080.30742
2026-02-150.30814
2026-02-220.30274
2026-03-010.30030
2026-03-080.30436
2026-03-150.30554
2026-03-220.30343
2026-03-290.29854
2026-04-050.29344
2026-04-120.29117
2026-04-190.28918
2026-04-260.28688
2026-05-030.28746
2026-05-100.28819
2026-05-180.29072
2026-05-260.28957
2026-06-020.28991
2026-06-110.29654
2026-06-180.29545
2026-06-250.29462
2026-07-020.29399
2026-07-090.29300
2026-07-160.29076
2026-07-230.28855
2026-07-300.28994
2026-08-060.29541
2026-08-130.29884
2026-08-210.30095
2026-08-280.30184
2026-09-040.29597
2026-09-110.29557
2026-09-180.29259
2026-09-250.29464

High

0.33055

Low

0.28688

Average

0.30376

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MDL/BRL API questions

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

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

How far back does MDL/BRL historical data go?

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