Skip to content

BBD to CRC exchange rate API

Barbados Dollar to Costa Rican Colon · quoted 2026-09-24

226.3840

▼ +8.89% over YTD

1 BBD = 226.3840 CRC · 1 CRC = 0.004417 BBD · Get this rate via the API

1 BBD buys 226.3840 CRC as of 2026-09-24, so 1 CRC buys 0.004417 BBD. Over the year to date, BBD/CRC traded between 223.5475 and 248.6894, averaged 231.8785 and fell 8.89%. The API holds daily BBD/CRC rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/CRC over YTD

BBD/CRC over YTD: show the values
PointBBD/CRC
2025-12-31248.4616
2026-01-07248.6243
2026-01-14248.6894
2026-01-21243.8269
2026-01-28248.5342
2026-02-04247.7459
2026-02-11247.3858
2026-02-18239.8695
2026-02-25237.4647
2026-03-04235.0918
2026-03-11235.9681
2026-03-18234.1149
2026-03-25233.1220
2026-04-01232.5057
2026-04-08230.8345
2026-04-15228.5794
2026-04-22225.8527
2026-04-29225.8407
2026-05-06225.8740
2026-05-14227.6835
2026-05-21226.1276
2026-05-29226.1497
2026-06-05229.4641
2026-06-14227.7671
2026-06-21226.6133
2026-06-28226.6383
2026-07-05226.7069
2026-07-12225.9911
2026-07-19224.7780
2026-07-26226.3550
2026-08-02225.6079
2026-08-09225.4491
2026-08-16224.2203
2026-08-24226.8467
2026-08-31226.2525
2026-09-07226.8881
2026-09-14225.4045
2026-09-21223.5475

High

248.6894

Low

223.5475

Average

231.8785

For developers

Get this rate via the API

One GET request returns the BBD/CRC 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=BBD&currencies=CRC"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=CRC");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=CRC").json()

Replace YOUR_API_KEY with the key from your dashboard.

BBD/CRC API questions

How do I get the BBD/CRC exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD&currencies=CRC, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BBD/CRC rate in rates.CRC.

How far back does BBD/CRC historical data go?

Daily BBD/CRC 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 BBD/CRC 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.