Skip to content

BIF to MWK exchange rate API

Burundi Franc to Kwacha · quoted 2026-09-26

0.57783

▼ +0.29% over 1Y

1 BIF = 0.57783 MWK · 1 MWK = 1.7306 BIF · Get this rate via the API

1 BIF buys 0.57783 MWK as of 2026-09-26, so 1 MWK buys 1.7306 BIF. Over the last year, BIF/MWK traded between 0.57708 and 0.58942, averaged 0.58396 and fell 0.29%. The API holds daily BIF/MWK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BIF/MWK over 1Y

BIF/MWK over 1Y: show the values
PointBIF/MWK
2025-09-260.57949
2025-10-030.58902
2025-10-100.58942
2025-10-170.58851
2025-10-240.58839
2025-10-310.58766
2025-11-070.58835
2025-11-140.58874
2025-11-210.58715
2025-11-280.58690
2025-12-050.58625
2025-12-130.58601
2025-12-200.58586
2025-12-270.58607
2026-01-030.58732
2026-01-100.58583
2026-01-170.58590
2026-01-240.58632
2026-01-310.58544
2026-02-070.58777
2026-02-140.58590
2026-02-210.58532
2026-02-280.58522
2026-03-070.58544
2026-03-140.58471
2026-03-210.58333
2026-03-280.58514
2026-04-040.58282
2026-04-110.58468
2026-04-180.58386
2026-04-250.58296
2026-05-020.58518
2026-05-090.58555
2026-05-170.58250
2026-05-250.58208
2026-06-010.58413
2026-06-100.58106
2026-06-170.58070
2026-06-240.58166
2026-07-010.58256
2026-07-080.58231
2026-07-150.57874
2026-07-220.58154
2026-07-290.58205
2026-08-050.58020
2026-08-120.57995
2026-08-200.58032
2026-08-270.58077
2026-09-030.57958
2026-09-100.58005
2026-09-170.57844
2026-09-240.57708

High

0.58942

Low

0.57708

Average

0.58396

For developers

Get this rate via the API

One GET request returns the BIF/MWK 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=BIF&currencies=MWK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BIF&currencies=MWK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BIF&currencies=MWK").json()

Replace YOUR_API_KEY with the key from your dashboard.

BIF/MWK API questions

How do I get the BIF/MWK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BIF&currencies=MWK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BIF/MWK rate in rates.MWK.

How far back does BIF/MWK historical data go?

Daily BIF/MWK 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 BIF/MWK 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.