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: show the values
| Point | CHF/CRC |
|---|---|
| 2025-09-25 | 634.4319 |
| 2025-10-02 | 633.5112 |
| 2025-10-09 | 627.5978 |
| 2025-10-16 | 629.6536 |
| 2025-10-23 | 629.3381 |
| 2025-10-30 | 624.6660 |
| 2025-11-06 | 622.3898 |
| 2025-11-13 | 631.6014 |
| 2025-11-20 | 619.6493 |
| 2025-11-27 | 619.1917 |
| 2025-12-04 | 615.4896 |
| 2025-12-12 | 627.8241 |
| 2025-12-19 | 627.2111 |
| 2025-12-26 | 627.5587 |
| 2026-01-02 | 627.4673 |
| 2026-01-09 | 621.8952 |
| 2026-01-16 | 616.7334 |
| 2026-01-23 | 624.7790 |
| 2026-01-30 | 644.6303 |
| 2026-02-06 | 637.4791 |
| 2026-02-13 | 634.7229 |
| 2026-02-20 | 620.6890 |
| 2026-02-27 | 614.5602 |
| 2026-03-06 | 604.2632 |
| 2026-03-13 | 600.2819 |
| 2026-03-20 | 593.8568 |
| 2026-03-27 | 581.9336 |
| 2026-04-03 | 580.7670 |
| 2026-04-10 | 588.4298 |
| 2026-04-17 | 585.2038 |
| 2026-04-24 | 579.7450 |
| 2026-05-01 | 582.1206 |
| 2026-05-08 | 591.1450 |
| 2026-05-16 | 576.4710 |
| 2026-05-24 | 577.4952 |
| 2026-05-31 | 584.0363 |
| 2026-06-09 | 579.6790 |
| 2026-06-16 | 573.1132 |
| 2026-06-23 | 561.0801 |
| 2026-06-30 | 562.3074 |
| 2026-07-07 | 564.7423 |
| 2026-07-14 | 561.0505 |
| 2026-07-21 | 559.7178 |
| 2026-07-28 | 555.4208 |
| 2026-08-04 | 560.9010 |
| 2026-08-11 | 560.0700 |
| 2026-08-18 | 553.0590 |
| 2026-08-26 | 564.8651 |
| 2026-09-02 | 557.5071 |
| 2026-09-09 | 561.8735 |
| 2026-09-16 | 546.8859 |
| 2026-09-23 | 549.0061 |
High
644.6303
Low
546.8859
Average
595.4169
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.