CHF to CRC exchange rate API
Swiss Franc to Costa Rican Colon · quoted 2026-09-25
546.9980
▼ +12.74% over YTD
1 CHF = 546.9980 CRC · 1 CRC = 0.001828 CHF · Get this rate via the API
1 CHF buys 546.9980 CRC as of 2026-09-25, so 1 CRC buys 0.001828 CHF. Over the year to date, CHF/CRC traded between 544.3025 and 647.7904, averaged 584.4304 and fell 12.74%. The API holds daily CHF/CRC rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CHF/CRC over YTD: show the values
| Point | CHF/CRC |
|---|---|
| 2025-12-31 | 626.8901 |
| 2026-01-07 | 624.4473 |
| 2026-01-14 | 620.9109 |
| 2026-01-21 | 617.6703 |
| 2026-01-28 | 647.7904 |
| 2026-02-04 | 638.8217 |
| 2026-02-11 | 643.7874 |
| 2026-02-18 | 622.8095 |
| 2026-02-25 | 612.9870 |
| 2026-03-04 | 603.0800 |
| 2026-03-11 | 605.1930 |
| 2026-03-18 | 593.4804 |
| 2026-03-25 | 590.4844 |
| 2026-04-01 | 587.1459 |
| 2026-04-08 | 585.9591 |
| 2026-04-15 | 588.5088 |
| 2026-04-22 | 582.4660 |
| 2026-04-29 | 576.3985 |
| 2026-05-06 | 582.6290 |
| 2026-05-14 | 582.3726 |
| 2026-05-21 | 573.6150 |
| 2026-05-29 | 578.0457 |
| 2026-06-05 | 582.2263 |
| 2026-06-14 | 572.9113 |
| 2026-06-21 | 561.3020 |
| 2026-06-28 | 559.6353 |
| 2026-07-05 | 564.3682 |
| 2026-07-12 | 558.6599 |
| 2026-07-19 | 556.2910 |
| 2026-07-26 | 554.0822 |
| 2026-08-02 | 558.9605 |
| 2026-08-09 | 558.3073 |
| 2026-08-16 | 551.4609 |
| 2026-08-24 | 565.2515 |
| 2026-08-31 | 559.6473 |
| 2026-09-07 | 560.7430 |
| 2026-09-14 | 552.1466 |
| 2026-09-21 | 544.3025 |
High
647.7904
Low
544.3025
Average
584.4304
Get this rate via the API
One GET request returns the CHF/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=CHF¤cies=CRC"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=CRC");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=CRC").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/CRC API questions
How do I get the CHF/CRC exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=CRC, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/CRC rate in rates.CRC.
How far back does CHF/CRC historical data go?
Daily CHF/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 CHF/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.