Skip to content

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

CHF/LAK over 5Y: show the values
PointCHF/LAK
2024-08-2426060.71
2024-10-0726034.78
2024-11-0625058.39
2024-12-0625028.18
2025-01-0523914.79
2025-02-0424042.94
2025-03-0624455.34
2025-04-0625224.03
2025-05-0626220.09
2025-06-0726235.20
2025-07-0727027.42
2025-08-0626690.12
2025-09-0527032.62
2025-10-0627228.27
2025-11-0526791.66
2025-12-0526979.63
2026-01-0527220.06
2026-02-0427585.84
2026-03-0627362.32
2026-04-0527449.25
2026-05-0528003.70
2026-06-0627525.93
2026-07-0827964.99
2026-08-0727912.19
2026-09-0727667.56

High

28003.70

Low

23914.79

Average

26528.92

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.