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: show the values
| Point | MDL/BRL |
|---|---|
| 2025-09-27 | 0.31999 |
| 2025-10-04 | 0.31905 |
| 2025-10-11 | 0.32566 |
| 2025-10-18 | 0.32004 |
| 2025-10-25 | 0.31796 |
| 2025-11-01 | 0.31573 |
| 2025-11-08 | 0.31282 |
| 2025-11-15 | 0.31248 |
| 2025-11-22 | 0.31567 |
| 2025-11-29 | 0.31370 |
| 2025-12-06 | 0.31995 |
| 2025-12-14 | 0.32032 |
| 2025-12-21 | 0.32796 |
| 2025-12-28 | 0.33055 |
| 2026-01-04 | 0.32248 |
| 2026-01-11 | 0.31868 |
| 2026-01-18 | 0.31451 |
| 2026-01-25 | 0.31092 |
| 2026-02-01 | 0.31243 |
| 2026-02-08 | 0.30742 |
| 2026-02-15 | 0.30814 |
| 2026-02-22 | 0.30274 |
| 2026-03-01 | 0.30030 |
| 2026-03-08 | 0.30436 |
| 2026-03-15 | 0.30554 |
| 2026-03-22 | 0.30343 |
| 2026-03-29 | 0.29854 |
| 2026-04-05 | 0.29344 |
| 2026-04-12 | 0.29117 |
| 2026-04-19 | 0.28918 |
| 2026-04-26 | 0.28688 |
| 2026-05-03 | 0.28746 |
| 2026-05-10 | 0.28819 |
| 2026-05-18 | 0.29072 |
| 2026-05-26 | 0.28957 |
| 2026-06-02 | 0.28991 |
| 2026-06-11 | 0.29654 |
| 2026-06-18 | 0.29545 |
| 2026-06-25 | 0.29462 |
| 2026-07-02 | 0.29399 |
| 2026-07-09 | 0.29300 |
| 2026-07-16 | 0.29076 |
| 2026-07-23 | 0.28855 |
| 2026-07-30 | 0.28994 |
| 2026-08-06 | 0.29541 |
| 2026-08-13 | 0.29884 |
| 2026-08-21 | 0.30095 |
| 2026-08-28 | 0.30184 |
| 2026-09-04 | 0.29597 |
| 2026-09-11 | 0.29557 |
| 2026-09-18 | 0.29259 |
| 2026-09-25 | 0.29464 |
High
0.33055
Low
0.28688
Average
0.30376
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=BRL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=BRL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=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¤cies=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.