Convert DZD to RUB
Algerian Dinar → Russian Ruble
1 DZD = 0.635948 RUB(1 RUB = 1.572456 DZD)
Currency converter
1 DZD =
0.63595 RUB
DZD to RUB: last 30 days
Over the last 30 days, 1 DZD traded between 0.62596 and 0.65441 RUB, averaging 0.63854 RUB. The DZD/RUB rate is down 0.94% since 2026-08-28.
- 30-day high
- 0.65441
- 2026-09-03
- 30-day low
- 0.62596
- 2026-09-22
- 30-day average
- 0.63854
- Days with data: 30
- 30-day change
- -0.94%
- since 2026-08-28
0.65441
0.625962026-08-28 → 2026-09-26
| Date | 1 DZD in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.63595 | 0.00% |
| 2026-09-25 | 0.63595 | +0.38% |
| 2026-09-24 | 0.63356 | +0.68% |
| 2026-09-23 | 0.62925 | +0.52% |
| 2026-09-22 | 0.62596 | -0.58% |
| 2026-09-21 | 0.62958 | +0.21% |
| 2026-09-20 | 0.62829 | -0.42% |
| 2026-09-19 | 0.63095 | -0.04% |
| 2026-09-18 | 0.63118 | +0.38% |
| 2026-09-17 | 0.62882 | -0.11% |
| 2026-09-16 | 0.6295 | -0.43% |
| 2026-09-15 | 0.63219 | -0.37% |
| 2026-09-14 | 0.63455 | +0.39% |
| 2026-09-13 | 0.63207 | +0.05% |
| 2026-09-12 | 0.63176 | +0.09% |
| Date | 1 DZD in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.63118 | -1.11% |
| 2026-09-10 | 0.63826 | -1.01% |
| 2026-09-09 | 0.64477 | -0.43% |
| 2026-09-08 | 0.64756 | -0.44% |
| 2026-09-07 | 0.65044 | +0.12% |
| 2026-09-06 | 0.64969 | +0.86% |
| 2026-09-05 | 0.64418 | -0.93% |
| 2026-09-04 | 0.65023 | -0.64% |
| 2026-09-03 | 0.65441 | +0.59% |
| 2026-09-02 | 0.65058 | +0.50% |
| 2026-09-01 | 0.64733 | +0.37% |
| 2026-08-31 | 0.64493 | +0.01% |
| 2026-08-30 | 0.64484 | -0.23% |
| 2026-08-29 | 0.64634 | +0.68% |
| 2026-08-28 | 0.64199 | — |
DZD to RUB conversion table
1 DZD0.63595 RUB
5 DZD3.1797 RUB
10 DZD6.3595 RUB
25 DZD15.8987 RUB
50 DZD31.7974 RUB
100 DZD63.5948 RUB
500 DZD317.974 RUB
1,000 DZD635.9479 RUB
5,000 DZD3,179.7395 RUB
10,000 DZD6,359.479 RUB
Get the DZD/RUB rate in your app
One GET request returns the latest DZD → RUB 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/RUB"fetch('https://rate-api.com/api/v1/pair/DZD/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 DZD = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/DZD/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 DZD = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/DZD/RUB');
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']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "DZD",
"to": "RUB"
},
"rate": 0.6359,
"timestamp": 1790432086,
"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
RUB to DZDRussian Ruble → Algerian Dinar1.5725Convert DZD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.