Skip to content

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

CHF/CRC over YTD: show the values
PointCHF/CRC
2025-12-31626.8901
2026-01-07624.4473
2026-01-14620.9109
2026-01-21617.6703
2026-01-28647.7904
2026-02-04638.8217
2026-02-11643.7874
2026-02-18622.8095
2026-02-25612.9870
2026-03-04603.0800
2026-03-11605.1930
2026-03-18593.4804
2026-03-25590.4844
2026-04-01587.1459
2026-04-08585.9591
2026-04-15588.5088
2026-04-22582.4660
2026-04-29576.3985
2026-05-06582.6290
2026-05-14582.3726
2026-05-21573.6150
2026-05-29578.0457
2026-06-05582.2263
2026-06-14572.9113
2026-06-21561.3020
2026-06-28559.6353
2026-07-05564.3682
2026-07-12558.6599
2026-07-19556.2910
2026-07-26554.0822
2026-08-02558.9605
2026-08-09558.3073
2026-08-16551.4609
2026-08-24565.2515
2026-08-31559.6473
2026-09-07560.7430
2026-09-14552.1466
2026-09-21544.3025

High

647.7904

Low

544.3025

Average

584.4304

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=CRC"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&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=CHF&currencies=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&currencies=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.