Skip to content

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

BAM/CRC over 5Y: show the values
PointBAM/CRC
2024-08-24297.8852
2024-10-07290.9793
2024-11-06283.7289
2024-12-06274.3914
2025-01-05268.9347
2025-02-04267.1174
2025-03-06277.8297
2025-04-06284.5366
2025-05-06292.2674
2025-06-07297.2680
2025-07-07303.9993
2025-08-06298.2652
2025-09-05301.9873
2025-10-06301.3826
2025-11-05295.0221
2025-12-05292.7815
2026-01-05297.6063
2026-02-04299.5758
2026-03-06280.8654
2026-04-05274.0311
2026-05-05272.0614
2026-06-06271.3514
2026-07-08265.8876
2026-08-07268.1234
2026-09-07269.3742

High

303.9993

Low

264.5546

Average

284.3003

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.