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: show the values
| Point | BBD/CRC |
|---|---|
| 2025-12-31 | 248.4616 |
| 2026-01-07 | 248.6243 |
| 2026-01-14 | 248.6894 |
| 2026-01-21 | 243.8269 |
| 2026-01-28 | 248.5342 |
| 2026-02-04 | 247.7459 |
| 2026-02-11 | 247.3858 |
| 2026-02-18 | 239.8695 |
| 2026-02-25 | 237.4647 |
| 2026-03-04 | 235.0918 |
| 2026-03-11 | 235.9681 |
| 2026-03-18 | 234.1149 |
| 2026-03-25 | 233.1220 |
| 2026-04-01 | 232.5057 |
| 2026-04-08 | 230.8345 |
| 2026-04-15 | 228.5794 |
| 2026-04-22 | 225.8527 |
| 2026-04-29 | 225.8407 |
| 2026-05-06 | 225.8740 |
| 2026-05-14 | 227.6835 |
| 2026-05-21 | 226.1276 |
| 2026-05-29 | 226.1497 |
| 2026-06-05 | 229.4641 |
| 2026-06-14 | 227.7671 |
| 2026-06-21 | 226.6133 |
| 2026-06-28 | 226.6383 |
| 2026-07-05 | 226.7069 |
| 2026-07-12 | 225.9911 |
| 2026-07-19 | 224.7780 |
| 2026-07-26 | 226.3550 |
| 2026-08-02 | 225.6079 |
| 2026-08-09 | 225.4491 |
| 2026-08-16 | 224.2203 |
| 2026-08-24 | 226.8467 |
| 2026-08-31 | 226.2525 |
| 2026-09-07 | 226.8881 |
| 2026-09-14 | 225.4045 |
| 2026-09-21 | 223.5475 |
High
248.6894
Low
223.5475
Average
231.8785
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.