Convert ALL to JPY
Albanian Lek → Japanese Yen
1 ALL = 1.957505 JPY(1 JPY = 0.510854 ALL)
Currency converter
1 ALL =
1.9575 JPY
ALL to JPY: last 30 days
Over the last 30 days, 1 ALL traded between 1.9354 and 2.0144 JPY, averaging 1.9695 JPY. The ALL/JPY rate is down 2.82% since 2026-08-28.
- 30-day high
- 2.0144
- 2026-08-28
- 30-day low
- 1.9354
- 2026-09-09
- 30-day average
- 1.9695
- Days with data: 30
- 30-day change
- -2.82%
- since 2026-08-28
2.0144
1.93542026-08-28 → 2026-09-26
| Date | 1 ALL in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 1.9575 | 0.00% |
| 2026-09-25 | 1.9575 | -0.92% |
| 2026-09-24 | 1.9756 | +0.09% |
| 2026-09-23 | 1.9738 | +0.15% |
| 2026-09-22 | 1.9708 | -0.04% |
| 2026-09-21 | 1.9715 | -0.44% |
| 2026-09-20 | 1.9801 | -0.01% |
| 2026-09-19 | 1.9802 | +0.28% |
| 2026-09-18 | 1.9747 | +0.84% |
| 2026-09-17 | 1.9584 | +0.40% |
| 2026-09-16 | 1.9505 | +0.10% |
| 2026-09-15 | 1.9486 | -0.14% |
| 2026-09-14 | 1.9514 | +0.33% |
| 2026-09-13 | 1.9449 | +0.05% |
| 2026-09-12 | 1.944 | +0.10% |
| Date | 1 ALL in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 1.9421 | -0.36% |
| 2026-09-10 | 1.949 | +0.70% |
| 2026-09-09 | 1.9354 | -0.56% |
| 2026-09-08 | 1.9462 | -0.25% |
| 2026-09-07 | 1.951 | -0.97% |
| 2026-09-06 | 1.9701 | +0.03% |
| 2026-09-05 | 1.9694 | -0.11% |
| 2026-09-04 | 1.9716 | +0.45% |
| 2026-09-03 | 1.9627 | -1.99% |
| 2026-09-02 | 2.0025 | -0.43% |
| 2026-09-01 | 2.0111 | +0.13% |
| 2026-08-31 | 2.0084 | +0.09% |
| 2026-08-30 | 2.0065 | -0.01% |
| 2026-08-29 | 2.0067 | -0.38% |
| 2026-08-28 | 2.0144 | — |
ALL to JPY conversion table
1 ALL1.9575 JPY
5 ALL9.7875 JPY
10 ALL19.5751 JPY
25 ALL48.9376 JPY
50 ALL97.8753 JPY
100 ALL195.7505 JPY
500 ALL978.7527 JPY
1,000 ALL1,957.5053 JPY
5,000 ALL9,787.5267 JPY
10,000 ALL19,575.053 JPY
Get the ALL/JPY rate in your app
One GET request returns the latest ALL → 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/ALL/JPY"fetch('https://rate-api.com/api/v1/pair/ALL/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ALL = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ALL/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ALL = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ALL/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 ALL = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "ALL",
"to": "JPY"
},
"rate": 1.9575,
"timestamp": 1790435057,
"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 ALLJapanese Yen → Albanian Lek0.51085Convert ALL to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.