Convert JPY to LBP
Japanese Yen → Lebanese Pound
1 JPY = 570.2096 LBP(1 LBP = 0.00175374 JPY)
Currency converter
1 JPY =
570.2096 LBP
JPY to LBP: last 30 days
Over the last 30 days, 1 JPY traded between 556.9453 and 585.4982 LBP, averaging 573.01 LBP. The JPY/LBP rate is up 1.56% since 2026-08-28.
- 30-day high
- 585.4982
- 2026-09-09
- 30-day low
- 556.9453
- 2026-08-29
- 30-day average
- 573.01
- Days with data: 30
- 30-day change
- +1.56%
- since 2026-08-28
585.4982
556.94532026-08-28 → 2026-09-26
| Date | 1 JPY in LBP | Daily change |
|---|---|---|
| 2026-09-26 | 570.2096 | 0.00% |
| 2026-09-25 | 570.2096 | +0.94% |
| 2026-09-24 | 564.8716 | -1.27% |
| 2026-09-23 | 572.1622 | +0.21% |
| 2026-09-22 | 570.9553 | +0.22% |
| 2026-09-21 | 569.6937 | -0.14% |
| 2026-09-20 | 570.5163 | +0.23% |
| 2026-09-19 | 569.2069 | +0.36% |
| 2026-09-18 | 567.1668 | -2.21% |
| 2026-09-17 | 579.9686 | +0.39% |
| 2026-09-16 | 577.7121 | -0.48% |
| 2026-09-15 | 580.4805 | -0.03% |
| 2026-09-14 | 580.6746 | -0.49% |
| 2026-09-13 | 583.5432 | -0.32% |
| 2026-09-12 | 585.4309 | +0.25% |
| Date | 1 JPY in LBP | Daily change |
|---|---|---|
| 2026-09-11 | 583.9782 | +0.43% |
| 2026-09-10 | 581.5013 | -0.68% |
| 2026-09-09 | 585.4982 | +0.65% |
| 2026-09-08 | 581.7228 | +0.34% |
| 2026-09-07 | 579.7683 | +0.71% |
| 2026-09-06 | 575.706 | -0.21% |
| 2026-09-05 | 576.9047 | +0.30% |
| 2026-09-04 | 575.1638 | +1.01% |
| 2026-09-03 | 569.3908 | +1.15% |
| 2026-09-02 | 562.9023 | +0.68% |
| 2026-09-01 | 559.1211 | -0.89% |
| 2026-08-31 | 564.1148 | +0.14% |
| 2026-08-30 | 563.3092 | +1.14% |
| 2026-08-29 | 556.9453 | -0.81% |
| 2026-08-28 | 561.4731 | — |
JPY to LBP conversion table
1 JPY570.2096 LBP
5 JPY2,851.048 LBP
10 JPY5,702.096 LBP
25 JPY14,255.24 LBP
50 JPY28,510.48 LBP
100 JPY57,020.96 LBP
500 JPY285,104.8 LBP
1,000 JPY570,209.6 LBP
5,000 JPY2,851,048 LBP
10,000 JPY5,702,096 LBP
Get the JPY/LBP rate in your app
One GET request returns the latest JPY → LBP 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/LBP"fetch('https://rate-api.com/api/v1/pair/JPY/LBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} LBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/LBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} LBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/LBP');
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']} LBP\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "LBP"
},
"rate": 570.2096,
"timestamp": 1790429340,
"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
LBP to JPYLebanese Pound → Japanese Yen0.0017537Convert JPY to other currencies
Convert other currencies to LBP
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.