BAM to CRC exchange rate API
Convertible Mark to Costa Rican Colon · quoted 2026-09-26
264.5546
▼ +12.25% over 1Y
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 year, BAM/CRC traded between 263.3684 and 301.7550, averaged 281.6023 and fell 12.25%. 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 1Y: show the values
| Point | BAM/CRC |
|---|---|
| 2025-09-26 | 301.4908 |
| 2025-10-03 | 301.7550 |
| 2025-10-10 | 297.8967 |
| 2025-10-17 | 300.1707 |
| 2025-10-24 | 297.9649 |
| 2025-10-31 | 297.2448 |
| 2025-11-07 | 296.2543 |
| 2025-11-14 | 298.3024 |
| 2025-11-21 | 295.1943 |
| 2025-11-28 | 295.3103 |
| 2025-12-05 | 292.7815 |
| 2025-12-13 | 300.2664 |
| 2025-12-20 | 298.8425 |
| 2025-12-27 | 298.2894 |
| 2026-01-03 | 298.6970 |
| 2026-01-10 | 296.0117 |
| 2026-01-17 | 289.4817 |
| 2026-01-24 | 299.0704 |
| 2026-01-31 | 301.5973 |
| 2026-02-07 | 298.6914 |
| 2026-02-14 | 294.2996 |
| 2026-02-21 | 287.5420 |
| 2026-02-28 | 285.0759 |
| 2026-03-07 | 283.8775 |
| 2026-03-14 | 275.9134 |
| 2026-03-21 | 276.9336 |
| 2026-03-28 | 273.2374 |
| 2026-04-04 | 273.5395 |
| 2026-04-11 | 277.1756 |
| 2026-04-18 | 275.0397 |
| 2026-04-25 | 271.9280 |
| 2026-05-02 | 272.3461 |
| 2026-05-09 | 276.4863 |
| 2026-05-17 | 269.1961 |
| 2026-05-25 | 268.9893 |
| 2026-06-01 | 269.8112 |
| 2026-06-10 | 272.5126 |
| 2026-06-17 | 270.3398 |
| 2026-06-24 | 264.1629 |
| 2026-07-01 | 265.4896 |
| 2026-07-08 | 265.8876 |
| 2026-07-15 | 265.5589 |
| 2026-07-22 | 264.4321 |
| 2026-07-29 | 264.9175 |
| 2026-08-05 | 267.3399 |
| 2026-08-12 | 267.6864 |
| 2026-08-20 | 268.8926 |
| 2026-08-27 | 270.7302 |
| 2026-09-03 | 268.6640 |
| 2026-09-10 | 270.1679 |
| 2026-09-17 | 263.5104 |
| 2026-09-24 | 263.3684 |
High
301.7550
Low
263.3684
Average
281.6023
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.