Convert DOP to CHF
Dominican Peso → Swiss Franc
1 DOP = 0.0139424 CHF(1 CHF = 71.723429 DOP)
Currency converter
1 DOP =
0.013942 CHF
DOP to CHF: last 30 days
Over the last 30 days, 1 DOP traded between 0.013668 and 0.014062 CHF, averaging 0.013819 CHF. The DOP/CHF rate is up 1.91% since 2026-08-28.
- 30-day high
- 0.014062
- 2026-09-17
- 30-day low
- 0.013668
- 2026-09-07
- 30-day average
- 0.013819
- Days with data: 30
- 30-day change
- +1.91%
- since 2026-08-28
0.014062
0.0136682026-08-28 → 2026-09-26
| Date | 1 DOP in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.013942 | 0.00% |
| 2026-09-25 | 0.013942 | +0.51% |
| 2026-09-24 | 0.013871 | +0.31% |
| 2026-09-23 | 0.013828 | -0.36% |
| 2026-09-22 | 0.013878 | -0.55% |
| 2026-09-21 | 0.013954 | -0.21% |
| 2026-09-20 | 0.013984 | -0.02% |
| 2026-09-19 | 0.013986 | +0.32% |
| 2026-09-18 | 0.013941 | -0.86% |
| 2026-09-17 | 0.014062 | +1.47% |
| 2026-09-16 | 0.013858 | -0.14% |
| 2026-09-15 | 0.013877 | +0.42% |
| 2026-09-14 | 0.013819 | +0.15% |
| 2026-09-13 | 0.013799 | +0.01% |
| 2026-09-12 | 0.013798 | -0.39% |
| Date | 1 DOP in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.013852 | +0.25% |
| 2026-09-10 | 0.013817 | +0.85% |
| 2026-09-09 | 0.0137 | -0.08% |
| 2026-09-08 | 0.013711 | +0.31% |
| 2026-09-07 | 0.013668 | -0.39% |
| 2026-09-06 | 0.013722 | +0.37% |
| 2026-09-05 | 0.013672 | -0.00% |
| 2026-09-04 | 0.013672 | -0.79% |
| 2026-09-03 | 0.013781 | -0.33% |
| 2026-09-02 | 0.013826 | +0.51% |
| 2026-09-01 | 0.013756 | +0.13% |
| 2026-08-31 | 0.013738 | +0.26% |
| 2026-08-30 | 0.013702 | -0.29% |
| 2026-08-29 | 0.013742 | +0.45% |
| 2026-08-28 | 0.013681 | — |
DOP to CHF conversion table
1 DOP0.013942 CHF
5 DOP0.069712 CHF
10 DOP0.13942 CHF
25 DOP0.34856 CHF
50 DOP0.69712 CHF
100 DOP1.3942 CHF
500 DOP6.9712 CHF
1,000 DOP13.9424 CHF
5,000 DOP69.7122 CHF
10,000 DOP139.4245 CHF
Get the DOP/CHF rate in your app
One GET request returns the latest DOP → CHF rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/DOP/CHF"fetch('https://rate-api.com/api/v1/pair/DOP/CHF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 DOP = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/DOP/CHF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 DOP = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/DOP/CHF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 DOP = {$data['rate']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "DOP",
"to": "CHF"
},
"rate": 0.0139,
"timestamp": 1790435060,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
CHF to DOPSwiss Franc → Dominican Peso71.7234Convert DOP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.