Convert DOP to INR
Dominican Peso → Indian Rupee
1 DOP = 1.612873 INR(1 INR = 0.620012 DOP)
Currency converter
1 DOP =
1.6129 INR
DOP to INR: last 30 days
Over the last 30 days, 1 DOP traded between 1.596 and 1.6363 INR, averaging 1.616 INR. The DOP/INR rate is down 0.60% since 2026-08-28.
- 30-day high
- 1.6363
- 2026-09-17
- 30-day low
- 1.596
- 2026-09-07
- 30-day average
- 1.616
- Days with data: 30
- 30-day change
- -0.60%
- since 2026-08-28
1.6363
1.5962026-08-28 → 2026-09-26
| Date | 1 DOP in INR | Daily change |
|---|---|---|
| 2026-09-26 | 1.6129 | 0.00% |
| 2026-09-25 | 1.6129 | +0.30% |
| 2026-09-24 | 1.6081 | -0.05% |
| 2026-09-23 | 1.6088 | -0.62% |
| 2026-09-22 | 1.6189 | -0.54% |
| 2026-09-21 | 1.6278 | +0.24% |
| 2026-09-20 | 1.6239 | -0.02% |
| 2026-09-19 | 1.6242 | +0.32% |
| 2026-09-18 | 1.6189 | -1.06% |
| 2026-09-17 | 1.6363 | +0.77% |
| 2026-09-16 | 1.6237 | -0.24% |
| 2026-09-15 | 1.6276 | +0.63% |
| 2026-09-14 | 1.6174 | +0.01% |
| 2026-09-13 | 1.6173 | +0.01% |
| 2026-09-12 | 1.6172 | -0.39% |
| Date | 1 DOP in INR | Daily change |
|---|---|---|
| 2026-09-11 | 1.6235 | -0.03% |
| 2026-09-10 | 1.6241 | +0.59% |
| 2026-09-09 | 1.6145 | +0.77% |
| 2026-09-08 | 1.6021 | +0.39% |
| 2026-09-07 | 1.596 | -0.39% |
| 2026-09-06 | 1.6023 | +0.37% |
| 2026-09-05 | 1.5964 | -0.00% |
| 2026-09-04 | 1.5964 | -0.89% |
| 2026-09-03 | 1.6107 | -0.15% |
| 2026-09-02 | 1.6131 | +0.10% |
| 2026-09-01 | 1.6114 | -0.34% |
| 2026-08-31 | 1.617 | -0.50% |
| 2026-08-30 | 1.6251 | -0.29% |
| 2026-08-29 | 1.6299 | +0.45% |
| 2026-08-28 | 1.6226 | — |
DOP to INR conversion table
1 DOP1.6129 INR
5 DOP8.0644 INR
10 DOP16.1287 INR
25 DOP40.3218 INR
50 DOP80.6437 INR
100 DOP161.2873 INR
500 DOP806.4365 INR
1,000 DOP1,612.873 INR
5,000 DOP8,064.3652 INR
10,000 DOP16,128.73 INR
Get the DOP/INR rate in your app
One GET request returns the latest DOP → INR 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/INR"fetch('https://rate-api.com/api/v1/pair/DOP/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 DOP = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/DOP/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 DOP = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/DOP/INR');
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']} INR\n";Example response
{
"success": true,
"pair": {
"from": "DOP",
"to": "INR"
},
"rate": 1.6129,
"timestamp": 1790435130,
"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
INR to DOPIndian Rupee → Dominican Peso0.62001Convert DOP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.