Skip to content

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

CHF/LAK over YTD: show the values
PointCHF/LAK
2025-12-3127293.77
2026-01-0727172.34
2026-01-1427025.14
2026-01-2127378.62
2026-01-2827927.66
2026-02-0427585.84
2026-02-1127970.55
2026-02-1827776.53
2026-02-2527606.01
2026-03-0427467.22
2026-03-1127448.97
2026-03-1827159.60
2026-03-2527226.94
2026-04-0127682.65
2026-04-0827828.54
2026-04-1528087.30
2026-04-2228250.14
2026-04-2927813.79
2026-05-0628123.63
2026-05-1428101.87
2026-05-2127821.53
2026-05-2927914.57
2026-06-0527878.02
2026-06-1427643.65
2026-06-2127301.21
2026-06-2827638.26
2026-07-0528046.63
2026-07-1227786.04
2026-07-1927915.68
2026-07-2627705.94
2026-08-0228002.13
2026-08-0927948.73
2026-08-1627614.81
2026-08-2428090.15
2026-08-3127846.23
2026-09-0727667.56
2026-09-1427427.68
2026-09-2127279.61

High

28250.14

Low

27025.14

Average

27679.27

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.