MDL to BIF exchange rate API
Moldovan Leu to Burundi Franc · quoted 2026-09-24
171.3310
▼ +2.93% over YTD
1 MDL = 171.3310 BIF · 1 BIF = 0.005837 MDL · Get this rate via the API
1 MDL buys 171.3310 BIF as of 2026-09-24, so 1 BIF buys 0.005837 MDL. Over the year to date, MDL/BIF traded between 167.7906 and 176.5111, averaged 172.2215 and fell 2.93%. The API holds daily MDL/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MDL/BIF over YTD: show the values
| Point | MDL/BIF |
|---|---|
| 2025-12-31 | 176.5111 |
| 2026-01-07 | 175.3599 |
| 2026-01-14 | 175.4275 |
| 2026-01-21 | 173.7869 |
| 2026-01-28 | 176.0521 |
| 2026-02-04 | 175.1556 |
| 2026-02-11 | 175.1416 |
| 2026-02-18 | 174.1350 |
| 2026-02-25 | 173.6121 |
| 2026-03-04 | 171.7034 |
| 2026-03-11 | 172.6127 |
| 2026-03-18 | 170.4145 |
| 2026-03-25 | 170.0682 |
| 2026-04-01 | 167.7906 |
| 2026-04-08 | 169.8204 |
| 2026-04-15 | 176.0561 |
| 2026-04-22 | 172.8855 |
| 2026-04-29 | 172.0488 |
| 2026-05-06 | 172.4113 |
| 2026-05-14 | 173.6073 |
| 2026-05-21 | 171.2769 |
| 2026-05-29 | 171.5762 |
| 2026-06-05 | 172.2266 |
| 2026-06-14 | 171.0178 |
| 2026-06-21 | 169.8476 |
| 2026-06-28 | 168.5438 |
| 2026-07-05 | 169.1170 |
| 2026-07-12 | 169.9849 |
| 2026-07-19 | 169.7342 |
| 2026-07-26 | 169.7014 |
| 2026-08-02 | 170.1421 |
| 2026-08-09 | 172.0833 |
| 2026-08-16 | 172.7740 |
| 2026-08-24 | 172.8806 |
| 2026-08-31 | 172.7103 |
| 2026-09-07 | 173.5501 |
| 2026-09-14 | 172.5840 |
| 2026-09-21 | 170.9558 |
High
176.5111
Low
167.7906
Average
172.2215
Get this rate via the API
One GET request returns the MDL/BIF 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=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=BIF").json()Replace YOUR_API_KEY with the key from your dashboard.
MDL/BIF API questions
How do I get the MDL/BIF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL¤cies=BIF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MDL/BIF rate in rates.BIF.
How far back does MDL/BIF historical data go?
Daily MDL/BIF 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/BIF 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.