Convert RUB to DZD
Russian Ruble → Algerian Dinar
1 RUB = 1.572456 DZD(1 DZD = 0.635948 RUB)
Currency converter
1 RUB =
1.5725 DZD
RUB to DZD: last 30 days
Over the last 30 days, 1 RUB traded between 1.5281 and 1.5975 DZD, averaging 1.5663 DZD. The RUB/DZD rate is up 0.95% since 2026-08-28.
- 30-day high
- 1.5975
- 2026-09-22
- 30-day low
- 1.5281
- 2026-09-03
- 30-day average
- 1.5663
- Days with data: 30
- 30-day change
- +0.95%
- since 2026-08-28
1.5975
1.52812026-08-28 → 2026-09-26
| Date | 1 RUB in DZD | Daily change |
|---|---|---|
| 2026-09-26 | 1.5725 | 0.00% |
| 2026-09-25 | 1.5725 | -0.38% |
| 2026-09-24 | 1.5784 | -0.68% |
| 2026-09-23 | 1.5892 | -0.52% |
| 2026-09-22 | 1.5975 | +0.58% |
| 2026-09-21 | 1.5883 | -0.21% |
| 2026-09-20 | 1.5916 | +0.42% |
| 2026-09-19 | 1.5849 | +0.04% |
| 2026-09-18 | 1.5843 | -0.37% |
| 2026-09-17 | 1.5903 | +0.11% |
| 2026-09-16 | 1.5886 | +0.43% |
| 2026-09-15 | 1.5818 | +0.37% |
| 2026-09-14 | 1.5759 | -0.39% |
| 2026-09-13 | 1.5821 | -0.05% |
| 2026-09-12 | 1.5829 | -0.09% |
| Date | 1 RUB in DZD | Daily change |
|---|---|---|
| 2026-09-11 | 1.5843 | +1.12% |
| 2026-09-10 | 1.5668 | +1.02% |
| 2026-09-09 | 1.5509 | +0.43% |
| 2026-09-08 | 1.5443 | +0.45% |
| 2026-09-07 | 1.5374 | -0.12% |
| 2026-09-06 | 1.5392 | -0.85% |
| 2026-09-05 | 1.5524 | +0.94% |
| 2026-09-04 | 1.5379 | +0.64% |
| 2026-09-03 | 1.5281 | -0.58% |
| 2026-09-02 | 1.5371 | -0.50% |
| 2026-09-01 | 1.5448 | -0.37% |
| 2026-08-31 | 1.5506 | -0.01% |
| 2026-08-30 | 1.5508 | +0.23% |
| 2026-08-29 | 1.5472 | -0.67% |
| 2026-08-28 | 1.5577 | — |
RUB to DZD conversion table
1 RUB1.5725 DZD
5 RUB7.8623 DZD
10 RUB15.7246 DZD
25 RUB39.3114 DZD
50 RUB78.6228 DZD
100 RUB157.2456 DZD
500 RUB786.2279 DZD
1,000 RUB1,572.4559 DZD
5,000 RUB7,862.2793 DZD
10,000 RUB15,724.559 DZD
Get the RUB/DZD rate in your app
One GET request returns the latest RUB → DZD 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/RUB/DZD"fetch('https://rate-api.com/api/v1/pair/RUB/DZD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} DZD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/DZD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} DZD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/DZD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 RUB = {$data['rate']} DZD\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "DZD"
},
"rate": 1.5725,
"timestamp": 1790429333,
"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
DZD to RUBAlgerian Dinar → Russian Ruble0.63595Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.