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: show the values
| Point | BGN/MDL |
|---|---|
| 2025-09-25 | 9.9984 |
| 2025-10-02 | 10.0181 |
| 2025-10-09 | 9.9171 |
| 2025-10-16 | 10.0688 |
| 2025-10-23 | 10.0757 |
| 2025-10-30 | 10.0379 |
| 2025-11-06 | 10.0826 |
| 2025-11-13 | 10.0734 |
| 2025-11-20 | 10.0016 |
| 2025-11-27 | 10.1409 |
| 2025-12-04 | 10.1272 |
| 2025-12-12 | 10.1887 |
| 2025-12-19 | 10.0943 |
| 2025-12-26 | 10.1299 |
| 2026-01-02 | 10.1078 |
| 2026-01-09 | 9.9908 |
| 2026-01-16 | 10.1384 |
| 2026-01-23 | 10.2174 |
| 2026-01-30 | 10.2447 |
| 2026-02-06 | 10.2493 |
| 2026-02-13 | 10.2931 |
| 2026-02-20 | 10.2956 |
| 2026-02-27 | 10.3356 |
| 2026-03-06 | 10.2707 |
| 2026-03-13 | 10.2594 |
| 2026-03-20 | 10.3587 |
| 2026-03-27 | 10.3384 |
| 2026-04-03 | 10.3534 |
| 2026-04-14 | 10.2328 |
| 2026-04-21 | 10.2585 |
| 2026-04-28 | 10.4022 |
| 2026-05-05 | 10.3234 |
| 2026-05-12 | 10.3041 |
| 2026-05-20 | 10.2677 |
| 2026-05-28 | 10.2685 |
| 2026-06-04 | 10.2860 |
| 2026-06-13 | 10.2794 |
| 2026-06-20 | 10.2518 |
| 2026-06-27 | 10.3084 |
| 2026-07-04 | 10.2938 |
| 2026-07-11 | 10.2527 |
| 2026-07-18 | 10.2786 |
| 2026-07-25 | 10.2191 |
| 2026-08-01 | 10.2686 |
| 2026-08-08 | 10.2745 |
| 2026-08-15 | 10.2513 |
| 2026-08-23 | 10.2377 |
| 2026-08-30 | 10.2362 |
| 2026-09-06 | 10.2462 |
| 2026-09-13 | 10.2220 |
| 2026-09-20 | 10.2872 |
High
10.4022
Low
9.9171
Average
10.2093
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN¤cies=MDL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN¤cies=MDL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN¤cies=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¤cies=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.