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: show the values
| Point | CAD/COP |
|---|---|
| 2025-09-24 | 2785.33 |
| 2025-10-01 | 2815.83 |
| 2025-10-08 | 2781.45 |
| 2025-10-15 | 2794.11 |
| 2025-10-22 | 2769.98 |
| 2025-10-29 | 2793.68 |
| 2025-11-05 | 2733.22 |
| 2025-11-12 | 2674.85 |
| 2025-11-19 | 2655.18 |
| 2025-11-26 | 2702.19 |
| 2025-12-03 | 2738.32 |
| 2025-12-11 | 2782.90 |
| 2025-12-18 | 2803.05 |
| 2025-12-25 | 2729.32 |
| 2026-01-01 | 2745.93 |
| 2026-01-08 | 2705.51 |
| 2026-01-15 | 2642.97 |
| 2026-01-22 | 2659.60 |
| 2026-01-29 | 2713.91 |
| 2026-02-05 | 2663.02 |
| 2026-02-12 | 2704.23 |
| 2026-02-19 | 2682.52 |
| 2026-02-26 | 2705.24 |
| 2026-03-05 | 2760.95 |
| 2026-03-12 | 2722.40 |
| 2026-03-19 | 2698.61 |
| 2026-03-26 | 2674.10 |
| 2026-04-02 | 2636.14 |
| 2026-04-09 | 2636.64 |
| 2026-04-16 | 2635.73 |
| 2026-04-23 | 2612.59 |
| 2026-04-30 | 2659.99 |
| 2026-05-07 | 2734.70 |
| 2026-05-15 | 2755.04 |
| 2026-05-23 | 2667.23 |
| 2026-05-30 | 2660.28 |
| 2026-06-06 | 2579.25 |
| 2026-06-15 | 2493.33 |
| 2026-06-22 | 2434.86 |
| 2026-06-29 | 2432.12 |
| 2026-07-06 | 2350.02 |
| 2026-07-13 | 2296.06 |
| 2026-07-20 | 2313.84 |
| 2026-07-27 | 2281.64 |
| 2026-08-03 | 2250.67 |
| 2026-08-10 | 2264.56 |
| 2026-08-17 | 2269.35 |
| 2026-08-25 | 2209.03 |
| 2026-09-01 | 2320.49 |
| 2026-09-08 | 2267.29 |
| 2026-09-15 | 2232.63 |
| 2026-09-22 | 2278.73 |
High
2815.83
Low
2209.03
Average
2589.28
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=COP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=COP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=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¤cies=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.