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: show the values
| Point | DOP/CLP |
|---|---|
| 2025-12-31 | 14.2550 |
| 2026-01-07 | 14.1030 |
| 2026-01-14 | 13.9031 |
| 2026-01-21 | 13.9928 |
| 2026-01-28 | 13.6743 |
| 2026-02-04 | 13.7040 |
| 2026-02-11 | 13.6458 |
| 2026-02-18 | 14.0584 |
| 2026-02-25 | 14.1612 |
| 2026-03-04 | 15.1843 |
| 2026-03-11 | 14.7407 |
| 2026-03-18 | 14.9364 |
| 2026-03-25 | 15.3235 |
| 2026-04-01 | 15.4144 |
| 2026-04-08 | 15.1102 |
| 2026-04-15 | 14.8710 |
| 2026-04-22 | 14.8269 |
| 2026-04-29 | 15.0483 |
| 2026-05-06 | 15.2260 |
| 2026-05-14 | 15.0354 |
| 2026-05-21 | 15.2519 |
| 2026-05-29 | 15.1244 |
| 2026-06-05 | 15.3671 |
| 2026-06-14 | 15.3119 |
| 2026-06-21 | 15.4576 |
| 2026-06-28 | 15.5005 |
| 2026-07-05 | 15.6111 |
| 2026-07-12 | 15.7830 |
| 2026-07-19 | 15.9602 |
| 2026-07-26 | 16.3251 |
| 2026-08-02 | 16.0097 |
| 2026-08-09 | 15.6889 |
| 2026-08-16 | 15.6320 |
| 2026-08-24 | 15.6724 |
| 2026-08-31 | 15.8280 |
| 2026-09-07 | 15.7462 |
| 2026-09-14 | 15.9022 |
| 2026-09-21 | 16.3096 |
High
16.3251
Low
13.6458
Average
15.1247
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.