Skip to content

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

MAD/BIF over 1Y: show the values
PointMAD/BIF
2025-09-26330.0069
2025-10-03322.9429
2025-10-10321.7438
2025-10-17320.3760
2025-10-24318.3152
2025-10-31317.7636
2025-11-07318.0698
2025-11-14318.7797
2025-11-21317.7925
2025-11-28318.4344
2025-12-05320.1998
2025-12-13321.8808
2025-12-20322.8721
2025-12-27324.7147
2026-01-03323.9100
2026-01-10320.5735
2026-01-17320.4758
2026-01-24323.5878
2026-01-31325.1207
2026-02-07322.2293
2026-02-14324.1403
2026-02-21323.3783
2026-02-28323.9044
2026-03-07318.7697
2026-03-14314.8373
2026-03-21317.6290
2026-03-28317.6734
2026-04-04315.7645
2026-04-11319.9568
2026-04-18322.3256
2026-04-25321.0326
2026-05-02321.6862
2026-05-09326.1925
2026-05-17322.2490
2026-05-25322.3958
2026-06-01323.1178
2026-06-10322.6441
2026-06-17323.2160
2026-06-24317.4273
2026-07-01316.2215
2026-07-08318.3627
2026-07-15319.8473
2026-07-22317.7057
2026-07-29317.7693
2026-08-05320.3766
2026-08-12321.0225
2026-08-20321.3466
2026-08-27322.5790
2026-09-03319.6456
2026-09-10318.7811
2026-09-17316.1336
2026-09-24313.2630

High

330.0069

Low

312.0433

Average

320.4383

For developers

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