Skip to content

BSD to CRC exchange rate API

Bahamian Dollar to Costa Rican Colon · quoted 2026-09-26

454.2284

▼ +10.12% over 1Y

1 BSD = 454.2284 CRC · 1 CRC = 0.002202 BSD · Get this rate via the API

1 BSD buys 454.2284 CRC as of 2026-09-26, so 1 CRC buys 0.002202 BSD. Over the last year, BSD/CRC traded between 449.5985 and 505.3580, averaged 474.0425 and fell 10.12%. The API holds daily BSD/CRC rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BSD/CRC over 1Y

BSD/CRC over 1Y: show the values
PointBSD/CRC
2025-09-26505.3580
2025-10-03503.4312
2025-10-10503.6746
2025-10-17501.6821
2025-10-24501.9073
2025-10-31502.4296
2025-11-07502.1806
2025-11-14501.4389
2025-11-21500.4816
2025-11-28498.5863
2025-12-05491.3684
2025-12-13500.3649
2025-12-20498.9755
2025-12-27495.4554
2026-01-03498.0743
2026-01-10497.3466
2026-01-17488.3221
2026-01-24494.7347
2026-01-31497.4172
2026-02-07494.6817
2026-02-14485.1858
2026-02-21477.2655
2026-02-28472.2795
2026-03-07477.9297
2026-03-14471.2278
2026-03-21467.2685
2026-03-28464.3726
2026-04-04464.6235
2026-04-11462.8192
2026-04-18456.0484
2026-04-25455.0968
2026-05-02454.6327
2026-05-09459.7076
2026-05-17452.9070
2026-05-25452.0959
2026-06-01453.0714
2026-06-10461.5261
2026-06-17455.3379
2026-06-24454.6290
2026-07-01455.3109
2026-07-08455.5123
2026-07-15453.9656
2026-07-22453.4042
2026-07-29454.6461
2026-08-05453.2010
2026-08-12453.8265
2026-08-20450.2105
2026-08-27454.5341
2026-09-03453.0769
2026-09-10454.0310
2026-09-17449.5985
2026-09-24452.7679

High

505.3580

Low

449.5985

Average

474.0425

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BSD/CRC API questions

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

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

How far back does BSD/CRC historical data go?

Daily BSD/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 BSD/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.