Skip to content

MDL to BYN exchange rate API

Moldovan Leu to Belarussian Ruble · quoted 2026-09-27

0.17068

▼ +15.79% over 1Y

1 MDL = 0.17068 BYN · 1 BYN = 5.8588 MDL · Get this rate via the API

1 MDL buys 0.17068 BYN as of 2026-09-27, so 1 BYN buys 5.8588 MDL. Over the last year, MDL/BYN traded between 0.15848 and 0.20289, averaged 0.17394 and fell 15.79%. The API holds daily MDL/BYN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/BYN over 1Y

MDL/BYN over 1Y: show the values
PointMDL/BYN
2025-09-270.20269
2025-10-040.20289
2025-10-110.20086
2025-10-180.20162
2025-10-250.20089
2025-11-010.19996
2025-11-080.19988
2025-11-150.20118
2025-11-220.19943
2025-11-290.17390
2025-12-060.16883
2025-12-140.17425
2025-12-210.17370
2025-12-280.17380
2026-01-040.17448
2026-01-110.17365
2026-01-180.16891
2026-01-250.16581
2026-02-010.16933
2026-02-080.16892
2026-02-150.16889
2026-02-220.16735
2026-03-010.16929
2026-03-080.17011
2026-03-150.17048
2026-03-220.17283
2026-03-290.16922
2026-04-050.16767
2026-04-120.16658
2026-04-190.16523
2026-04-260.16290
2026-05-030.16378
2026-05-100.16526
2026-05-180.15977
2026-05-260.15909
2026-06-020.16010
2026-06-110.15848
2026-06-180.15895
2026-06-250.16017
2026-07-020.16438
2026-07-090.16323
2026-07-160.16496
2026-07-230.16403
2026-07-300.16552
2026-08-060.17073
2026-08-130.17294
2026-08-210.17586
2026-08-280.17614
2026-09-040.17844
2026-09-110.17568
2026-09-180.17276
2026-09-250.17247

High

0.20289

Low

0.15848

Average

0.17394

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MDL/BYN API questions

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

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

How far back does MDL/BYN historical data go?

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