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: show the values
| Point | CAD/BIF |
|---|---|
| 2026-08-28 | 2152.66 |
| 2026-08-29 | 2152.12 |
| 2026-08-30 | 2151.71 |
| 2026-08-31 | 2160.67 |
| 2026-09-01 | 2156.90 |
| 2026-09-02 | 2150.39 |
| 2026-09-03 | 2167.56 |
| 2026-09-04 | 2166.50 |
| 2026-09-05 | 2161.96 |
| 2026-09-06 | 2162.48 |
| 2026-09-07 | 2163.40 |
| 2026-09-08 | 2167.00 |
| 2026-09-09 | 2172.18 |
| 2026-09-10 | 2163.58 |
| 2026-09-11 | 2159.29 |
| 2026-09-12 | 2126.84 |
| 2026-09-13 | 2158.35 |
| 2026-09-14 | 2153.42 |
| 2026-09-15 | 2148.32 |
| 2026-09-16 | 2146.43 |
| 2026-09-17 | 2145.93 |
| 2026-09-18 | 2147.04 |
| 2026-09-19 | 2145.36 |
| 2026-09-20 | 2142.73 |
| 2026-09-21 | 2142.67 |
| 2026-09-22 | 2138.26 |
| 2026-09-23 | 2133.93 |
| 2026-09-24 | 2134.59 |
| 2026-09-25 | 2126.34 |
| 2026-09-26 | 2119.59 |
| 2026-09-27 | 2119.31 |
High
2172.18
Low
2119.31
Average
2148.65
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=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¤cies=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.