Skip to content

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

CRC/BIF over 1Y: show the values
PointCRC/BIF
2025-09-265.9423
2025-10-035.8510
2025-10-105.8551
2025-10-175.8597
2025-10-245.8630
2025-10-315.8751
2025-11-075.8768
2025-11-145.8827
2025-11-215.9007
2025-11-285.9241
2025-12-056.0217
2025-12-135.9156
2025-12-205.9301
2025-12-275.9703
2026-01-035.9405
2026-01-105.9567
2026-01-176.0544
2026-01-245.9765
2026-01-315.9581
2026-02-075.9768
2026-02-146.1065
2026-02-216.2130
2026-02-286.2808
2026-03-076.2071
2026-03-146.2980
2026-03-216.3602
2026-03-286.3917
2026-04-046.3889
2026-04-116.4194
2026-04-186.5198
2026-04-256.5362
2026-05-026.5445
2026-05-096.4723
2026-05-176.5744
2026-05-256.5680
2026-06-016.5577
2026-06-106.4767
2026-06-176.5637
2026-06-246.5664
2026-07-016.5338
2026-07-086.5499
2026-07-156.5792
2026-07-226.5804
2026-07-296.5610
2026-08-056.5864
2026-08-126.5856
2026-08-206.6065
2026-08-276.5705
2026-09-036.5980
2026-09-106.5838
2026-09-176.6799
2026-09-246.6556

High

6.6799

Low

5.8510

Average

6.2801

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.