Skip to content

DOP to COP exchange rate API

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

55.6217

▼ +6.24% over YTD

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 year to date, DOP/COP traded between 51.9571 and 64.1593, averaged 58.3088 and fell 6.24%. 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 YTD

DOP/COP over YTD: show the values
PointDOP/COP
2025-12-3159.3212
2026-01-0758.6235
2026-01-1457.3592
2026-01-2158.0215
2026-01-2857.9575
2026-02-0458.0533
2026-02-1158.4698
2026-02-1859.2748
2026-02-2560.8912
2026-03-0463.7844
2026-03-1161.4698
2026-03-1860.8882
2026-03-2561.9060
2026-04-0161.2312
2026-04-0860.6918
2026-04-1560.2742
2026-04-2259.5279
2026-04-2961.0060
2026-05-0662.4838
2026-05-1464.1593
2026-05-2163.2642
2026-05-2961.9036
2026-06-0561.2553
2026-06-1459.3404
2026-06-2159.0701
2026-06-2857.7911
2026-07-0556.7353
2026-07-1255.3939
2026-07-1955.3382
2026-07-2655.3317
2026-08-0254.1600
2026-08-0954.2496
2026-08-1653.5987
2026-08-2451.9571
2026-08-3154.4316
2026-09-0752.8992
2026-09-1452.3326
2026-09-2153.9745

High

64.1593

Low

51.9571

Average

58.3088

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.