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: show the values
| Point | CAD/CRC |
|---|---|
| 2025-12-31 | 362.9320 |
| 2026-01-07 | 360.0777 |
| 2026-01-14 | 358.3997 |
| 2026-01-21 | 353.5432 |
| 2026-01-28 | 366.4512 |
| 2026-02-04 | 362.9145 |
| 2026-02-11 | 365.3059 |
| 2026-02-18 | 351.5534 |
| 2026-02-25 | 346.9021 |
| 2026-03-04 | 344.2596 |
| 2026-03-11 | 347.1919 |
| 2026-03-18 | 341.3620 |
| 2026-03-25 | 338.2801 |
| 2026-04-01 | 334.6848 |
| 2026-04-08 | 333.0846 |
| 2026-04-15 | 334.2192 |
| 2026-04-22 | 333.2996 |
| 2026-04-29 | 332.5806 |
| 2026-05-06 | 333.7581 |
| 2026-05-14 | 331.8001 |
| 2026-05-21 | 328.4316 |
| 2026-05-29 | 327.6456 |
| 2026-06-05 | 330.5852 |
| 2026-06-14 | 325.8795 |
| 2026-06-21 | 319.8895 |
| 2026-06-28 | 319.4040 |
| 2026-07-05 | 319.2937 |
| 2026-07-12 | 319.1251 |
| 2026-07-19 | 320.6488 |
| 2026-07-26 | 321.2819 |
| 2026-08-02 | 322.0140 |
| 2026-08-09 | 323.3016 |
| 2026-08-16 | 323.2154 |
| 2026-08-24 | 327.5895 |
| 2026-08-31 | 325.8756 |
| 2026-09-07 | 328.3394 |
| 2026-09-14 | 324.6242 |
| 2026-09-21 | 319.2544 |
High
366.4512
Low
319.1251
Average
335.3757
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.