Skip to content

BIF to ZMW exchange rate API

Burundi Franc to Zambian Kwacha · quoted 2026-09-26

0.006505

▼ +18.05% over 1Y

1 BIF = 0.006505 ZMW · 1 ZMW = 153.7279 BIF · Get this rate via the API

1 BIF buys 0.006505 ZMW as of 2026-09-26, so 1 ZMW buys 153.7279 BIF. Over the last year, BIF/ZMW traded between 0.005935 and 0.008079, averaged 0.006743 and fell 18.05%. The API holds daily BIF/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BIF/ZMW over 1Y

BIF/ZMW over 1Y: show the values
PointBIF/ZMW
2025-09-260.007938
2025-10-030.008079
2025-10-100.007697
2025-10-170.007699
2025-10-240.007521
2025-10-310.007503
2025-11-070.007692
2025-11-140.007678
2025-11-210.007807
2025-11-280.007752
2025-12-050.007823
2025-12-130.007804
2025-12-200.007650
2025-12-270.007622
2026-01-030.007472
2026-01-100.006582
2026-01-170.006832
2026-01-240.006611
2026-01-310.006664
2026-02-070.006325
2026-02-140.006160
2026-02-210.006397
2026-02-280.006378
2026-03-070.006509
2026-03-140.006540
2026-03-210.006562
2026-03-280.006342
2026-04-040.006484
2026-04-110.006402
2026-04-180.006398
2026-04-250.006362
2026-05-020.006276
2026-05-090.006399
2026-05-170.006350
2026-05-250.006361
2026-06-010.006203
2026-06-100.005961
2026-06-170.005935
2026-06-240.006063
2026-07-010.006070
2026-07-080.006200
2026-07-150.006082
2026-07-220.006173
2026-07-290.006285
2026-08-050.006358
2026-08-120.006297
2026-08-200.006298
2026-08-270.006378
2026-09-030.006405
2026-09-100.006456
2026-09-170.006536
2026-09-240.006494

High

0.008079

Low

0.005935

Average

0.006743

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BIF/ZMW API questions

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

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

How far back does BIF/ZMW historical data go?

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