CRC to BIF exchange rate API
Costa Rican Colon to Burundi Franc · quoted 2026-09-26
6.5991
▲ +11.05% over 1Y
1 CRC = 6.5991 BIF · 1 BIF = 0.15154 CRC · Get this rate via the API
1 CRC buys 6.5991 BIF as of 2026-09-26, so 1 BIF buys 0.15154 CRC. Over the last year, CRC/BIF traded between 5.8510 and 6.6799, averaged 6.2801 and rose 11.05%. The API holds daily CRC/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CRC/BIF over 1Y: show the values
| Point | CRC/BIF |
|---|---|
| 2025-09-26 | 5.9423 |
| 2025-10-03 | 5.8510 |
| 2025-10-10 | 5.8551 |
| 2025-10-17 | 5.8597 |
| 2025-10-24 | 5.8630 |
| 2025-10-31 | 5.8751 |
| 2025-11-07 | 5.8768 |
| 2025-11-14 | 5.8827 |
| 2025-11-21 | 5.9007 |
| 2025-11-28 | 5.9241 |
| 2025-12-05 | 6.0217 |
| 2025-12-13 | 5.9156 |
| 2025-12-20 | 5.9301 |
| 2025-12-27 | 5.9703 |
| 2026-01-03 | 5.9405 |
| 2026-01-10 | 5.9567 |
| 2026-01-17 | 6.0544 |
| 2026-01-24 | 5.9765 |
| 2026-01-31 | 5.9581 |
| 2026-02-07 | 5.9768 |
| 2026-02-14 | 6.1065 |
| 2026-02-21 | 6.2130 |
| 2026-02-28 | 6.2808 |
| 2026-03-07 | 6.2071 |
| 2026-03-14 | 6.2980 |
| 2026-03-21 | 6.3602 |
| 2026-03-28 | 6.3917 |
| 2026-04-04 | 6.3889 |
| 2026-04-11 | 6.4194 |
| 2026-04-18 | 6.5198 |
| 2026-04-25 | 6.5362 |
| 2026-05-02 | 6.5445 |
| 2026-05-09 | 6.4723 |
| 2026-05-17 | 6.5744 |
| 2026-05-25 | 6.5680 |
| 2026-06-01 | 6.5577 |
| 2026-06-10 | 6.4767 |
| 2026-06-17 | 6.5637 |
| 2026-06-24 | 6.5664 |
| 2026-07-01 | 6.5338 |
| 2026-07-08 | 6.5499 |
| 2026-07-15 | 6.5792 |
| 2026-07-22 | 6.5804 |
| 2026-07-29 | 6.5610 |
| 2026-08-05 | 6.5864 |
| 2026-08-12 | 6.5856 |
| 2026-08-20 | 6.6065 |
| 2026-08-27 | 6.5705 |
| 2026-09-03 | 6.5980 |
| 2026-09-10 | 6.5838 |
| 2026-09-17 | 6.6799 |
| 2026-09-24 | 6.6556 |
High
6.6799
Low
5.8510
Average
6.2801
Get this rate via the API
One GET request returns the CRC/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=CRC¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CRC¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CRC¤cies=BIF").json()Replace YOUR_API_KEY with the key from your dashboard.
CRC/BIF API questions
How do I get the CRC/BIF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CRC¤cies=BIF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CRC/BIF rate in rates.BIF.
How far back does CRC/BIF historical data go?
Daily CRC/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 CRC/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.