Convert DZD to JPY
Algerian Dinar → Japanese Yen
1 DZD = 1.178867 JPY(1 JPY = 0.848272 DZD)
Currency converter
1 DZD =
1.1789 JPY
DZD to JPY: last 30 days
Over the last 30 days, 1 DZD traded between 1.1512 and 1.2011 JPY, averaging 1.1743 JPY. The DZD/JPY rate is down 1.71% since 2026-08-28.
- 30-day high
- 1.2011
- 2026-09-01
- 30-day low
- 1.1512
- 2026-09-09
- 30-day average
- 1.1743
- Days with data: 30
- 30-day change
- -1.71%
- since 2026-08-28
1.2011
1.15122026-08-28 → 2026-09-26
| Date | 1 DZD in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 1.1789 | 0.00% |
| 2026-09-25 | 1.1789 | -0.62% |
| 2026-09-24 | 1.1863 | +0.63% |
| 2026-09-23 | 1.1788 | +0.35% |
| 2026-09-22 | 1.1747 | -0.15% |
| 2026-09-21 | 1.1764 | -0.28% |
| 2026-09-20 | 1.1798 | -0.05% |
| 2026-09-19 | 1.1804 | +0.09% |
| 2026-09-18 | 1.1794 | +1.47% |
| 2026-09-17 | 1.1623 | +0.27% |
| 2026-09-16 | 1.1592 | -0.02% |
| 2026-09-15 | 1.1595 | -0.06% |
| 2026-09-14 | 1.1601 | +0.43% |
| 2026-09-13 | 1.1552 | -0.06% |
| 2026-09-12 | 1.1559 | -0.18% |
| Date | 1 DZD in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 1.158 | +0.02% |
| 2026-09-10 | 1.1578 | +0.58% |
| 2026-09-09 | 1.1512 | -0.65% |
| 2026-09-08 | 1.1586 | -0.30% |
| 2026-09-07 | 1.1622 | -0.91% |
| 2026-09-06 | 1.1728 | -0.00% |
| 2026-09-05 | 1.1728 | +0.03% |
| 2026-09-04 | 1.1724 | +0.25% |
| 2026-09-03 | 1.1695 | -2.21% |
| 2026-09-02 | 1.1959 | -0.43% |
| 2026-09-01 | 1.2011 | +0.24% |
| 2026-08-31 | 1.1982 | +0.10% |
| 2026-08-30 | 1.197 | -0.05% |
| 2026-08-29 | 1.1976 | -0.15% |
| 2026-08-28 | 1.1994 | — |
DZD to JPY conversion table
1 DZD1.1789 JPY
5 DZD5.8943 JPY
10 DZD11.7887 JPY
25 DZD29.4717 JPY
50 DZD58.9434 JPY
100 DZD117.8867 JPY
500 DZD589.4335 JPY
1,000 DZD1,178.867 JPY
5,000 DZD5,894.335 JPY
10,000 DZD11,788.67 JPY
Get the DZD/JPY rate in your app
One GET request returns the latest DZD → JPY 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/JPY"fetch('https://rate-api.com/api/v1/pair/DZD/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 DZD = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/DZD/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 DZD = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/DZD/JPY');
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']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "DZD",
"to": "JPY"
},
"rate": 1.1789,
"timestamp": 1790435207,
"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
JPY to DZDJapanese Yen → Algerian Dinar0.84827Convert DZD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.