CHF to LAK exchange rate API
Swiss Franc to Kip · quoted 2026-09-25
27035.80
▼ +0.75% over 1Y
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 year, CHF/LAK traded between 26795.90 and 28280.45, averaged 27515.11 and fell 0.75%. 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 1Y: show the values
| Point | CHF/LAK |
|---|---|
| 2025-09-25 | 27239.33 |
| 2025-10-02 | 27196.25 |
| 2025-10-09 | 26996.60 |
| 2025-10-16 | 27177.11 |
| 2025-10-23 | 27165.77 |
| 2025-10-30 | 27007.02 |
| 2025-11-06 | 26795.90 |
| 2025-11-13 | 27252.42 |
| 2025-11-20 | 26867.49 |
| 2025-11-27 | 26929.39 |
| 2025-12-04 | 27075.80 |
| 2025-12-12 | 27194.03 |
| 2025-12-19 | 27197.77 |
| 2025-12-26 | 27405.43 |
| 2026-01-02 | 27270.08 |
| 2026-01-09 | 27012.48 |
| 2026-01-16 | 26985.22 |
| 2026-01-23 | 27288.34 |
| 2026-01-30 | 28053.98 |
| 2026-02-06 | 27645.72 |
| 2026-02-13 | 27977.92 |
| 2026-02-20 | 27646.33 |
| 2026-02-27 | 27813.83 |
| 2026-03-06 | 27362.32 |
| 2026-03-13 | 27318.65 |
| 2026-03-20 | 27148.29 |
| 2026-03-27 | 27182.89 |
| 2026-04-03 | 27432.48 |
| 2026-04-10 | 27835.97 |
| 2026-04-17 | 28194.58 |
| 2026-04-24 | 27920.90 |
| 2026-05-01 | 28134.04 |
| 2026-05-08 | 28280.45 |
| 2026-05-16 | 27968.66 |
| 2026-05-24 | 27888.77 |
| 2026-05-31 | 28039.58 |
| 2026-06-09 | 27699.71 |
| 2026-06-16 | 27637.16 |
| 2026-06-23 | 27282.68 |
| 2026-06-30 | 27690.16 |
| 2026-07-07 | 27981.07 |
| 2026-07-14 | 27844.36 |
| 2026-07-21 | 27943.59 |
| 2026-07-28 | 27708.05 |
| 2026-08-04 | 28018.64 |
| 2026-08-11 | 27956.58 |
| 2026-08-18 | 27760.62 |
| 2026-08-26 | 27947.79 |
| 2026-09-02 | 27586.07 |
| 2026-09-09 | 27675.28 |
| 2026-09-16 | 27364.51 |
| 2026-09-23 | 27267.11 |
High
28280.45
Low
26795.90
Average
27515.11
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.