DOP to CLP exchange rate API
Dominican Peso to Chilean Peso · quoted 2026-09-26
16.1681
▲ +4.28% over 6M
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 last 6 months, DOP/CLP traded between 14.8093 and 16.2605, averaged 15.5694 and rose 4.28%. 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 6M: show the values
| Point | DOP/CLP |
|---|---|
| 2026-03-30 | 15.5043 |
| 2026-04-06 | 15.1308 |
| 2026-04-13 | 14.8846 |
| 2026-04-20 | 14.8093 |
| 2026-04-27 | 15.0753 |
| 2026-05-04 | 15.1224 |
| 2026-05-11 | 15.0509 |
| 2026-05-19 | 15.2211 |
| 2026-05-27 | 15.1901 |
| 2026-06-03 | 15.3398 |
| 2026-06-12 | 15.5072 |
| 2026-06-19 | 15.4084 |
| 2026-06-26 | 15.6045 |
| 2026-07-03 | 15.6102 |
| 2026-07-10 | 15.7933 |
| 2026-07-17 | 15.7765 |
| 2026-07-24 | 16.2605 |
| 2026-07-31 | 15.9710 |
| 2026-08-07 | 15.6896 |
| 2026-08-14 | 15.6220 |
| 2026-08-22 | 15.5647 |
| 2026-08-29 | 15.9143 |
| 2026-09-05 | 15.7880 |
| 2026-09-12 | 15.9481 |
| 2026-09-19 | 16.2512 |
| 2026-09-26 | 16.1681 |
High
16.2605
Low
14.8093
Average
15.5694
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=CLP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=CLP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=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¤cies=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.