Skip to content

MDL to BIF exchange rate API

Moldovan Leu to Burundi Franc · quoted 2026-09-24

171.3310

▼ +4.20% over 1Y

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 last year, MDL/BIF traded between 167.4963 and 178.8477, averaged 172.8568 and fell 4.20%. 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 1Y

MDL/BIF over 1Y: show the values
PointMDL/BIF
2025-09-24178.8477
2025-10-01176.2267
2025-10-08176.5592
2025-10-15173.5953
2025-10-22173.9513
2025-10-29173.2434
2025-11-05172.9527
2025-11-12173.7577
2025-11-19174.4268
2025-11-26172.5540
2025-12-03174.2237
2025-12-11173.4321
2025-12-18175.5026
2025-12-25175.9457
2026-01-01176.2116
2026-01-08175.4395
2026-01-15173.6086
2026-01-22174.2941
2026-01-29176.5890
2026-02-05174.6594
2026-02-12175.4349
2026-02-19173.7974
2026-02-26173.1469
2026-03-05171.4313
2026-03-12171.8909
2026-03-19170.0360
2026-03-26169.6872
2026-04-02168.6815
2026-04-09172.6161
2026-04-16173.8710
2026-04-23173.5929
2026-04-30172.8148
2026-05-07173.8576
2026-05-15173.2032
2026-05-23171.6785
2026-05-30172.0490
2026-06-06172.4777
2026-06-15170.9849
2026-06-22169.8072
2026-06-29167.4963
2026-07-06169.1373
2026-07-13169.3685
2026-07-20169.5642
2026-07-27169.0617
2026-08-03169.8127
2026-08-10172.2870
2026-08-17172.4049
2026-08-25172.6114
2026-09-01174.8398
2026-09-08173.4277
2026-09-15171.9532
2026-09-22171.0333

High

178.8477

Low

167.4963

Average

172.8568

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.