Convert CHF to CRC
Swiss Franc → Costa Rican Colón
1 CHF = 547.42343 CRC(1 CRC = 0.00182674 CHF)
Currency converter
1 CHF =
547.4234 CRC
CHF to CRC: last 30 days
Over the last 30 days, 1 CHF traded between 540.5028 and 563.7888 CRC, averaging 553.0655 CRC. The CHF/CRC rate is down 2.90% since 2026-08-28.
- 30-day high
- 563.7888
- 2026-08-28
- 30-day low
- 540.5028
- 2026-09-20
- 30-day average
- 553.0655
- Days with data: 30
- 30-day change
- -2.90%
- since 2026-08-28
563.7888
540.50282026-08-28 → 2026-09-26
| Date | 1 CHF in CRC | Daily change |
|---|---|---|
| 2026-09-26 | 547.4234 | 0.00% |
| 2026-09-25 | 547.4234 | +0.08% |
| 2026-09-24 | 546.9883 | -0.37% |
| 2026-09-23 | 549.006 | +0.58% |
| 2026-09-22 | 545.8652 | +0.29% |
| 2026-09-21 | 544.3018 | +0.70% |
| 2026-09-20 | 540.5028 | -0.22% |
| 2026-09-19 | 541.702 | -0.01% |
| 2026-09-18 | 541.7544 | -0.65% |
| 2026-09-17 | 545.305 | -0.29% |
| 2026-09-16 | 546.8839 | -0.54% |
| 2026-09-15 | 549.8492 | -0.42% |
| 2026-09-14 | 552.1439 | +0.48% |
| 2026-09-13 | 549.5079 | -0.32% |
| 2026-09-12 | 551.2719 | -0.76% |
| Date | 1 CHF in CRC | Daily change |
|---|---|---|
| 2026-09-11 | 555.493 | -0.66% |
| 2026-09-10 | 559.1653 | -0.48% |
| 2026-09-09 | 561.8742 | +0.48% |
| 2026-09-08 | 559.214 | -0.27% |
| 2026-09-07 | 560.7437 | +0.61% |
| 2026-09-06 | 557.3664 | -0.07% |
| 2026-09-05 | 557.7731 | -0.37% |
| 2026-09-04 | 559.8317 | -0.11% |
| 2026-09-03 | 560.4336 | +0.53% |
| 2026-09-02 | 557.5051 | -0.02% |
| 2026-09-01 | 557.6062 | -0.37% |
| 2026-08-31 | 559.65 | +0.09% |
| 2026-08-30 | 559.1654 | -0.58% |
| 2026-08-29 | 562.4242 | -0.24% |
| 2026-08-28 | 563.7888 | — |
CHF to CRC conversion table
1 CHF547.4234 CRC
5 CHF2,737.1172 CRC
10 CHF5,474.2343 CRC
25 CHF13,685.586 CRC
50 CHF27,371.172 CRC
100 CHF54,742.343 CRC
500 CHF273,711.72 CRC
1,000 CHF547,423.43 CRC
5,000 CHF2,737,117.2 CRC
10,000 CHF5,474,234.3 CRC
Get the CHF/CRC rate in your app
One GET request returns the latest CHF → CRC rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/CHF/CRC"fetch('https://rate-api.com/api/v1/pair/CHF/CRC', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} CRC`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/CRC",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} CRC")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/CRC');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} CRC\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "CRC"
},
"rate": 547.4234,
"timestamp": 1790432066,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
CRC to CHFCosta Rican Colón → Swiss Franc0.0018267Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.