Skip to content

CHF to COP exchange rate API

Swiss Franc to Colombian Peso · quoted 2026-09-24

3964.53

▼ +18.49% over 1Y

1 CHF = 3964.53 COP · 1 COP = 0.000252 CHF · Get this rate via the API

1 CHF buys 3964.53 COP as of 2026-09-24, so 1 COP buys 0.000252 CHF. Over the last year, CHF/COP traded between 3798.39 and 4912.14, averaged 4513.32 and fell 18.49%. The API holds daily CHF/COP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/COP over 1Y

CHF/COP over 1Y: show the values
PointCHF/COP
2025-09-244864.11
2025-10-014912.14
2025-10-084845.49
2025-10-154901.47
2025-10-224878.98
2025-10-294880.05
2025-11-054768.67
2025-11-124689.23
2025-11-194641.70
2025-11-264717.91
2025-12-034772.12
2025-12-114819.76
2025-12-184862.61
2025-12-254736.75
2026-01-014752.24
2026-01-084701.81
2026-01-154586.18
2026-01-224633.02
2026-01-294784.08
2026-02-054692.91
2026-02-124770.71
2026-02-194738.17
2026-02-264781.54
2026-03-054821.30
2026-03-124736.15
2026-03-194665.84
2026-03-264665.00
2026-04-024586.71
2026-04-094615.55
2026-04-164618.66
2026-04-234551.03
2026-04-304629.37
2026-05-074790.28
2026-05-154819.22
2026-05-234696.45
2026-05-304699.33
2026-06-064517.18
2026-06-154392.29
2026-06-224267.12
2026-06-294272.70
2026-07-064146.83
2026-07-134007.00
2026-07-204016.40
2026-07-273947.89
2026-08-033907.52
2026-08-103905.51
2026-08-173883.44
2026-08-253814.19
2026-09-013976.01
2026-09-083856.92
2026-09-153798.39
2026-09-223905.59

High

4912.14

Low

3798.39

Average

4513.32

For developers

Get this rate via the API

One GET request returns the CHF/COP 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=COP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=COP");
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=COP").json()

Replace YOUR_API_KEY with the key from your dashboard.

CHF/COP API questions

How do I get the CHF/COP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=COP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/COP rate in rates.COP.

How far back does CHF/COP historical data go?

Daily CHF/COP 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/COP 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.