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: show the values
| Point | MDL/BIF |
|---|---|
| 2025-09-24 | 178.8477 |
| 2025-10-01 | 176.2267 |
| 2025-10-08 | 176.5592 |
| 2025-10-15 | 173.5953 |
| 2025-10-22 | 173.9513 |
| 2025-10-29 | 173.2434 |
| 2025-11-05 | 172.9527 |
| 2025-11-12 | 173.7577 |
| 2025-11-19 | 174.4268 |
| 2025-11-26 | 172.5540 |
| 2025-12-03 | 174.2237 |
| 2025-12-11 | 173.4321 |
| 2025-12-18 | 175.5026 |
| 2025-12-25 | 175.9457 |
| 2026-01-01 | 176.2116 |
| 2026-01-08 | 175.4395 |
| 2026-01-15 | 173.6086 |
| 2026-01-22 | 174.2941 |
| 2026-01-29 | 176.5890 |
| 2026-02-05 | 174.6594 |
| 2026-02-12 | 175.4349 |
| 2026-02-19 | 173.7974 |
| 2026-02-26 | 173.1469 |
| 2026-03-05 | 171.4313 |
| 2026-03-12 | 171.8909 |
| 2026-03-19 | 170.0360 |
| 2026-03-26 | 169.6872 |
| 2026-04-02 | 168.6815 |
| 2026-04-09 | 172.6161 |
| 2026-04-16 | 173.8710 |
| 2026-04-23 | 173.5929 |
| 2026-04-30 | 172.8148 |
| 2026-05-07 | 173.8576 |
| 2026-05-15 | 173.2032 |
| 2026-05-23 | 171.6785 |
| 2026-05-30 | 172.0490 |
| 2026-06-06 | 172.4777 |
| 2026-06-15 | 170.9849 |
| 2026-06-22 | 169.8072 |
| 2026-06-29 | 167.4963 |
| 2026-07-06 | 169.1373 |
| 2026-07-13 | 169.3685 |
| 2026-07-20 | 169.5642 |
| 2026-07-27 | 169.0617 |
| 2026-08-03 | 169.8127 |
| 2026-08-10 | 172.2870 |
| 2026-08-17 | 172.4049 |
| 2026-08-25 | 172.6114 |
| 2026-09-01 | 174.8398 |
| 2026-09-08 | 173.4277 |
| 2026-09-15 | 171.9532 |
| 2026-09-22 | 171.0333 |
High
178.8477
Low
167.4963
Average
172.8568
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.