Convert JPY to ALL
Japanese Yen → Albanian Lek
1 JPY = 0.512117 ALL(1 ALL = 1.952677 JPY)
Currency converter
1 JPY =
0.51212 ALL
JPY to ALL: last 30 days
Over the last 30 days, 1 JPY traded between 0.49725 and 0.5167 ALL, averaging 0.50836 ALL. The JPY/ALL rate is up 2.76% since 2026-08-29.
- 30-day high
- 0.5167
- 2026-09-09
- 30-day low
- 0.49725
- 2026-09-01
- 30-day average
- 0.50836
- Days with data: 30
- 30-day change
- +2.76%
- since 2026-08-29
0.5167
0.497252026-08-29 → 2026-09-27
| Date | 1 JPY in ALL | Daily change |
|---|---|---|
| 2026-09-27 | 0.51212 | 0.00% |
| 2026-09-26 | 0.51212 | +0.25% |
| 2026-09-25 | 0.51085 | +0.93% |
| 2026-09-24 | 0.50617 | -0.09% |
| 2026-09-23 | 0.50665 | -0.15% |
| 2026-09-22 | 0.50741 | +0.04% |
| 2026-09-21 | 0.50723 | +0.44% |
| 2026-09-20 | 0.50502 | +0.01% |
| 2026-09-19 | 0.50499 | -0.28% |
| 2026-09-18 | 0.5064 | -0.83% |
| 2026-09-17 | 0.51063 | -0.40% |
| 2026-09-16 | 0.5127 | -0.10% |
| 2026-09-15 | 0.51319 | +0.14% |
| 2026-09-14 | 0.51245 | -0.33% |
| 2026-09-13 | 0.51416 | -0.05% |
| Date | 1 JPY in ALL | Daily change |
|---|---|---|
| 2026-09-12 | 0.51441 | -0.10% |
| 2026-09-11 | 0.51492 | +0.36% |
| 2026-09-10 | 0.51309 | -0.70% |
| 2026-09-09 | 0.5167 | +0.56% |
| 2026-09-08 | 0.51383 | +0.25% |
| 2026-09-07 | 0.51257 | +0.98% |
| 2026-09-06 | 0.5076 | -0.03% |
| 2026-09-05 | 0.50777 | +0.11% |
| 2026-09-04 | 0.50721 | -0.45% |
| 2026-09-03 | 0.5095 | +2.03% |
| 2026-09-02 | 0.49938 | +0.43% |
| 2026-09-01 | 0.49725 | -0.13% |
| 2026-08-31 | 0.49791 | -0.09% |
| 2026-08-30 | 0.49838 | +0.01% |
| 2026-08-29 | 0.49834 | — |
JPY to ALL conversion table
1 JPY0.51212 ALL
5 JPY2.5606 ALL
10 JPY5.1212 ALL
25 JPY12.8029 ALL
50 JPY25.6059 ALL
100 JPY51.2117 ALL
500 JPY256.0587 ALL
1,000 JPY512.1175 ALL
5,000 JPY2,560.5873 ALL
10,000 JPY5,121.1745 ALL
Get the JPY/ALL rate in your app
One GET request returns the latest JPY → ALL 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/ALL"fetch('https://rate-api.com/api/v1/pair/JPY/ALL', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} ALL`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/ALL",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} ALL")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/ALL');
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']} ALL\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "ALL"
},
"rate": 0.5121,
"timestamp": 1790470773,
"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
ALL to JPYAlbanian Lek → Japanese Yen1.9527Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.