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: show the values
| Point | BIF/ZWL |
|---|---|
| 2025-09-26 | 22.1308 |
| 2025-10-03 | 22.6312 |
| 2025-10-10 | 22.6350 |
| 2025-10-17 | 22.6419 |
| 2025-10-24 | 22.5369 |
| 2025-10-31 | 22.3608 |
| 2025-11-07 | 22.2476 |
| 2025-11-14 | 22.2978 |
| 2025-11-21 | 22.3391 |
| 2025-11-28 | 22.1531 |
| 2025-12-05 | 22.0937 |
| 2025-12-13 | 22.0360 |
| 2025-12-20 | 22.0244 |
| 2025-12-27 | 21.9854 |
| 2026-01-03 | 21.9027 |
| 2026-01-10 | 21.7300 |
| 2026-01-17 | 21.7017 |
| 2026-01-24 | 21.6507 |
| 2026-01-31 | 21.5699 |
| 2026-02-07 | 21.6366 |
| 2026-02-14 | 21.5598 |
| 2026-02-21 | 21.5271 |
| 2026-02-28 | 21.7131 |
| 2026-03-07 | 21.6954 |
| 2026-03-14 | 21.4348 |
| 2026-03-21 | 21.2603 |
| 2026-03-28 | 0.1085 |
| 2026-04-04 | 21.3449 |
| 2026-04-11 | 0.1084 |
| 2026-04-18 | 0.1083 |
| 2026-04-25 | 0.1084 |
| 2026-05-02 | 0.1082 |
| 2026-05-09 | 0.1082 |
| 2026-05-17 | 21.6261 |
| 2026-05-25 | 22.1543 |
| 2026-06-01 | 22.6301 |
| 2026-06-10 | 22.3789 |
| 2026-06-17 | 22.3234 |
| 2026-06-24 | 22.4399 |
| 2026-07-01 | 22.5339 |
| 2026-07-08 | 22.4453 |
| 2026-07-15 | 22.4162 |
| 2026-07-22 | 22.4492 |
| 2026-07-29 | 22.3853 |
| 2026-08-05 | 22.3141 |
| 2026-08-12 | 22.2421 |
| 2026-08-20 | 22.4057 |
| 2026-08-27 | 22.1791 |
| 2026-09-03 | 22.3335 |
| 2026-09-10 | 22.3121 |
| 2026-09-17 | 22.2041 |
| 2026-09-24 | 22.0995 |
High
22.6419
Low
0.10820
Average
19.6145
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BIF¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BIF¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BIF¤cies=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¤cies=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.