Skip to content

DOP to CLP exchange rate API

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

16.1681

▲ +13.42% over YTD

1 DOP = 16.1681 CLP · 1 CLP = 0.06185 DOP · Get this rate via the API

1 DOP buys 16.1681 CLP as of 2026-09-26, so 1 CLP buys 0.06185 DOP. Over the year to date, DOP/CLP traded between 13.6458 and 16.3251, averaged 15.1247 and rose 13.42%. The API holds daily DOP/CLP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DOP/CLP over YTD

DOP/CLP over YTD: show the values
PointDOP/CLP
2025-12-3114.2550
2026-01-0714.1030
2026-01-1413.9031
2026-01-2113.9928
2026-01-2813.6743
2026-02-0413.7040
2026-02-1113.6458
2026-02-1814.0584
2026-02-2514.1612
2026-03-0415.1843
2026-03-1114.7407
2026-03-1814.9364
2026-03-2515.3235
2026-04-0115.4144
2026-04-0815.1102
2026-04-1514.8710
2026-04-2214.8269
2026-04-2915.0483
2026-05-0615.2260
2026-05-1415.0354
2026-05-2115.2519
2026-05-2915.1244
2026-06-0515.3671
2026-06-1415.3119
2026-06-2115.4576
2026-06-2815.5005
2026-07-0515.6111
2026-07-1215.7830
2026-07-1915.9602
2026-07-2616.3251
2026-08-0216.0097
2026-08-0915.6889
2026-08-1615.6320
2026-08-2415.6724
2026-08-3115.8280
2026-09-0715.7462
2026-09-1415.9022
2026-09-2116.3096

High

16.3251

Low

13.6458

Average

15.1247

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DOP/CLP API questions

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

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

How far back does DOP/CLP historical data go?

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