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: show the values
| Point | BSD/CRC |
|---|---|
| 2025-09-26 | 505.3580 |
| 2025-10-03 | 503.4312 |
| 2025-10-10 | 503.6746 |
| 2025-10-17 | 501.6821 |
| 2025-10-24 | 501.9073 |
| 2025-10-31 | 502.4296 |
| 2025-11-07 | 502.1806 |
| 2025-11-14 | 501.4389 |
| 2025-11-21 | 500.4816 |
| 2025-11-28 | 498.5863 |
| 2025-12-05 | 491.3684 |
| 2025-12-13 | 500.3649 |
| 2025-12-20 | 498.9755 |
| 2025-12-27 | 495.4554 |
| 2026-01-03 | 498.0743 |
| 2026-01-10 | 497.3466 |
| 2026-01-17 | 488.3221 |
| 2026-01-24 | 494.7347 |
| 2026-01-31 | 497.4172 |
| 2026-02-07 | 494.6817 |
| 2026-02-14 | 485.1858 |
| 2026-02-21 | 477.2655 |
| 2026-02-28 | 472.2795 |
| 2026-03-07 | 477.9297 |
| 2026-03-14 | 471.2278 |
| 2026-03-21 | 467.2685 |
| 2026-03-28 | 464.3726 |
| 2026-04-04 | 464.6235 |
| 2026-04-11 | 462.8192 |
| 2026-04-18 | 456.0484 |
| 2026-04-25 | 455.0968 |
| 2026-05-02 | 454.6327 |
| 2026-05-09 | 459.7076 |
| 2026-05-17 | 452.9070 |
| 2026-05-25 | 452.0959 |
| 2026-06-01 | 453.0714 |
| 2026-06-10 | 461.5261 |
| 2026-06-17 | 455.3379 |
| 2026-06-24 | 454.6290 |
| 2026-07-01 | 455.3109 |
| 2026-07-08 | 455.5123 |
| 2026-07-15 | 453.9656 |
| 2026-07-22 | 453.4042 |
| 2026-07-29 | 454.6461 |
| 2026-08-05 | 453.2010 |
| 2026-08-12 | 453.8265 |
| 2026-08-20 | 450.2105 |
| 2026-08-27 | 454.5341 |
| 2026-09-03 | 453.0769 |
| 2026-09-10 | 454.0310 |
| 2026-09-17 | 449.5985 |
| 2026-09-24 | 452.7679 |
High
505.3580
Low
449.5985
Average
474.0425
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=CRC"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=CRC");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BSD¤cies=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¤cies=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.