Convert LAK to JPY
Laotian Kip → Japanese Yen
1 LAK = 0.00703185 JPY(1 JPY = 142.21018 LAK)
Currency converter
1 LAK =
0.0070318 JPY
LAK to JPY: last 30 days
Over the last 30 days, 1 LAK traded between 0.006862 and 0.0071406 JPY, averaging 0.0069942 JPY. The LAK/JPY rate is down 1.32% since 2026-08-28.
- 30-day high
- 0.0071406
- 2026-09-01
- 30-day low
- 0.006862
- 2026-09-09
- 30-day average
- 0.0069942
- Days with data: 30
- 30-day change
- -1.32%
- since 2026-08-28
0.0071406
0.0068622026-08-28 → 2026-09-26
| Date | 1 LAK in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 0.0070318 | 0.00% |
| 2026-09-25 | 0.0070318 | -0.72% |
| 2026-09-24 | 0.0070831 | +0.64% |
| 2026-09-23 | 0.007038 | +0.46% |
| 2026-09-22 | 0.007006 | -0.18% |
| 2026-09-21 | 0.0070186 | -0.58% |
| 2026-09-20 | 0.0070594 | +0.50% |
| 2026-09-19 | 0.0070243 | -0.46% |
| 2026-09-18 | 0.0070565 | +1.60% |
| 2026-09-17 | 0.0069457 | +0.40% |
| 2026-09-16 | 0.0069182 | -0.12% |
| 2026-09-15 | 0.0069262 | +0.36% |
| 2026-09-14 | 0.0069015 | -0.21% |
| 2026-09-13 | 0.0069158 | +0.45% |
| 2026-09-12 | 0.0068849 | +0.20% |
| Date | 1 LAK in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 0.0068715 | -0.19% |
| 2026-09-10 | 0.0068847 | +0.33% |
| 2026-09-09 | 0.006862 | -0.25% |
| 2026-09-08 | 0.0068796 | -0.46% |
| 2026-09-07 | 0.0069117 | -0.90% |
| 2026-09-06 | 0.0069746 | +0.23% |
| 2026-09-05 | 0.0069587 | -0.03% |
| 2026-09-04 | 0.0069608 | -0.31% |
| 2026-09-03 | 0.0069825 | -1.76% |
| 2026-09-02 | 0.0071079 | -0.46% |
| 2026-09-01 | 0.0071406 | +0.65% |
| 2026-08-31 | 0.0070943 | -0.39% |
| 2026-08-30 | 0.0071224 | +0.20% |
| 2026-08-29 | 0.0071084 | -0.24% |
| 2026-08-28 | 0.0071256 | — |
LAK to JPY conversion table
1 LAK0.0070318 JPY
5 LAK0.035159 JPY
10 LAK0.070318 JPY
25 LAK0.1758 JPY
50 LAK0.35159 JPY
100 LAK0.70318 JPY
500 LAK3.5159 JPY
1,000 LAK7.0318 JPY
5,000 LAK35.1592 JPY
10,000 LAK70.3185 JPY
Get the LAK/JPY rate in your app
One GET request returns the latest LAK → 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/LAK/JPY?precision=6"fetch('https://rate-api.com/api/v1/pair/LAK/JPY?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 LAK = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/LAK/JPY?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 LAK = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/LAK/JPY?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 LAK = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "LAK",
"to": "JPY"
},
"rate": 0.007032,
"timestamp": 1790435094,
"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 LAKJapanese Yen → Laotian Kip142.2102Convert LAK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.