Skip to content

XCD to COP exchange rate API

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

1182.06

▲ +4.88% over 30D

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 30 days, XCD/COP traded between 1125.92 and 1190.35, averaged 1159.92 and rose 4.88%. 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 30D

XCD/COP over 30D: show the values
PointXCD/COP
2026-08-231127.01
2026-08-241125.92
2026-08-251131.03
2026-08-261142.27
2026-08-271155.42
2026-08-281166.08
2026-08-291186.14
2026-08-301185.90
2026-08-311185.61
2026-09-011190.35
2026-09-021169.49
2026-09-031167.86
2026-09-041162.67
2026-09-051159.50
2026-09-061159.56
2026-09-071156.58
2026-09-081156.19
2026-09-091150.14
2026-09-101147.23
2026-09-111146.28
2026-09-121140.04
2026-09-131139.38
2026-09-141142.07
2026-09-151147.98
2026-09-161152.96
2026-09-171159.35
2026-09-181172.57
2026-09-191177.52
2026-09-201176.65
2026-09-211173.63
2026-09-221182.06

High

1190.35

Low

1125.92

Average

1159.92

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.