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: show the values
| Point | CAD/CRC |
|---|---|
| 2025-09-25 | 363.4662 |
| 2025-10-02 | 361.4649 |
| 2025-10-09 | 360.6806 |
| 2025-10-16 | 357.7909 |
| 2025-10-23 | 358.8404 |
| 2025-10-30 | 358.3362 |
| 2025-11-06 | 356.7676 |
| 2025-11-13 | 358.8080 |
| 2025-11-20 | 355.6269 |
| 2025-11-27 | 355.2752 |
| 2025-12-04 | 352.7011 |
| 2025-12-12 | 363.0635 |
| 2025-12-19 | 361.7675 |
| 2025-12-26 | 362.0943 |
| 2026-01-02 | 362.3618 |
| 2026-01-09 | 358.3698 |
| 2026-01-16 | 355.9737 |
| 2026-01-23 | 358.6455 |
| 2026-01-30 | 366.1837 |
| 2026-02-06 | 362.8778 |
| 2026-02-13 | 358.2268 |
| 2026-02-20 | 351.7956 |
| 2026-02-27 | 346.6729 |
| 2026-03-06 | 346.3160 |
| 2026-03-13 | 344.8395 |
| 2026-03-20 | 340.8238 |
| 2026-03-27 | 334.3546 |
| 2026-04-03 | 333.2267 |
| 2026-04-10 | 335.9289 |
| 2026-04-17 | 334.9256 |
| 2026-04-24 | 332.8384 |
| 2026-05-01 | 334.8699 |
| 2026-05-08 | 336.9559 |
| 2026-05-16 | 330.0039 |
| 2026-05-24 | 327.5321 |
| 2026-05-31 | 330.7196 |
| 2026-06-09 | 331.2349 |
| 2026-06-16 | 325.3565 |
| 2026-06-23 | 320.2551 |
| 2026-06-30 | 319.7731 |
| 2026-07-07 | 320.2580 |
| 2026-07-14 | 322.6867 |
| 2026-07-21 | 322.5107 |
| 2026-07-28 | 322.7716 |
| 2026-08-04 | 322.8358 |
| 2026-08-11 | 325.6162 |
| 2026-08-18 | 323.9148 |
| 2026-08-26 | 327.5491 |
| 2026-09-02 | 325.8867 |
| 2026-09-09 | 329.3557 |
| 2026-09-16 | 321.3237 |
| 2026-09-23 | 320.6549 |
High
366.1837
Low
319.7731
Average
341.7691
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=CRC"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=CRC");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=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¤cies=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.