Skip to content

CAD to COP exchange rate API

Canadian Dollar to Colombian Peso · quoted 2026-09-24

2321.09

▼ +16.67% over 1Y

1 CAD = 2321.09 COP · 1 COP = 0.000431 CAD · Get this rate via the API

1 CAD buys 2321.09 COP as of 2026-09-24, so 1 COP buys 0.000431 CAD. Over the last year, CAD/COP traded between 2209.03 and 2815.83, averaged 2589.28 and fell 16.67%. The API holds daily CAD/COP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CAD/COP over 1Y

CAD/COP over 1Y: show the values
PointCAD/COP
2025-09-242785.33
2025-10-012815.83
2025-10-082781.45
2025-10-152794.11
2025-10-222769.98
2025-10-292793.68
2025-11-052733.22
2025-11-122674.85
2025-11-192655.18
2025-11-262702.19
2025-12-032738.32
2025-12-112782.90
2025-12-182803.05
2025-12-252729.32
2026-01-012745.93
2026-01-082705.51
2026-01-152642.97
2026-01-222659.60
2026-01-292713.91
2026-02-052663.02
2026-02-122704.23
2026-02-192682.52
2026-02-262705.24
2026-03-052760.95
2026-03-122722.40
2026-03-192698.61
2026-03-262674.10
2026-04-022636.14
2026-04-092636.64
2026-04-162635.73
2026-04-232612.59
2026-04-302659.99
2026-05-072734.70
2026-05-152755.04
2026-05-232667.23
2026-05-302660.28
2026-06-062579.25
2026-06-152493.33
2026-06-222434.86
2026-06-292432.12
2026-07-062350.02
2026-07-132296.06
2026-07-202313.84
2026-07-272281.64
2026-08-032250.67
2026-08-102264.56
2026-08-172269.35
2026-08-252209.03
2026-09-012320.49
2026-09-082267.29
2026-09-152232.63
2026-09-222278.73

High

2815.83

Low

2209.03

Average

2589.28

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CAD/COP API questions

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

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

How far back does CAD/COP historical data go?

Daily CAD/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 CAD/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.