Skip to content

CAD to BIF exchange rate API

Canadian Dollar to Burundi Franc · quoted 2026-09-27

2119.31

▲ +0.49% over 1Y

1 CAD = 2119.31 BIF · 1 BIF = 0.000472 CAD · Get this rate via the API

1 CAD buys 2119.31 BIF as of 2026-09-27, so 1 BIF buys 0.000472 CAD. Over the last year, CAD/BIF traded between 2092.02 and 2189.26, averaged 2139.49 and rose 0.49%. The API holds daily CAD/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CAD/BIF over 1Y

CAD/BIF over 1Y: show the values
PointCAD/BIF
2025-09-272109.00
2025-10-042109.96
2025-10-112112.84
2025-10-182105.50
2025-10-252106.42
2025-11-012106.83
2025-11-082096.63
2025-11-152101.87
2025-11-222097.46
2025-11-292118.01
2025-12-062144.84
2025-12-142146.10
2025-12-212143.28
2025-12-282163.36
2026-01-042154.54
2026-01-112127.39
2026-01-182125.95
2026-01-252158.70
2026-02-012177.41
2026-02-082165.36
2026-02-152171.43
2026-02-222164.03
2026-03-012168.34
2026-03-082182.86
2026-03-152163.79
2026-03-222159.99
2026-03-292137.99
2026-04-052130.46
2026-04-122142.72
2026-04-192171.23
2026-04-262171.12
2026-05-032189.26
2026-05-102169.58
2026-05-182171.01
2026-05-262150.89
2026-06-022154.84
2026-06-112137.87
2026-06-182115.84
2026-06-252092.02
2026-07-022099.98
2026-07-092103.82
2026-07-162120.56
2026-07-232119.64
2026-07-302121.25
2026-08-062129.92
2026-08-132143.40
2026-08-212166.29
2026-08-282152.66
2026-09-042166.50
2026-09-112159.29
2026-09-182147.04
2026-09-252126.34

High

2189.26

Low

2092.02

Average

2139.49

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CAD/BIF API questions

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

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

How far back does CAD/BIF historical data go?

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