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: show the values
| Point | XCD/COP |
|---|---|
| 2026-08-23 | 1127.01 |
| 2026-08-24 | 1125.92 |
| 2026-08-25 | 1131.03 |
| 2026-08-26 | 1142.27 |
| 2026-08-27 | 1155.42 |
| 2026-08-28 | 1166.08 |
| 2026-08-29 | 1186.14 |
| 2026-08-30 | 1185.90 |
| 2026-08-31 | 1185.61 |
| 2026-09-01 | 1190.35 |
| 2026-09-02 | 1169.49 |
| 2026-09-03 | 1167.86 |
| 2026-09-04 | 1162.67 |
| 2026-09-05 | 1159.50 |
| 2026-09-06 | 1159.56 |
| 2026-09-07 | 1156.58 |
| 2026-09-08 | 1156.19 |
| 2026-09-09 | 1150.14 |
| 2026-09-10 | 1147.23 |
| 2026-09-11 | 1146.28 |
| 2026-09-12 | 1140.04 |
| 2026-09-13 | 1139.38 |
| 2026-09-14 | 1142.07 |
| 2026-09-15 | 1147.98 |
| 2026-09-16 | 1152.96 |
| 2026-09-17 | 1159.35 |
| 2026-09-18 | 1172.57 |
| 2026-09-19 | 1177.52 |
| 2026-09-20 | 1176.65 |
| 2026-09-21 | 1173.63 |
| 2026-09-22 | 1182.06 |
High
1190.35
Low
1125.92
Average
1159.92
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XCD¤cies=COP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XCD¤cies=COP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XCD¤cies=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¤cies=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.