Skip to content

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

USD/LAK over 1Y: show the values
PointUSD/LAK
2025-09-2521681.94
2025-10-0221633.89
2025-10-0921644.23
2025-10-1621701.55
2025-10-2321673.10
2025-10-3021701.46
2025-11-0621644.90
2025-11-1321681.84
2025-11-2021687.20
2025-11-2721702.02
2025-12-0421677.35
2025-12-1221635.13
2025-12-1921638.38
2025-12-2621618.48
2026-01-0221628.06
2026-01-0921610.91
2026-01-1621633.22
2026-01-2321559.68
2026-01-3021553.00
2026-02-0621506.63
2026-02-1321512.92
2026-02-2021455.43
2026-02-2721449.97
2026-03-0621407.49
2026-03-1321505.46
2026-03-2021370.89
2026-03-2721662.26
2026-04-0321947.22
2026-04-1021965.00
2026-04-1722061.89
2026-04-2421929.99
2026-05-0121977.48
2026-05-0822016.47
2026-05-1622014.17
2026-05-2421856.76
2026-05-3121909.27
2026-06-0922034.35
2026-06-1621987.65
2026-06-2322092.92
2026-06-3022416.52
2026-07-0722560.07
2026-07-1422600.18
2026-07-2122659.80
2026-07-2822715.86
2026-08-0422675.27
2026-08-1122653.52
2026-08-1822556.70
2026-08-2622465.52
2026-09-0222453.87
2026-09-0922335.91
2026-09-1622412.00
2026-09-2322437.83

High

22715.86

Low

21370.89

Average

21930.96

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=LAK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=LAK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=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&currencies=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.