Convert JPY to DZD
Japanese Yen → Algerian Dinar
1 JPY = 0.848811 DZD(1 DZD = 1.178119 JPY)
Currency converter
1 JPY =
0.84881 DZD
JPY to DZD: last 30 days
Over the last 30 days, 1 JPY traded between 0.83259 and 0.86869 DZD, averaging 0.8522 DZD. The JPY/DZD rate is up 1.65% since 2026-08-29.
- 30-day high
- 0.86869
- 2026-09-09
- 30-day low
- 0.83259
- 2026-09-01
- 30-day average
- 0.8522
- Days with data: 30
- 30-day change
- +1.65%
- since 2026-08-29
0.86869
0.832592026-08-29 → 2026-09-27
| Date | 1 JPY in DZD | Daily change |
|---|---|---|
| 2026-09-27 | 0.84881 | 0.00% |
| 2026-09-26 | 0.84881 | +0.06% |
| 2026-09-25 | 0.84827 | +0.63% |
| 2026-09-24 | 0.84298 | -0.63% |
| 2026-09-23 | 0.84833 | -0.35% |
| 2026-09-22 | 0.8513 | +0.15% |
| 2026-09-21 | 0.85002 | +0.28% |
| 2026-09-20 | 0.84762 | +0.05% |
| 2026-09-19 | 0.84719 | -0.09% |
| 2026-09-18 | 0.84791 | -1.45% |
| 2026-09-17 | 0.86035 | -0.27% |
| 2026-09-16 | 0.86265 | +0.02% |
| 2026-09-15 | 0.86246 | +0.06% |
| 2026-09-14 | 0.86198 | -0.42% |
| 2026-09-13 | 0.86566 | +0.06% |
| Date | 1 JPY in DZD | Daily change |
|---|---|---|
| 2026-09-12 | 0.86513 | +0.18% |
| 2026-09-11 | 0.86355 | -0.02% |
| 2026-09-10 | 0.86371 | -0.57% |
| 2026-09-09 | 0.86869 | +0.65% |
| 2026-09-08 | 0.86307 | +0.30% |
| 2026-09-07 | 0.86047 | +0.91% |
| 2026-09-06 | 0.85268 | +0.00% |
| 2026-09-05 | 0.85266 | -0.03% |
| 2026-09-04 | 0.85295 | -0.25% |
| 2026-09-03 | 0.85506 | +2.26% |
| 2026-09-02 | 0.83619 | +0.43% |
| 2026-09-01 | 0.83259 | -0.24% |
| 2026-08-31 | 0.83455 | -0.10% |
| 2026-08-30 | 0.8354 | +0.05% |
| 2026-08-29 | 0.83501 | — |
JPY to DZD conversion table
1 JPY0.84881 DZD
5 JPY4.2441 DZD
10 JPY8.4881 DZD
25 JPY21.2203 DZD
50 JPY42.4405 DZD
100 JPY84.8811 DZD
500 JPY424.4055 DZD
1,000 JPY848.8109 DZD
5,000 JPY4,244.0545 DZD
10,000 JPY8,488.1089 DZD
Get the JPY/DZD rate in your app
One GET request returns the latest JPY → 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/JPY/DZD"fetch('https://rate-api.com/api/v1/pair/JPY/DZD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} DZD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/DZD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} DZD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/DZD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} DZD\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "DZD"
},
"rate": 0.8488,
"timestamp": 1790499659,
"date": "2026-09-27"
}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 JPYAlgerian Dinar → Japanese Yen1.1781Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.