BAM to CRC exchange rate API
Convertible Mark to Costa Rican Colon · quoted 2026-09-26
264.5546
▼ +11.19% over 5Y
1 BAM = 264.5546 CRC · 1 CRC = 0.003780 BAM · Get this rate via the API
1 BAM buys 264.5546 CRC as of 2026-09-26, so 1 CRC buys 0.003780 BAM. Over the last 5 years, BAM/CRC traded between 264.5546 and 303.9993, averaged 284.3003 and fell 11.19%. The API holds daily BAM/CRC rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BAM/CRC over 5Y: show the values
| Point | BAM/CRC |
|---|---|
| 2024-08-24 | 297.8852 |
| 2024-10-07 | 290.9793 |
| 2024-11-06 | 283.7289 |
| 2024-12-06 | 274.3914 |
| 2025-01-05 | 268.9347 |
| 2025-02-04 | 267.1174 |
| 2025-03-06 | 277.8297 |
| 2025-04-06 | 284.5366 |
| 2025-05-06 | 292.2674 |
| 2025-06-07 | 297.2680 |
| 2025-07-07 | 303.9993 |
| 2025-08-06 | 298.2652 |
| 2025-09-05 | 301.9873 |
| 2025-10-06 | 301.3826 |
| 2025-11-05 | 295.0221 |
| 2025-12-05 | 292.7815 |
| 2026-01-05 | 297.6063 |
| 2026-02-04 | 299.5758 |
| 2026-03-06 | 280.8654 |
| 2026-04-05 | 274.0311 |
| 2026-05-05 | 272.0614 |
| 2026-06-06 | 271.3514 |
| 2026-07-08 | 265.8876 |
| 2026-08-07 | 268.1234 |
| 2026-09-07 | 269.3742 |
High
303.9993
Low
264.5546
Average
284.3003
Get this rate via the API
One GET request returns the BAM/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=BAM¤cies=CRC"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=CRC");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=CRC").json()Replace YOUR_API_KEY with the key from your dashboard.
BAM/CRC API questions
How do I get the BAM/CRC exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=CRC, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BAM/CRC rate in rates.CRC.
How far back does BAM/CRC historical data go?
Daily BAM/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 BAM/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.