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: show the values
| Point | BBD/CRC |
|---|---|
| 2025-09-24 | 252.1770 |
| 2025-10-01 | 251.9730 |
| 2025-10-08 | 251.7389 |
| 2025-10-15 | 251.3926 |
| 2025-10-22 | 251.1259 |
| 2025-10-29 | 250.7249 |
| 2025-11-05 | 251.0295 |
| 2025-11-12 | 251.2285 |
| 2025-11-19 | 250.0996 |
| 2025-11-26 | 249.7627 |
| 2025-12-03 | 246.2708 |
| 2025-12-11 | 247.6976 |
| 2025-12-18 | 249.1347 |
| 2025-12-25 | 247.9146 |
| 2026-01-01 | 248.7260 |
| 2026-01-08 | 248.6550 |
| 2026-01-15 | 247.8361 |
| 2026-01-22 | 246.1179 |
| 2026-01-29 | 247.7752 |
| 2026-02-05 | 247.9134 |
| 2026-02-12 | 245.5691 |
| 2026-02-19 | 241.6046 |
| 2026-02-26 | 236.3526 |
| 2026-03-05 | 235.8240 |
| 2026-03-12 | 236.2872 |
| 2026-03-19 | 234.6234 |
| 2026-03-26 | 233.2915 |
| 2026-04-02 | 232.6392 |
| 2026-04-09 | 230.9522 |
| 2026-04-16 | 227.8745 |
| 2026-04-23 | 226.2021 |
| 2026-04-30 | 225.7887 |
| 2026-05-07 | 226.5414 |
| 2026-05-15 | 225.6286 |
| 2026-05-23 | 226.8241 |
| 2026-05-30 | 226.9631 |
| 2026-06-06 | 230.3166 |
| 2026-06-15 | 228.7330 |
| 2026-06-22 | 226.7870 |
| 2026-06-29 | 227.2174 |
| 2026-07-06 | 227.8434 |
| 2026-07-13 | 227.9071 |
| 2026-07-20 | 226.8102 |
| 2026-07-27 | 227.4354 |
| 2026-08-03 | 226.8852 |
| 2026-08-10 | 226.8858 |
| 2026-08-17 | 224.5167 |
| 2026-08-25 | 226.6964 |
| 2026-09-01 | 225.9783 |
| 2026-09-08 | 226.9067 |
| 2026-09-15 | 224.9378 |
| 2026-09-22 | 223.6464 |
High
252.1770
Low
223.6464
Average
236.9462
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=CRC"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=CRC");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=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¤cies=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.