MAD to BIF exchange rate API
Moroccan Dirham to Burundi Franc · quoted 2026-09-26
312.0433
▼ +5.44% over 1Y
1 MAD = 312.0433 BIF · 1 BIF = 0.003205 MAD · Get this rate via the API
1 MAD buys 312.0433 BIF as of 2026-09-26, so 1 BIF buys 0.003205 MAD. Over the last year, MAD/BIF traded between 312.0433 and 330.0069, averaged 320.4383 and fell 5.44%. The API holds daily MAD/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MAD/BIF over 1Y: show the values
| Point | MAD/BIF |
|---|---|
| 2025-09-26 | 330.0069 |
| 2025-10-03 | 322.9429 |
| 2025-10-10 | 321.7438 |
| 2025-10-17 | 320.3760 |
| 2025-10-24 | 318.3152 |
| 2025-10-31 | 317.7636 |
| 2025-11-07 | 318.0698 |
| 2025-11-14 | 318.7797 |
| 2025-11-21 | 317.7925 |
| 2025-11-28 | 318.4344 |
| 2025-12-05 | 320.1998 |
| 2025-12-13 | 321.8808 |
| 2025-12-20 | 322.8721 |
| 2025-12-27 | 324.7147 |
| 2026-01-03 | 323.9100 |
| 2026-01-10 | 320.5735 |
| 2026-01-17 | 320.4758 |
| 2026-01-24 | 323.5878 |
| 2026-01-31 | 325.1207 |
| 2026-02-07 | 322.2293 |
| 2026-02-14 | 324.1403 |
| 2026-02-21 | 323.3783 |
| 2026-02-28 | 323.9044 |
| 2026-03-07 | 318.7697 |
| 2026-03-14 | 314.8373 |
| 2026-03-21 | 317.6290 |
| 2026-03-28 | 317.6734 |
| 2026-04-04 | 315.7645 |
| 2026-04-11 | 319.9568 |
| 2026-04-18 | 322.3256 |
| 2026-04-25 | 321.0326 |
| 2026-05-02 | 321.6862 |
| 2026-05-09 | 326.1925 |
| 2026-05-17 | 322.2490 |
| 2026-05-25 | 322.3958 |
| 2026-06-01 | 323.1178 |
| 2026-06-10 | 322.6441 |
| 2026-06-17 | 323.2160 |
| 2026-06-24 | 317.4273 |
| 2026-07-01 | 316.2215 |
| 2026-07-08 | 318.3627 |
| 2026-07-15 | 319.8473 |
| 2026-07-22 | 317.7057 |
| 2026-07-29 | 317.7693 |
| 2026-08-05 | 320.3766 |
| 2026-08-12 | 321.0225 |
| 2026-08-20 | 321.3466 |
| 2026-08-27 | 322.5790 |
| 2026-09-03 | 319.6456 |
| 2026-09-10 | 318.7811 |
| 2026-09-17 | 316.1336 |
| 2026-09-24 | 313.2630 |
High
330.0069
Low
312.0433
Average
320.4383
Get this rate via the API
One GET request returns the MAD/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=MAD¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MAD¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MAD¤cies=BIF").json()Replace YOUR_API_KEY with the key from your dashboard.
MAD/BIF API questions
How do I get the MAD/BIF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MAD¤cies=BIF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MAD/BIF rate in rates.BIF.
How far back does MAD/BIF historical data go?
Daily MAD/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 MAD/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.