Skip to content

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

BAM/CRC over 1Y: show the values
PointBAM/CRC
2025-09-26301.4908
2025-10-03301.7550
2025-10-10297.8967
2025-10-17300.1707
2025-10-24297.9649
2025-10-31297.2448
2025-11-07296.2543
2025-11-14298.3024
2025-11-21295.1943
2025-11-28295.3103
2025-12-05292.7815
2025-12-13300.2664
2025-12-20298.8425
2025-12-27298.2894
2026-01-03298.6970
2026-01-10296.0117
2026-01-17289.4817
2026-01-24299.0704
2026-01-31301.5973
2026-02-07298.6914
2026-02-14294.2996
2026-02-21287.5420
2026-02-28285.0759
2026-03-07283.8775
2026-03-14275.9134
2026-03-21276.9336
2026-03-28273.2374
2026-04-04273.5395
2026-04-11277.1756
2026-04-18275.0397
2026-04-25271.9280
2026-05-02272.3461
2026-05-09276.4863
2026-05-17269.1961
2026-05-25268.9893
2026-06-01269.8112
2026-06-10272.5126
2026-06-17270.3398
2026-06-24264.1629
2026-07-01265.4896
2026-07-08265.8876
2026-07-15265.5589
2026-07-22264.4321
2026-07-29264.9175
2026-08-05267.3399
2026-08-12267.6864
2026-08-20268.8926
2026-08-27270.7302
2026-09-03268.6640
2026-09-10270.1679
2026-09-17263.5104
2026-09-24263.3684

High

301.7550

Low

263.3684

Average

281.6023

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=CRC"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&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=BAM&currencies=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&currencies=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.