Skip to content

MWK to BIF exchange rate API

Kwacha to Burundi Franc · quoted 2026-09-26

1.7306

▲ +0.29% over 1Y

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

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

MWK/BIF over 1Y

MWK/BIF over 1Y: show the values
PointMWK/BIF
2025-09-261.7256
2025-10-031.6977
2025-10-101.6966
2025-10-171.6992
2025-10-241.6996
2025-10-311.7017
2025-11-071.6997
2025-11-141.6985
2025-11-211.7031
2025-11-281.7039
2025-12-051.7058
2025-12-131.7065
2025-12-201.7069
2025-12-271.7063
2026-01-031.7026
2026-01-101.7070
2026-01-171.7068
2026-01-241.7055
2026-01-311.7081
2026-02-071.7013
2026-02-141.7068
2026-02-211.7085
2026-02-281.7087
2026-03-071.7081
2026-03-141.7102
2026-03-211.7143
2026-03-281.7090
2026-04-041.7158
2026-04-111.7103
2026-04-181.7127
2026-04-251.7154
2026-05-021.7089
2026-05-091.7078
2026-05-171.7167
2026-05-251.7180
2026-06-011.7119
2026-06-101.7210
2026-06-171.7221
2026-06-241.7192
2026-07-011.7166
2026-07-081.7173
2026-07-151.7279
2026-07-221.7196
2026-07-291.7181
2026-08-051.7235
2026-08-121.7243
2026-08-201.7232
2026-08-271.7218
2026-09-031.7254
2026-09-101.7240
2026-09-171.7288
2026-09-241.7329

High

1.7329

Low

1.6966

Average

1.7125

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MWK/BIF API questions

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

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

How far back does MWK/BIF historical data go?

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