CHF to LAK exchange rate API
Swiss Franc to Kip · quoted 2026-09-25
27035.80
▼ +0.95% over YTD
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 year to date, CHF/LAK traded between 27025.14 and 28250.14, averaged 27679.27 and fell 0.95%. 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 YTD: show the values
| Point | CHF/LAK |
|---|---|
| 2025-12-31 | 27293.77 |
| 2026-01-07 | 27172.34 |
| 2026-01-14 | 27025.14 |
| 2026-01-21 | 27378.62 |
| 2026-01-28 | 27927.66 |
| 2026-02-04 | 27585.84 |
| 2026-02-11 | 27970.55 |
| 2026-02-18 | 27776.53 |
| 2026-02-25 | 27606.01 |
| 2026-03-04 | 27467.22 |
| 2026-03-11 | 27448.97 |
| 2026-03-18 | 27159.60 |
| 2026-03-25 | 27226.94 |
| 2026-04-01 | 27682.65 |
| 2026-04-08 | 27828.54 |
| 2026-04-15 | 28087.30 |
| 2026-04-22 | 28250.14 |
| 2026-04-29 | 27813.79 |
| 2026-05-06 | 28123.63 |
| 2026-05-14 | 28101.87 |
| 2026-05-21 | 27821.53 |
| 2026-05-29 | 27914.57 |
| 2026-06-05 | 27878.02 |
| 2026-06-14 | 27643.65 |
| 2026-06-21 | 27301.21 |
| 2026-06-28 | 27638.26 |
| 2026-07-05 | 28046.63 |
| 2026-07-12 | 27786.04 |
| 2026-07-19 | 27915.68 |
| 2026-07-26 | 27705.94 |
| 2026-08-02 | 28002.13 |
| 2026-08-09 | 27948.73 |
| 2026-08-16 | 27614.81 |
| 2026-08-24 | 28090.15 |
| 2026-08-31 | 27846.23 |
| 2026-09-07 | 27667.56 |
| 2026-09-14 | 27427.68 |
| 2026-09-21 | 27279.61 |
High
28250.14
Low
27025.14
Average
27679.27
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.