Convert EUR to DZD
Euro → Algerian Dinar
1 EUR = 152.4345 DZD(1 DZD = 0.00656019 EUR)
Currency converter
1 EUR =
152.4345 DZD
EUR to DZD: last 30 days
Over the last 30 days, 1 EUR traded between 152.2169 and 155.3121 DZD, averaging 154.1491 DZD. The EUR/DZD rate is down 1.66% since 2026-08-28.
- 30-day high
- 155.3121
- 2026-08-30
- 30-day low
- 152.2169
- 2026-09-24
- 30-day average
- 154.1491
- Days with data: 30
- 30-day change
- -1.66%
- since 2026-08-28
155.3121
152.21692026-08-28 → 2026-09-26
| Date | 1 EUR in DZD | Daily change |
|---|---|---|
| 2026-09-26 | 152.4345 | 0.00% |
| 2026-09-25 | 152.4345 | +0.14% |
| 2026-09-24 | 152.2169 | -0.43% |
| 2026-09-23 | 152.8684 | -0.34% |
| 2026-09-22 | 153.384 | -0.14% |
| 2026-09-21 | 153.6024 | +0.15% |
| 2026-09-20 | 153.3705 | +0.05% |
| 2026-09-19 | 153.2915 | -0.09% |
| 2026-09-18 | 153.4219 | -0.24% |
| 2026-09-17 | 153.787 | -0.34% |
| 2026-09-16 | 154.3117 | +0.04% |
| 2026-09-15 | 154.2544 | +0.24% |
| 2026-09-14 | 153.881 | -0.45% |
| 2026-09-13 | 154.5756 | +0.06% |
| 2026-09-12 | 154.4803 | +0.18% |
| Date | 1 EUR in DZD | Daily change |
|---|---|---|
| 2026-09-11 | 154.1986 | -0.32% |
| 2026-09-10 | 154.6875 | -0.29% |
| 2026-09-09 | 155.1401 | +0.31% |
| 2026-09-08 | 154.6664 | -0.06% |
| 2026-09-07 | 154.7559 | -0.05% |
| 2026-09-06 | 154.84 | +0.00% |
| 2026-09-05 | 154.8377 | -0.03% |
| 2026-09-04 | 154.8894 | -0.03% |
| 2026-09-03 | 154.9411 | +0.28% |
| 2026-09-02 | 154.5156 | -0.02% |
| 2026-09-01 | 154.5503 | -0.02% |
| 2026-08-31 | 154.5773 | -0.47% |
| 2026-08-30 | 155.3121 | +0.05% |
| 2026-08-29 | 155.2403 | +0.15% |
| 2026-08-28 | 155.0075 | — |
EUR to DZD conversion table
1 EUR152.4345 DZD
5 EUR762.1725 DZD
10 EUR1,524.345 DZD
25 EUR3,810.8625 DZD
50 EUR7,621.7249 DZD
100 EUR15,243.45 DZD
500 EUR76,217.249 DZD
1,000 EUR152,434.5 DZD
5,000 EUR762,172.49 DZD
10,000 EUR1,524,345 DZD
Get the EUR/DZD rate in your app
One GET request returns the latest EUR → 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/EUR/DZD"fetch('https://rate-api.com/api/v1/pair/EUR/DZD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} DZD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/DZD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} DZD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/DZD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} DZD\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "DZD"
},
"rate": 152.4345,
"timestamp": 1790429399,
"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 EURAlgerian Dinar → Euro0.0065602Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.