Skip to content

DOP to COP exchange rate API

Dominican Peso to Colombian Peso · quoted 2026-09-26

55.6217

▼ +11.08% over 1Y

1 DOP = 55.6217 COP · 1 COP = 0.01798 DOP · Get this rate via the API

1 DOP buys 55.6217 COP as of 2026-09-26, so 1 COP buys 0.01798 DOP. Over the last year, DOP/COP traded between 52.2715 and 63.9755, averaged 58.9023 and fell 11.08%. The API holds daily DOP/COP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/COP over 1Y

DOP/COP over 1Y: show the values
PointDOP/COP
2025-09-2662.5498
2025-10-0362.1259
2025-10-1061.7433
2025-10-1761.1077
2025-10-2460.9025
2025-10-3160.1063
2025-11-0758.8856
2025-11-1458.2171
2025-11-2159.0633
2025-11-2859.8016
2025-12-0559.7507
2025-12-1359.5821
2025-12-2060.8269
2025-12-2758.9731
2026-01-0359.8755
2026-01-1058.5671
2026-01-1758.1751
2026-01-2457.8264
2026-01-3158.4970
2026-02-0758.4089
2026-02-1458.7878
2026-02-2160.4727
2026-02-2862.3670
2026-03-0762.7164
2026-03-1459.9308
2026-03-2162.6616
2026-03-2861.6206
2026-04-0460.3016
2026-04-1160.4309
2026-04-1859.7305
2026-04-2559.9263
2026-05-0261.4649
2026-05-0963.1922
2026-05-1763.9755
2026-05-2562.7255
2026-06-0162.7679
2026-06-1061.2711
2026-06-1758.5543
2026-06-2458.3131
2026-07-0157.5446
2026-07-0856.3805
2026-07-1555.7314
2026-07-2255.1859
2026-07-2955.2234
2026-08-0555.0271
2026-08-1253.7359
2026-08-2052.2715
2026-08-2753.7111
2026-09-0353.8913
2026-09-1052.8354
2026-09-1753.4821
2026-09-2454.9841

High

63.9755

Low

52.2715

Average

58.9023

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DOP/COP API questions

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

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

How far back does DOP/COP historical data go?

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