Skip to content

CAD to CRC exchange rate API

Canadian Dollar to Costa Rican Colon · quoted 2026-09-25

320.6519

▼ +11.78% over 1Y

1 CAD = 320.6519 CRC · 1 CRC = 0.003119 CAD · Get this rate via the API

1 CAD buys 320.6519 CRC as of 2026-09-25, so 1 CRC buys 0.003119 CAD. Over the last year, CAD/CRC traded between 319.7731 and 366.1837, averaged 341.7691 and fell 11.78%. The API holds daily CAD/CRC rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CAD/CRC over 1Y

CAD/CRC over 1Y: show the values
PointCAD/CRC
2025-09-25363.4662
2025-10-02361.4649
2025-10-09360.6806
2025-10-16357.7909
2025-10-23358.8404
2025-10-30358.3362
2025-11-06356.7676
2025-11-13358.8080
2025-11-20355.6269
2025-11-27355.2752
2025-12-04352.7011
2025-12-12363.0635
2025-12-19361.7675
2025-12-26362.0943
2026-01-02362.3618
2026-01-09358.3698
2026-01-16355.9737
2026-01-23358.6455
2026-01-30366.1837
2026-02-06362.8778
2026-02-13358.2268
2026-02-20351.7956
2026-02-27346.6729
2026-03-06346.3160
2026-03-13344.8395
2026-03-20340.8238
2026-03-27334.3546
2026-04-03333.2267
2026-04-10335.9289
2026-04-17334.9256
2026-04-24332.8384
2026-05-01334.8699
2026-05-08336.9559
2026-05-16330.0039
2026-05-24327.5321
2026-05-31330.7196
2026-06-09331.2349
2026-06-16325.3565
2026-06-23320.2551
2026-06-30319.7731
2026-07-07320.2580
2026-07-14322.6867
2026-07-21322.5107
2026-07-28322.7716
2026-08-04322.8358
2026-08-11325.6162
2026-08-18323.9148
2026-08-26327.5491
2026-09-02325.8867
2026-09-09329.3557
2026-09-16321.3237
2026-09-23320.6549

High

366.1837

Low

319.7731

Average

341.7691

For developers

Get this rate via the API

One GET request returns the CAD/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=CAD&currencies=CRC"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&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=CAD&currencies=CRC").json()

Replace YOUR_API_KEY with the key from your dashboard.

CAD/CRC API questions

How do I get the CAD/CRC exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=CRC, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CAD/CRC rate in rates.CRC.

How far back does CAD/CRC historical data go?

Daily CAD/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 CAD/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.