Skip to content

MDL to BGN exchange rate API

Moldovan Leu to Bulgarian Lev · quoted 2026-09-25

0.09781

▼ +1.36% over YTD

1 MDL = 0.09781 BGN · 1 BGN = 10.2242 MDL · Get this rate via the API

1 MDL buys 0.09781 BGN as of 2026-09-25, so 1 BGN buys 10.2242 MDL. Over the year to date, MDL/BGN traded between 0.09556 and 0.09946, averaged 0.09733 and fell 1.36%. The API holds daily MDL/BGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/BGN over YTD

MDL/BGN over YTD: show the values
PointMDL/BGN
2025-12-310.09915
2026-01-070.09901
2026-01-140.09946
2026-01-210.09785
2026-01-280.09697
2026-02-040.09802
2026-02-110.09699
2026-02-180.09715
2026-02-250.09710
2026-03-040.09746
2026-03-110.09784
2026-03-180.09745
2026-03-250.09659
2026-04-010.09556
2026-04-080.09650
2026-04-190.09687
2026-04-260.09608
2026-05-030.09679
2026-05-100.09781
2026-05-180.09634
2026-05-260.09697
2026-06-020.09734
2026-06-110.09733
2026-06-180.09742
2026-06-250.09742
2026-07-020.09558
2026-07-090.09747
2026-07-160.09752
2026-07-230.09737
2026-07-300.09706
2026-08-060.09761
2026-08-130.09790
2026-08-210.09733
2026-08-280.09816
2026-09-040.09743
2026-09-110.09750
2026-09-180.09591
2026-09-250.09781

High

0.09946

Low

0.09556

Average

0.09733

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MDL/BGN API questions

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

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

How far back does MDL/BGN historical data go?

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