Skip to content

MZN to BIF exchange rate API

Mozambique Metical to Burundi Franc · quoted 2026-09-26

46.9571

▼ +0.08% over 1Y

1 MZN = 46.9571 BIF · 1 BIF = 0.02130 MZN · Get this rate via the API

1 MZN buys 46.9571 BIF as of 2026-09-26, so 1 BIF buys 0.02130 MZN. Over the last year, MZN/BIF traded between 46.0037 and 47.2113, averaged 46.5359 and fell 0.08%. The API holds daily MZN/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MZN/BIF over 1Y

MZN/BIF over 1Y: show the values
PointMZN/BIF
2025-09-2646.9964
2025-10-0346.1259
2025-10-1046.1520
2025-10-1746.0037
2025-10-2446.0508
2025-10-3146.2505
2025-11-0746.1850
2025-11-1446.1615
2025-11-2146.2147
2025-11-2846.2218
2025-12-0546.3513
2025-12-1346.3375
2025-12-2046.3065
2025-12-2746.4647
2026-01-0346.3051
2026-01-1046.3621
2026-01-1746.3615
2026-01-2446.2751
2026-01-3146.4758
2026-02-0746.4879
2026-02-1446.3926
2026-02-2146.4303
2026-02-2846.4152
2026-03-0746.5264
2026-03-1446.5519
2026-03-2146.7355
2026-03-2846.4188
2026-04-0446.6805
2026-04-1146.4350
2026-04-1846.4904
2026-04-2546.4662
2026-05-0246.5701
2026-05-0946.5496
2026-05-1746.6625
2026-05-2546.5321
2026-06-0146.5679
2026-06-1046.8041
2026-06-1746.7956
2026-06-2446.7615
2026-07-0146.5796
2026-07-0846.7489
2026-07-1546.7976
2026-07-2246.8007
2026-07-2946.7360
2026-08-0546.7608
2026-08-1246.8316
2026-08-2046.6091
2026-08-2746.6928
2026-09-0346.8667
2026-09-1046.8377
2026-09-1747.0948
2026-09-2447.2113

High

47.2113

Low

46.0037

Average

46.5359

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MZN/BIF API questions

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

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

How far back does MZN/BIF historical data go?

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