Skip to content

BAM to CRC exchange rate API

Convertible Mark to Costa Rican Colon · quoted 2026-09-26

264.5546

▼ +3.41% over 6M

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 6 months, BAM/CRC traded between 262.6522 and 277.1756, averaged 268.8782 and fell 3.41%. 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 6M

BAM/CRC over 6M: show the values
PointBAM/CRC
2026-03-30273.8856
2026-04-06273.7201
2026-04-13277.1756
2026-04-20275.0340
2026-04-27272.3183
2026-05-04272.3462
2026-05-11276.5109
2026-05-19269.4599
2026-05-27269.4732
2026-06-03270.9933
2026-06-12270.8061
2026-06-19265.1070
2026-06-26264.1392
2026-07-03266.2116
2026-07-10266.2401
2026-07-17265.6684
2026-07-24264.7455
2026-07-31267.0015
2026-08-07268.1234
2026-08-14265.4205
2026-08-22271.1493
2026-08-29267.8640
2026-09-05268.0270
2026-09-12266.5306
2026-09-19262.6522
2026-09-26264.5546

High

277.1756

Low

262.6522

Average

268.8782

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.