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: show the values
| Point | XCD/COP |
|---|---|
| 2025-09-22 | 1439.81 |
| 2025-09-29 | 1441.47 |
| 2025-10-06 | 1433.28 |
| 2025-10-13 | 1449.99 |
| 2025-10-20 | 1424.58 |
| 2025-10-27 | 1429.08 |
| 2025-11-03 | 1424.86 |
| 2025-11-10 | 1397.09 |
| 2025-11-17 | 1386.93 |
| 2025-11-24 | 1390.35 |
| 2025-12-01 | 1381.74 |
| 2025-12-08 | 1417.67 |
| 2025-12-16 | 1411.50 |
| 2025-12-23 | 1404.62 |
| 2025-12-30 | 1378.63 |
| 2026-01-06 | 1384.57 |
| 2026-01-13 | 1372.96 |
| 2026-01-20 | 1356.16 |
| 2026-01-27 | 1360.96 |
| 2026-02-03 | 1336.59 |
| 2026-02-10 | 1356.28 |
| 2026-02-17 | 1352.98 |
| 2026-02-24 | 1364.17 |
| 2026-03-03 | 1391.05 |
| 2026-03-10 | 1386.99 |
| 2026-03-17 | 1368.04 |
| 2026-03-24 | 1372.03 |
| 2026-03-31 | 1356.99 |
| 2026-04-07 | 1358.31 |
| 2026-04-14 | 1331.95 |
| 2026-04-21 | 1324.70 |
| 2026-04-28 | 1340.81 |
| 2026-05-05 | 1379.60 |
| 2026-05-12 | 1388.68 |
| 2026-05-20 | 1401.86 |
| 2026-05-28 | 1343.51 |
| 2026-06-04 | 1320.56 |
| 2026-06-13 | 1292.96 |
| 2026-06-20 | 1276.26 |
| 2026-06-27 | 1278.64 |
| 2026-07-04 | 1239.98 |
| 2026-07-11 | 1203.67 |
| 2026-07-18 | 1210.34 |
| 2026-07-25 | 1189.73 |
| 2026-08-01 | 1170.10 |
| 2026-08-08 | 1167.99 |
| 2026-08-15 | 1164.77 |
| 2026-08-23 | 1127.01 |
| 2026-08-30 | 1185.90 |
| 2026-09-06 | 1159.56 |
| 2026-09-13 | 1139.38 |
| 2026-09-20 | 1176.65 |
High
1449.99
Low
1127.01
Average
1326.91
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.