Skip to content

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

CHF/LAK over 1Y: show the values
PointCHF/LAK
2025-09-2527239.33
2025-10-0227196.25
2025-10-0926996.60
2025-10-1627177.11
2025-10-2327165.77
2025-10-3027007.02
2025-11-0626795.90
2025-11-1327252.42
2025-11-2026867.49
2025-11-2726929.39
2025-12-0427075.80
2025-12-1227194.03
2025-12-1927197.77
2025-12-2627405.43
2026-01-0227270.08
2026-01-0927012.48
2026-01-1626985.22
2026-01-2327288.34
2026-01-3028053.98
2026-02-0627645.72
2026-02-1327977.92
2026-02-2027646.33
2026-02-2727813.83
2026-03-0627362.32
2026-03-1327318.65
2026-03-2027148.29
2026-03-2727182.89
2026-04-0327432.48
2026-04-1027835.97
2026-04-1728194.58
2026-04-2427920.90
2026-05-0128134.04
2026-05-0828280.45
2026-05-1627968.66
2026-05-2427888.77
2026-05-3128039.58
2026-06-0927699.71
2026-06-1627637.16
2026-06-2327282.68
2026-06-3027690.16
2026-07-0727981.07
2026-07-1427844.36
2026-07-2127943.59
2026-07-2827708.05
2026-08-0428018.64
2026-08-1127956.58
2026-08-1827760.62
2026-08-2627947.79
2026-09-0227586.07
2026-09-0927675.28
2026-09-1627364.51
2026-09-2327267.11

High

28280.45

Low

26795.90

Average

27515.11

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=LAK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&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=CHF&currencies=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&currencies=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.