Skip to content

CAD to CRC exchange rate API

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

320.6519

▼ +11.65% over YTD

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 year to date, CAD/CRC traded between 319.1251 and 366.4512, averaged 335.3757 and fell 11.65%. 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 YTD

CAD/CRC over YTD: show the values
PointCAD/CRC
2025-12-31362.9320
2026-01-07360.0777
2026-01-14358.3997
2026-01-21353.5432
2026-01-28366.4512
2026-02-04362.9145
2026-02-11365.3059
2026-02-18351.5534
2026-02-25346.9021
2026-03-04344.2596
2026-03-11347.1919
2026-03-18341.3620
2026-03-25338.2801
2026-04-01334.6848
2026-04-08333.0846
2026-04-15334.2192
2026-04-22333.2996
2026-04-29332.5806
2026-05-06333.7581
2026-05-14331.8001
2026-05-21328.4316
2026-05-29327.6456
2026-06-05330.5852
2026-06-14325.8795
2026-06-21319.8895
2026-06-28319.4040
2026-07-05319.2937
2026-07-12319.1251
2026-07-19320.6488
2026-07-26321.2819
2026-08-02322.0140
2026-08-09323.3016
2026-08-16323.2154
2026-08-24327.5895
2026-08-31325.8756
2026-09-07328.3394
2026-09-14324.6242
2026-09-21319.2544

High

366.4512

Low

319.1251

Average

335.3757

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.