Skip to content

CRC to BIF exchange rate API

Costa Rican Colon to Burundi Franc · quoted 2026-09-26

6.5991

▲ +19.24% over 5Y

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 5 years, CRC/BIF traded between 5.5343 and 6.5991, averaged 6.0271 and rose 19.24%. 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 5Y

CRC/BIF over 5Y: show the values
PointCRC/BIF
2024-08-245.5343
2024-10-075.5851
2024-11-065.6573
2024-12-065.7918
2025-01-055.6992
2025-02-045.8267
2025-03-065.8679
2025-04-065.7560
2025-05-065.8582
2025-06-075.7674
2025-07-075.8969
2025-08-065.8991
2025-09-055.8832
2025-10-065.8668
2025-11-055.8757
2025-12-056.0217
2026-01-055.9558
2026-02-045.9648
2026-03-066.2792
2026-04-056.3847
2026-05-056.5422
2026-06-066.4754
2026-07-086.5499
2026-08-076.5775
2026-09-076.5889

High

6.5991

Low

5.5343

Average

6.0271

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CRC&currencies=BIF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CRC&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=CRC&currencies=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&currencies=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.