CHF to LAK exchange rate API
Swiss Franc to Kip · quoted 2026-09-25
27035.80
▲ +3.74% over 5Y
1 CHF = 27035.80 LAK · 1 LAK = 0.000037 CHF · Get this rate via the API
1 CHF buys 27035.80 LAK as of 2026-09-25, so 1 LAK buys 0.000037 CHF. Over the last 5 years, CHF/LAK traded between 23914.79 and 28003.70, averaged 26528.92 and rose 3.74%. The API holds daily CHF/LAK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CHF/LAK over 5Y: show the values
| Point | CHF/LAK |
|---|---|
| 2024-08-24 | 26060.71 |
| 2024-10-07 | 26034.78 |
| 2024-11-06 | 25058.39 |
| 2024-12-06 | 25028.18 |
| 2025-01-05 | 23914.79 |
| 2025-02-04 | 24042.94 |
| 2025-03-06 | 24455.34 |
| 2025-04-06 | 25224.03 |
| 2025-05-06 | 26220.09 |
| 2025-06-07 | 26235.20 |
| 2025-07-07 | 27027.42 |
| 2025-08-06 | 26690.12 |
| 2025-09-05 | 27032.62 |
| 2025-10-06 | 27228.27 |
| 2025-11-05 | 26791.66 |
| 2025-12-05 | 26979.63 |
| 2026-01-05 | 27220.06 |
| 2026-02-04 | 27585.84 |
| 2026-03-06 | 27362.32 |
| 2026-04-05 | 27449.25 |
| 2026-05-05 | 28003.70 |
| 2026-06-06 | 27525.93 |
| 2026-07-08 | 27964.99 |
| 2026-08-07 | 27912.19 |
| 2026-09-07 | 27667.56 |
High
28003.70
Low
23914.79
Average
26528.92
Get this rate via the API
One GET request returns the CHF/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=CHF¤cies=LAK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=LAK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=LAK").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/LAK API questions
How do I get the CHF/LAK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=LAK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/LAK rate in rates.LAK.
How far back does CHF/LAK historical data go?
Daily CHF/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 CHF/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.