Convert USD to LAK
US Dollar → Laotian Kip
1 USD = 22,410.918 LAK(1 LAK = 0.0000446211 USD)
Currency converter
1 USD =
22,410.918 LAK
USD to LAK: last 30 days
Over the last 30 days, 1 USD traded between 22,273.665 and 22,515.179 LAK, averaging 22,409.968 LAK. The USD/LAK rate is up 0.01% since 2026-08-28.
- 30-day high
- 22,515.179
- 2026-08-31
- 30-day low
- 22,273.665
- 2026-09-13
- 30-day average
- 22,409.968
- Days with data: 30
- 30-day change
- +0.01%
- since 2026-08-28
22,515.179
22,273.6652026-08-28 → 2026-09-26
| Date | 1 USD in LAK | Daily change |
|---|---|---|
| 2026-09-26 | 22,410.918 | 0.00% |
| 2026-09-25 | 22,410.918 | -0.07% |
| 2026-09-24 | 22,427.406 | -0.05% |
| 2026-09-23 | 22,437.832 | +0.01% |
| 2026-09-22 | 22,434.912 | +0.12% |
| 2026-09-21 | 22,407.715 | +0.19% |
| 2026-09-20 | 22,366.038 | -0.50% |
| 2026-09-19 | 22,477.661 | +0.46% |
| 2026-09-18 | 22,374.992 | -0.18% |
| 2026-09-17 | 22,415.285 | +0.01% |
| 2026-09-16 | 22,412.002 | +0.15% |
| 2026-09-15 | 22,378.919 | -0.07% |
| 2026-09-14 | 22,393.771 | +0.54% |
| 2026-09-13 | 22,273.665 | -0.45% |
| 2026-09-12 | 22,373.451 | -0.20% |
| Date | 1 USD in LAK | Daily change |
|---|---|---|
| 2026-09-11 | 22,417.201 | +0.10% |
| 2026-09-10 | 22,394.505 | +0.26% |
| 2026-09-09 | 22,335.914 | -0.41% |
| 2026-09-08 | 22,428.726 | +0.17% |
| 2026-09-07 | 22,389.722 | -0.06% |
| 2026-09-06 | 22,402.767 | -0.23% |
| 2026-09-05 | 22,453.817 | +0.03% |
| 2026-09-04 | 22,447.033 | +0.47% |
| 2026-09-03 | 22,342.946 | -0.49% |
| 2026-09-02 | 22,453.875 | +0.11% |
| 2026-09-01 | 22,429.626 | -0.38% |
| 2026-08-31 | 22,515.179 | +0.43% |
| 2026-08-30 | 22,419.253 | -0.20% |
| 2026-08-29 | 22,463.557 | +0.24% |
| 2026-08-28 | 22,409.437 | — |
USD to LAK conversion table
1 USD22,410.918 LAK
5 USD112,054.59 LAK
10 USD224,109.18 LAK
25 USD560,272.94 LAK
50 USD1,120,545.9 LAK
100 USD2,241,091.8 LAK
500 USD11,205,459 LAK
1,000 USD22,410,918 LAK
5,000 USD112,054,588 LAK
10,000 USD224,109,175 LAK
Get the USD/LAK rate in your app
One GET request returns the latest USD → 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/USD/LAK"fetch('https://rate-api.com/api/v1/pair/USD/LAK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 USD = ${data.rate} LAK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/USD/LAK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 USD = {data['rate']} LAK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/USD/LAK');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 USD = {$data['rate']} LAK\n";Example response
{
"success": true,
"pair": {
"from": "USD",
"to": "LAK"
},
"rate": 22410.9175,
"timestamp": 1790437925,
"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 USDLaotian Kip → US Dollar0.000044621Convert USD to other currencies
Convert other currencies to LAK
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.