Skip to content

XCD to COP exchange rate API

East Caribbean Dollar to Colombian Peso · quoted 2026-09-22

1182.06

▼ +17.90% over 1Y

1 XCD = 1182.06 COP · 1 COP = 0.000846 XCD · Get this rate via the API

1 XCD buys 1182.06 COP as of 2026-09-22, so 1 COP buys 0.000846 XCD. Over the last year, XCD/COP traded between 1127.01 and 1449.99, averaged 1326.91 and fell 17.90%. The API holds daily XCD/COP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

XCD/COP over 1Y

XCD/COP over 1Y: show the values
PointXCD/COP
2025-09-221439.81
2025-09-291441.47
2025-10-061433.28
2025-10-131449.99
2025-10-201424.58
2025-10-271429.08
2025-11-031424.86
2025-11-101397.09
2025-11-171386.93
2025-11-241390.35
2025-12-011381.74
2025-12-081417.67
2025-12-161411.50
2025-12-231404.62
2025-12-301378.63
2026-01-061384.57
2026-01-131372.96
2026-01-201356.16
2026-01-271360.96
2026-02-031336.59
2026-02-101356.28
2026-02-171352.98
2026-02-241364.17
2026-03-031391.05
2026-03-101386.99
2026-03-171368.04
2026-03-241372.03
2026-03-311356.99
2026-04-071358.31
2026-04-141331.95
2026-04-211324.70
2026-04-281340.81
2026-05-051379.60
2026-05-121388.68
2026-05-201401.86
2026-05-281343.51
2026-06-041320.56
2026-06-131292.96
2026-06-201276.26
2026-06-271278.64
2026-07-041239.98
2026-07-111203.67
2026-07-181210.34
2026-07-251189.73
2026-08-011170.10
2026-08-081167.99
2026-08-151164.77
2026-08-231127.01
2026-08-301185.90
2026-09-061159.56
2026-09-131139.38
2026-09-201176.65

High

1449.99

Low

1127.01

Average

1326.91

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

XCD/COP API questions

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

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

How far back does XCD/COP historical data go?

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