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: show the values
| Point | CAD/BIF |
|---|---|
| 2025-09-27 | 2109.00 |
| 2025-10-04 | 2109.96 |
| 2025-10-11 | 2112.84 |
| 2025-10-18 | 2105.50 |
| 2025-10-25 | 2106.42 |
| 2025-11-01 | 2106.83 |
| 2025-11-08 | 2096.63 |
| 2025-11-15 | 2101.87 |
| 2025-11-22 | 2097.46 |
| 2025-11-29 | 2118.01 |
| 2025-12-06 | 2144.84 |
| 2025-12-14 | 2146.10 |
| 2025-12-21 | 2143.28 |
| 2025-12-28 | 2163.36 |
| 2026-01-04 | 2154.54 |
| 2026-01-11 | 2127.39 |
| 2026-01-18 | 2125.95 |
| 2026-01-25 | 2158.70 |
| 2026-02-01 | 2177.41 |
| 2026-02-08 | 2165.36 |
| 2026-02-15 | 2171.43 |
| 2026-02-22 | 2164.03 |
| 2026-03-01 | 2168.34 |
| 2026-03-08 | 2182.86 |
| 2026-03-15 | 2163.79 |
| 2026-03-22 | 2159.99 |
| 2026-03-29 | 2137.99 |
| 2026-04-05 | 2130.46 |
| 2026-04-12 | 2142.72 |
| 2026-04-19 | 2171.23 |
| 2026-04-26 | 2171.12 |
| 2026-05-03 | 2189.26 |
| 2026-05-10 | 2169.58 |
| 2026-05-18 | 2171.01 |
| 2026-05-26 | 2150.89 |
| 2026-06-02 | 2154.84 |
| 2026-06-11 | 2137.87 |
| 2026-06-18 | 2115.84 |
| 2026-06-25 | 2092.02 |
| 2026-07-02 | 2099.98 |
| 2026-07-09 | 2103.82 |
| 2026-07-16 | 2120.56 |
| 2026-07-23 | 2119.64 |
| 2026-07-30 | 2121.25 |
| 2026-08-06 | 2129.92 |
| 2026-08-13 | 2143.40 |
| 2026-08-21 | 2166.29 |
| 2026-08-28 | 2152.66 |
| 2026-09-04 | 2166.50 |
| 2026-09-11 | 2159.29 |
| 2026-09-18 | 2147.04 |
| 2026-09-25 | 2126.34 |
High
2189.26
Low
2092.02
Average
2139.49
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.