USD to LAK exchange rate API
US Dollar to Kip · quoted 2026-09-25
22427.41
▲ +3.44% over 1Y
1 USD = 22427.41 LAK · 1 LAK = 0.000045 USD · Get this rate via the API
1 USD buys 22427.41 LAK as of 2026-09-25, so 1 LAK buys 0.000045 USD. Over the last year, USD/LAK traded between 21370.89 and 22715.86, averaged 21930.96 and rose 3.44%. The API holds daily USD/LAK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
USD/LAK over 1Y: show the values
| Point | USD/LAK |
|---|---|
| 2025-09-25 | 21681.94 |
| 2025-10-02 | 21633.89 |
| 2025-10-09 | 21644.23 |
| 2025-10-16 | 21701.55 |
| 2025-10-23 | 21673.10 |
| 2025-10-30 | 21701.46 |
| 2025-11-06 | 21644.90 |
| 2025-11-13 | 21681.84 |
| 2025-11-20 | 21687.20 |
| 2025-11-27 | 21702.02 |
| 2025-12-04 | 21677.35 |
| 2025-12-12 | 21635.13 |
| 2025-12-19 | 21638.38 |
| 2025-12-26 | 21618.48 |
| 2026-01-02 | 21628.06 |
| 2026-01-09 | 21610.91 |
| 2026-01-16 | 21633.22 |
| 2026-01-23 | 21559.68 |
| 2026-01-30 | 21553.00 |
| 2026-02-06 | 21506.63 |
| 2026-02-13 | 21512.92 |
| 2026-02-20 | 21455.43 |
| 2026-02-27 | 21449.97 |
| 2026-03-06 | 21407.49 |
| 2026-03-13 | 21505.46 |
| 2026-03-20 | 21370.89 |
| 2026-03-27 | 21662.26 |
| 2026-04-03 | 21947.22 |
| 2026-04-10 | 21965.00 |
| 2026-04-17 | 22061.89 |
| 2026-04-24 | 21929.99 |
| 2026-05-01 | 21977.48 |
| 2026-05-08 | 22016.47 |
| 2026-05-16 | 22014.17 |
| 2026-05-24 | 21856.76 |
| 2026-05-31 | 21909.27 |
| 2026-06-09 | 22034.35 |
| 2026-06-16 | 21987.65 |
| 2026-06-23 | 22092.92 |
| 2026-06-30 | 22416.52 |
| 2026-07-07 | 22560.07 |
| 2026-07-14 | 22600.18 |
| 2026-07-21 | 22659.80 |
| 2026-07-28 | 22715.86 |
| 2026-08-04 | 22675.27 |
| 2026-08-11 | 22653.52 |
| 2026-08-18 | 22556.70 |
| 2026-08-26 | 22465.52 |
| 2026-09-02 | 22453.87 |
| 2026-09-09 | 22335.91 |
| 2026-09-16 | 22412.00 |
| 2026-09-23 | 22437.83 |
High
22715.86
Low
21370.89
Average
21930.96
Get this rate via the API
One GET request returns the USD/LAK rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=LAK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=LAK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=LAK").json()Replace YOUR_API_KEY with the key from your dashboard.
USD/LAK API questions
How do I get the USD/LAK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=LAK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/LAK rate in rates.LAK.
How far back does USD/LAK historical data go?
Daily USD/LAK rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free USD/LAK exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.