Convert JPY to LYD
Japanese Yen → Libyan Dinar
1 JPY = 0.0405786 LYD(1 LYD = 24.64353 JPY)
Currency converter
1 JPY =
0.040579 LYD
JPY to LYD: last 30 days
Over the last 30 days, 1 JPY traded between 0.039636 and 0.041241 LYD, averaging 0.040536 LYD. The JPY/LYD rate is up 2.20% since 2026-08-28.
- 30-day high
- 0.041241
- 2026-09-09
- 30-day low
- 0.039636
- 2026-09-01
- 30-day average
- 0.040536
- Days with data: 30
- 30-day change
- +2.20%
- since 2026-08-28
0.041241
0.0396362026-08-28 → 2026-09-26
| Date | 1 JPY in LYD | Daily change |
|---|---|---|
| 2026-09-26 | 0.040579 | 0.00% |
| 2026-09-25 | 0.040579 | +0.62% |
| 2026-09-24 | 0.040328 | -0.26% |
| 2026-09-23 | 0.040435 | -0.30% |
| 2026-09-22 | 0.040558 | +0.51% |
| 2026-09-21 | 0.040351 | +0.34% |
| 2026-09-20 | 0.040214 | -0.01% |
| 2026-09-19 | 0.040218 | +0.08% |
| 2026-09-18 | 0.040186 | -2.11% |
| 2026-09-17 | 0.041053 | +0.40% |
| 2026-09-16 | 0.040888 | -0.10% |
| 2026-09-15 | 0.040927 | -0.04% |
| 2026-09-14 | 0.040942 | -0.30% |
| 2026-09-13 | 0.041064 | +0.05% |
| 2026-09-12 | 0.041043 | -0.18% |
| Date | 1 JPY in LYD | Daily change |
|---|---|---|
| 2026-09-11 | 0.041118 | +0.23% |
| 2026-09-10 | 0.041025 | -0.52% |
| 2026-09-09 | 0.041241 | +0.13% |
| 2026-09-08 | 0.041186 | +0.42% |
| 2026-09-07 | 0.041014 | +0.93% |
| 2026-09-06 | 0.040635 | -0.17% |
| 2026-09-05 | 0.040703 | +0.00% |
| 2026-09-04 | 0.040703 | +0.04% |
| 2026-09-03 | 0.040687 | +2.26% |
| 2026-09-02 | 0.039787 | +0.38% |
| 2026-09-01 | 0.039636 | -0.60% |
| 2026-08-31 | 0.039877 | +0.45% |
| 2026-08-30 | 0.0397 | +0.01% |
| 2026-08-29 | 0.039694 | -0.02% |
| 2026-08-28 | 0.039704 | — |
JPY to LYD conversion table
1 JPY0.040579 LYD
5 JPY0.20289 LYD
10 JPY0.40579 LYD
25 JPY1.0145 LYD
50 JPY2.0289 LYD
100 JPY4.0579 LYD
500 JPY20.2893 LYD
1,000 JPY40.5786 LYD
5,000 JPY202.893 LYD
10,000 JPY405.786 LYD
Get the JPY/LYD rate in your app
One GET request returns the latest JPY → LYD 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/LYD"fetch('https://rate-api.com/api/v1/pair/JPY/LYD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} LYD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/LYD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} LYD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/LYD');
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']} LYD\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "LYD"
},
"rate": 0.0406,
"timestamp": 1790429298,
"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
LYD to JPYLibyan Dinar → Japanese Yen24.6435Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.