Skip to content

BIF to ZWL exchange rate API

Burundi Franc to Zimbabwe Dollar · quoted 2026-09-26

22.2071

▲ +0.34% over 1Y

1 BIF = 22.2071 ZWL · 1 ZWL = 0.04503 BIF · Get this rate via the API

1 BIF buys 22.2071 ZWL as of 2026-09-26, so 1 ZWL buys 0.04503 BIF. Over the last year, BIF/ZWL traded between 0.10820 and 22.6419, averaged 19.6145 and rose 0.34%. The API holds daily BIF/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BIF/ZWL over 1Y

BIF/ZWL over 1Y: show the values
PointBIF/ZWL
2025-09-2622.1308
2025-10-0322.6312
2025-10-1022.6350
2025-10-1722.6419
2025-10-2422.5369
2025-10-3122.3608
2025-11-0722.2476
2025-11-1422.2978
2025-11-2122.3391
2025-11-2822.1531
2025-12-0522.0937
2025-12-1322.0360
2025-12-2022.0244
2025-12-2721.9854
2026-01-0321.9027
2026-01-1021.7300
2026-01-1721.7017
2026-01-2421.6507
2026-01-3121.5699
2026-02-0721.6366
2026-02-1421.5598
2026-02-2121.5271
2026-02-2821.7131
2026-03-0721.6954
2026-03-1421.4348
2026-03-2121.2603
2026-03-280.1085
2026-04-0421.3449
2026-04-110.1084
2026-04-180.1083
2026-04-250.1084
2026-05-020.1082
2026-05-090.1082
2026-05-1721.6261
2026-05-2522.1543
2026-06-0122.6301
2026-06-1022.3789
2026-06-1722.3234
2026-06-2422.4399
2026-07-0122.5339
2026-07-0822.4453
2026-07-1522.4162
2026-07-2222.4492
2026-07-2922.3853
2026-08-0522.3141
2026-08-1222.2421
2026-08-2022.4057
2026-08-2722.1791
2026-09-0322.3335
2026-09-1022.3121
2026-09-1722.2041
2026-09-2422.0995

High

22.6419

Low

0.10820

Average

19.6145

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BIF/ZWL API questions

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

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

How far back does BIF/ZWL historical data go?

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