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: show the values
| Point | CHF/COP |
|---|---|
| 2025-09-24 | 4864.11 |
| 2025-10-01 | 4912.14 |
| 2025-10-08 | 4845.49 |
| 2025-10-15 | 4901.47 |
| 2025-10-22 | 4878.98 |
| 2025-10-29 | 4880.05 |
| 2025-11-05 | 4768.67 |
| 2025-11-12 | 4689.23 |
| 2025-11-19 | 4641.70 |
| 2025-11-26 | 4717.91 |
| 2025-12-03 | 4772.12 |
| 2025-12-11 | 4819.76 |
| 2025-12-18 | 4862.61 |
| 2025-12-25 | 4736.75 |
| 2026-01-01 | 4752.24 |
| 2026-01-08 | 4701.81 |
| 2026-01-15 | 4586.18 |
| 2026-01-22 | 4633.02 |
| 2026-01-29 | 4784.08 |
| 2026-02-05 | 4692.91 |
| 2026-02-12 | 4770.71 |
| 2026-02-19 | 4738.17 |
| 2026-02-26 | 4781.54 |
| 2026-03-05 | 4821.30 |
| 2026-03-12 | 4736.15 |
| 2026-03-19 | 4665.84 |
| 2026-03-26 | 4665.00 |
| 2026-04-02 | 4586.71 |
| 2026-04-09 | 4615.55 |
| 2026-04-16 | 4618.66 |
| 2026-04-23 | 4551.03 |
| 2026-04-30 | 4629.37 |
| 2026-05-07 | 4790.28 |
| 2026-05-15 | 4819.22 |
| 2026-05-23 | 4696.45 |
| 2026-05-30 | 4699.33 |
| 2026-06-06 | 4517.18 |
| 2026-06-15 | 4392.29 |
| 2026-06-22 | 4267.12 |
| 2026-06-29 | 4272.70 |
| 2026-07-06 | 4146.83 |
| 2026-07-13 | 4007.00 |
| 2026-07-20 | 4016.40 |
| 2026-07-27 | 3947.89 |
| 2026-08-03 | 3907.52 |
| 2026-08-10 | 3905.51 |
| 2026-08-17 | 3883.44 |
| 2026-08-25 | 3814.19 |
| 2026-09-01 | 3976.01 |
| 2026-09-08 | 3856.92 |
| 2026-09-15 | 3798.39 |
| 2026-09-22 | 3905.59 |
High
4912.14
Low
3798.39
Average
4513.32
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=COP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=COP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.