Skip to content

BGN to MDL exchange rate API

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

10.2241

▲ +2.26% over 1Y

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

1 BGN buys 10.2241 MDL as of 2026-09-25, so 1 MDL buys 0.09781 BGN. Over the last year, BGN/MDL traded between 9.9171 and 10.4022, averaged 10.2093 and rose 2.26%. The API holds daily BGN/MDL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BGN/MDL over 1Y

BGN/MDL over 1Y: show the values
PointBGN/MDL
2025-09-259.9984
2025-10-0210.0181
2025-10-099.9171
2025-10-1610.0688
2025-10-2310.0757
2025-10-3010.0379
2025-11-0610.0826
2025-11-1310.0734
2025-11-2010.0016
2025-11-2710.1409
2025-12-0410.1272
2025-12-1210.1887
2025-12-1910.0943
2025-12-2610.1299
2026-01-0210.1078
2026-01-099.9908
2026-01-1610.1384
2026-01-2310.2174
2026-01-3010.2447
2026-02-0610.2493
2026-02-1310.2931
2026-02-2010.2956
2026-02-2710.3356
2026-03-0610.2707
2026-03-1310.2594
2026-03-2010.3587
2026-03-2710.3384
2026-04-0310.3534
2026-04-1410.2328
2026-04-2110.2585
2026-04-2810.4022
2026-05-0510.3234
2026-05-1210.3041
2026-05-2010.2677
2026-05-2810.2685
2026-06-0410.2860
2026-06-1310.2794
2026-06-2010.2518
2026-06-2710.3084
2026-07-0410.2938
2026-07-1110.2527
2026-07-1810.2786
2026-07-2510.2191
2026-08-0110.2686
2026-08-0810.2745
2026-08-1510.2513
2026-08-2310.2377
2026-08-3010.2362
2026-09-0610.2462
2026-09-1310.2220
2026-09-2010.2872

High

10.4022

Low

9.9171

Average

10.2093

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN&currencies=MDL").json()

Replace YOUR_API_KEY with the key from your dashboard.

BGN/MDL API questions

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

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

How far back does BGN/MDL historical data go?

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