Skip to content

CHF to CRC exchange rate API

Swiss Franc to Costa Rican Colon · quoted 2026-09-25

546.9980

▼ +13.78% over 1Y

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 last year, CHF/CRC traded between 546.8859 and 644.6303, averaged 595.4169 and fell 13.78%. 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 1Y

CHF/CRC over 1Y: show the values
PointCHF/CRC
2025-09-25634.4319
2025-10-02633.5112
2025-10-09627.5978
2025-10-16629.6536
2025-10-23629.3381
2025-10-30624.6660
2025-11-06622.3898
2025-11-13631.6014
2025-11-20619.6493
2025-11-27619.1917
2025-12-04615.4896
2025-12-12627.8241
2025-12-19627.2111
2025-12-26627.5587
2026-01-02627.4673
2026-01-09621.8952
2026-01-16616.7334
2026-01-23624.7790
2026-01-30644.6303
2026-02-06637.4791
2026-02-13634.7229
2026-02-20620.6890
2026-02-27614.5602
2026-03-06604.2632
2026-03-13600.2819
2026-03-20593.8568
2026-03-27581.9336
2026-04-03580.7670
2026-04-10588.4298
2026-04-17585.2038
2026-04-24579.7450
2026-05-01582.1206
2026-05-08591.1450
2026-05-16576.4710
2026-05-24577.4952
2026-05-31584.0363
2026-06-09579.6790
2026-06-16573.1132
2026-06-23561.0801
2026-06-30562.3074
2026-07-07564.7423
2026-07-14561.0505
2026-07-21559.7178
2026-07-28555.4208
2026-08-04560.9010
2026-08-11560.0700
2026-08-18553.0590
2026-08-26564.8651
2026-09-02557.5071
2026-09-09561.8735
2026-09-16546.8859
2026-09-23549.0061

High

644.6303

Low

546.8859

Average

595.4169

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.