Convert JPY to LAK
Japanese Yen → Laotian Kip
1 JPY = 142.21018 LAK(1 LAK = 0.00703185 JPY)
Currency converter
1 JPY =
142.2102 LAK
JPY to LAK: last 30 days
Over the last 30 days, 1 JPY traded between 140.0451 and 145.7292 LAK, averaging 142.9962 LAK. The JPY/LAK rate is up 1.33% since 2026-08-28.
- 30-day high
- 145.7292
- 2026-09-09
- 30-day low
- 140.0451
- 2026-09-01
- 30-day average
- 142.9962
- Days with data: 30
- 30-day change
- +1.33%
- since 2026-08-28
145.7292
140.04512026-08-28 → 2026-09-26
| Date | 1 JPY in LAK | Daily change |
|---|---|---|
| 2026-09-26 | 142.2102 | 0.00% |
| 2026-09-25 | 142.2102 | +0.73% |
| 2026-09-24 | 141.182 | -0.64% |
| 2026-09-23 | 142.0855 | -0.45% |
| 2026-09-22 | 142.7339 | +0.18% |
| 2026-09-21 | 142.4793 | +0.58% |
| 2026-09-20 | 141.6558 | -0.50% |
| 2026-09-19 | 142.3628 | +0.46% |
| 2026-09-18 | 141.7125 | -1.57% |
| 2026-09-17 | 143.9738 | -0.40% |
| 2026-09-16 | 144.5469 | +0.12% |
| 2026-09-15 | 144.3801 | -0.36% |
| 2026-09-14 | 144.8966 | +0.21% |
| 2026-09-13 | 144.5966 | -0.45% |
| 2026-09-12 | 145.2444 | -0.20% |
| Date | 1 JPY in LAK | Daily change |
|---|---|---|
| 2026-09-11 | 145.5284 | +0.19% |
| 2026-09-10 | 145.2491 | -0.33% |
| 2026-09-09 | 145.7292 | +0.26% |
| 2026-09-08 | 145.3579 | +0.47% |
| 2026-09-07 | 144.6832 | +0.91% |
| 2026-09-06 | 143.3777 | -0.23% |
| 2026-09-05 | 143.7044 | +0.03% |
| 2026-09-04 | 143.661 | +0.31% |
| 2026-09-03 | 143.2148 | +1.80% |
| 2026-09-02 | 140.6884 | +0.46% |
| 2026-09-01 | 140.0451 | -0.65% |
| 2026-08-31 | 140.9577 | +0.40% |
| 2026-08-30 | 140.4011 | -0.20% |
| 2026-08-29 | 140.6786 | +0.24% |
| 2026-08-28 | 140.3397 | — |
JPY to LAK conversion table
1 JPY142.2102 LAK
5 JPY711.0509 LAK
10 JPY1,422.1018 LAK
25 JPY3,555.2545 LAK
50 JPY7,110.509 LAK
100 JPY14,221.018 LAK
500 JPY71,105.09 LAK
1,000 JPY142,210.18 LAK
5,000 JPY711,050.9 LAK
10,000 JPY1,422,101.8 LAK
Get the JPY/LAK rate in your app
One GET request returns the latest JPY → LAK 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/LAK"fetch('https://rate-api.com/api/v1/pair/JPY/LAK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} LAK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/LAK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} LAK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/LAK');
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']} LAK\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "LAK"
},
"rate": 142.2102,
"timestamp": 1790429357,
"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
LAK to JPYLaotian Kip → Japanese Yen0.0070318Convert JPY to other currencies
Convert other currencies to LAK
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.