Convert DZD to INR
Algerian Dinar → Indian Rupee
1 DZD = 0.71677 INR(1 INR = 1.395147 DZD)
Currency converter
1 DZD =
0.71677 INR
DZD to INR: last 30 days
Over the last 30 days, 1 DZD traded between 0.70833 and 0.71838 INR, averaging 0.71465 INR. The DZD/INR rate is up 0.04% since 2026-08-28.
- 30-day high
- 0.71838
- 2026-09-11
- 30-day low
- 0.70833
- 2026-09-03
- 30-day average
- 0.71465
- Days with data: 30
- 30-day change
- +0.04%
- since 2026-08-28
0.71838
0.708332026-08-28 → 2026-09-26
| Date | 1 DZD in INR | Daily change |
|---|---|---|
| 2026-09-26 | 0.71677 | 0.00% |
| 2026-09-25 | 0.71677 | +0.02% |
| 2026-09-24 | 0.71659 | +0.27% |
| 2026-09-23 | 0.71467 | +0.04% |
| 2026-09-22 | 0.71438 | -0.33% |
| 2026-09-21 | 0.71677 | +0.05% |
| 2026-09-20 | 0.71643 | -0.05% |
| 2026-09-19 | 0.71679 | +0.09% |
| 2026-09-18 | 0.71619 | -0.01% |
| 2026-09-17 | 0.71625 | -0.17% |
| 2026-09-16 | 0.71744 | -0.05% |
| 2026-09-15 | 0.71783 | +0.07% |
| 2026-09-14 | 0.71731 | +0.10% |
| 2026-09-13 | 0.71663 | -0.06% |
| 2026-09-12 | 0.71707 | -0.18% |
| Date | 1 DZD in INR | Daily change |
|---|---|---|
| 2026-09-11 | 0.71838 | +0.24% |
| 2026-09-10 | 0.71669 | +0.33% |
| 2026-09-09 | 0.71434 | +0.32% |
| 2026-09-08 | 0.71208 | +0.35% |
| 2026-09-07 | 0.70961 | +0.05% |
| 2026-09-06 | 0.70922 | -0.00% |
| 2026-09-05 | 0.70923 | +0.03% |
| 2026-09-04 | 0.709 | +0.09% |
| 2026-09-03 | 0.70833 | -0.46% |
| 2026-09-02 | 0.71162 | -0.06% |
| 2026-09-01 | 0.71205 | -0.26% |
| 2026-08-31 | 0.71394 | -0.16% |
| 2026-08-30 | 0.71509 | -0.05% |
| 2026-08-29 | 0.71542 | -0.15% |
| 2026-08-28 | 0.71649 | — |
DZD to INR conversion table
1 DZD0.71677 INR
5 DZD3.5839 INR
10 DZD7.1677 INR
25 DZD17.9193 INR
50 DZD35.8385 INR
100 DZD71.677 INR
500 DZD358.3851 INR
1,000 DZD716.7702 INR
5,000 DZD3,583.8508 INR
10,000 DZD7,167.7016 INR
Get the DZD/INR rate in your app
One GET request returns the latest DZD → 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/DZD/INR"fetch('https://rate-api.com/api/v1/pair/DZD/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 DZD = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/DZD/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 DZD = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/DZD/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 DZD = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "DZD",
"to": "INR"
},
"rate": 0.7168,
"timestamp": 1790435240,
"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 DZDIndian Rupee → Algerian Dinar1.3951Convert DZD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.