Skip to content

CAD to BIF exchange rate API

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

2119.31

▼ +1.55% over 30D

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 30 days, CAD/BIF traded between 2119.31 and 2172.18, averaged 2148.65 and fell 1.55%. 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 30D

CAD/BIF over 30D: show the values
PointCAD/BIF
2026-08-282152.66
2026-08-292152.12
2026-08-302151.71
2026-08-312160.67
2026-09-012156.90
2026-09-022150.39
2026-09-032167.56
2026-09-042166.50
2026-09-052161.96
2026-09-062162.48
2026-09-072163.40
2026-09-082167.00
2026-09-092172.18
2026-09-102163.58
2026-09-112159.29
2026-09-122126.84
2026-09-132158.35
2026-09-142153.42
2026-09-152148.32
2026-09-162146.43
2026-09-172145.93
2026-09-182147.04
2026-09-192145.36
2026-09-202142.73
2026-09-212142.67
2026-09-222138.26
2026-09-232133.93
2026-09-242134.59
2026-09-252126.34
2026-09-262119.59
2026-09-272119.31

High

2172.18

Low

2119.31

Average

2148.65

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.