Skip to content

BBD to CRC exchange rate API

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

226.3840

▼ +10.23% over 1Y

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 last year, BBD/CRC traded between 223.6464 and 252.1770, averaged 236.9462 and fell 10.23%. 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 1Y

BBD/CRC over 1Y: show the values
PointBBD/CRC
2025-09-24252.1770
2025-10-01251.9730
2025-10-08251.7389
2025-10-15251.3926
2025-10-22251.1259
2025-10-29250.7249
2025-11-05251.0295
2025-11-12251.2285
2025-11-19250.0996
2025-11-26249.7627
2025-12-03246.2708
2025-12-11247.6976
2025-12-18249.1347
2025-12-25247.9146
2026-01-01248.7260
2026-01-08248.6550
2026-01-15247.8361
2026-01-22246.1179
2026-01-29247.7752
2026-02-05247.9134
2026-02-12245.5691
2026-02-19241.6046
2026-02-26236.3526
2026-03-05235.8240
2026-03-12236.2872
2026-03-19234.6234
2026-03-26233.2915
2026-04-02232.6392
2026-04-09230.9522
2026-04-16227.8745
2026-04-23226.2021
2026-04-30225.7887
2026-05-07226.5414
2026-05-15225.6286
2026-05-23226.8241
2026-05-30226.9631
2026-06-06230.3166
2026-06-15228.7330
2026-06-22226.7870
2026-06-29227.2174
2026-07-06227.8434
2026-07-13227.9071
2026-07-20226.8102
2026-07-27227.4354
2026-08-03226.8852
2026-08-10226.8858
2026-08-17224.5167
2026-08-25226.6964
2026-09-01225.9783
2026-09-08226.9067
2026-09-15224.9378
2026-09-22223.6464

High

252.1770

Low

223.6464

Average

236.9462

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.