Skip to content

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

MDL/BIF over YTD: show the values
PointMDL/BIF
2025-12-31176.5111
2026-01-07175.3599
2026-01-14175.4275
2026-01-21173.7869
2026-01-28176.0521
2026-02-04175.1556
2026-02-11175.1416
2026-02-18174.1350
2026-02-25173.6121
2026-03-04171.7034
2026-03-11172.6127
2026-03-18170.4145
2026-03-25170.0682
2026-04-01167.7906
2026-04-08169.8204
2026-04-15176.0561
2026-04-22172.8855
2026-04-29172.0488
2026-05-06172.4113
2026-05-14173.6073
2026-05-21171.2769
2026-05-29171.5762
2026-06-05172.2266
2026-06-14171.0178
2026-06-21169.8476
2026-06-28168.5438
2026-07-05169.1170
2026-07-12169.9849
2026-07-19169.7342
2026-07-26169.7014
2026-08-02170.1421
2026-08-09172.0833
2026-08-16172.7740
2026-08-24172.8806
2026-08-31172.7103
2026-09-07173.5501
2026-09-14172.5840
2026-09-21170.9558

High

176.5111

Low

167.7906

Average

172.2215

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL&currencies=BIF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MDL&currencies=BIF");
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=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&currencies=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.