Convert CAD to CRC
Canadian Dollar → Costa Rican Colón
1 CAD = 320.60609 CRC(1 CRC = 0.00311909 CAD)
Currency converter
1 CAD =
320.6061 CRC
CAD to CRC: last 30 days
Over the last 30 days, 1 CAD traded between 318.4939 and 329.3665 CRC, averaging 324.1199 CRC. The CAD/CRC rate is down 2.04% since 2026-08-28.
- 30-day high
- 329.3665
- 2026-09-09
- 30-day low
- 318.4939
- 2026-09-22
- 30-day average
- 324.1199
- Days with data: 30
- 30-day change
- -2.04%
- since 2026-08-28
329.3665
318.49392026-08-28 → 2026-09-26
| Date | 1 CAD in CRC | Daily change |
|---|---|---|
| 2026-09-26 | 320.6061 | 0.00% |
| 2026-09-25 | 320.6061 | -0.04% |
| 2026-09-24 | 320.7212 | +0.02% |
| 2026-09-23 | 320.6547 | +0.68% |
| 2026-09-22 | 318.4939 | -0.24% |
| 2026-09-21 | 319.2623 | +0.23% |
| 2026-09-20 | 318.534 | -0.22% |
| 2026-09-19 | 319.2407 | -0.01% |
| 2026-09-18 | 319.2716 | -0.62% |
| 2026-09-17 | 321.2566 | -0.02% |
| 2026-09-16 | 321.335 | -0.57% |
| 2026-09-15 | 323.1865 | -0.44% |
| 2026-09-14 | 324.6266 | +0.41% |
| 2026-09-13 | 323.2889 | -0.32% |
| 2026-09-12 | 324.3267 | -0.76% |
| Date | 1 CAD in CRC | Daily change |
|---|---|---|
| 2026-09-11 | 326.8101 | -0.55% |
| 2026-09-10 | 328.627 | -0.22% |
| 2026-09-09 | 329.3665 | +0.19% |
| 2026-09-08 | 328.7311 | +0.12% |
| 2026-09-07 | 328.3475 | +0.46% |
| 2026-09-06 | 326.8429 | -0.07% |
| 2026-09-05 | 327.0814 | -0.37% |
| 2026-09-04 | 328.2885 | -0.07% |
| 2026-09-03 | 328.507 | +0.81% |
| 2026-09-02 | 325.8792 | +0.14% |
| 2026-09-01 | 325.4296 | -0.14% |
| 2026-08-31 | 325.8714 | +0.39% |
| 2026-08-30 | 324.6098 | -0.58% |
| 2026-08-29 | 326.5016 | -0.24% |
| 2026-08-28 | 327.2937 | — |
CAD to CRC conversion table
1 CAD320.6061 CRC
5 CAD1,603.0304 CRC
10 CAD3,206.0609 CRC
25 CAD8,015.1521 CRC
50 CAD16,030.304 CRC
100 CAD32,060.609 CRC
500 CAD160,303.04 CRC
1,000 CAD320,606.09 CRC
5,000 CAD1,603,030.4 CRC
10,000 CAD3,206,060.9 CRC
Get the CAD/CRC rate in your app
One GET request returns the latest CAD → CRC rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/CAD/CRC"fetch('https://rate-api.com/api/v1/pair/CAD/CRC', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} CRC`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/CRC",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} CRC")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/CRC');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CAD = {$data['rate']} CRC\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "CRC"
},
"rate": 320.6061,
"timestamp": 1790429365,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
CRC to CADCosta Rican Colón → Canadian Dollar0.0031191Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.