Convert CHF to LKR
Swiss Franc → Sri Lankan Rupee
1 CHF = 398.45027 LKR(1 LKR = 0.00250972 CHF)
Currency converter
1 CHF =
398.4503 LKR
CHF to LKR: last 30 days
Over the last 30 days, 1 CHF traded between 398.4503 and 407.8827 LKR, averaging 403.4902 LKR. The CHF/LKR rate is down 2.31% since 2026-08-28.
- 30-day high
- 407.8827
- 2026-08-28
- 30-day low
- 398.4503
- 2026-09-25
- 30-day average
- 403.4902
- Days with data: 30
- 30-day change
- -2.31%
- since 2026-08-28
407.8827
398.45032026-08-28 → 2026-09-26
| Date | 1 CHF in LKR | Daily change |
|---|---|---|
| 2026-09-26 | 398.4503 | 0.00% |
| 2026-09-25 | 398.4503 | -0.04% |
| 2026-09-24 | 398.6013 | -0.37% |
| 2026-09-23 | 400.0824 | -0.88% |
| 2026-09-22 | 403.6356 | +0.22% |
| 2026-09-21 | 402.7694 | +0.55% |
| 2026-09-20 | 400.5484 | -0.12% |
| 2026-09-19 | 401.0405 | -0.15% |
| 2026-09-18 | 401.6579 | -0.38% |
| 2026-09-17 | 403.1826 | +0.20% |
| 2026-09-16 | 402.39 | +0.11% |
| 2026-09-15 | 401.9536 | -0.10% |
| 2026-09-14 | 402.3391 | -0.17% |
| 2026-09-13 | 403.0332 | -0.00% |
| 2026-09-12 | 403.0522 | +0.01% |
| Date | 1 CHF in LKR | Daily change |
|---|---|---|
| 2026-09-11 | 402.9935 | -0.41% |
| 2026-09-10 | 404.6501 | -0.53% |
| 2026-09-09 | 406.8261 | +0.64% |
| 2026-09-08 | 404.2215 | -0.32% |
| 2026-09-07 | 405.5007 | +0.02% |
| 2026-09-06 | 405.4349 | -0.04% |
| 2026-09-05 | 405.5929 | +0.12% |
| 2026-09-04 | 405.0956 | -0.18% |
| 2026-09-03 | 405.8084 | +0.71% |
| 2026-09-02 | 402.9607 | -0.40% |
| 2026-09-01 | 404.571 | -0.46% |
| 2026-08-31 | 406.4241 | -0.31% |
| 2026-08-30 | 407.6984 | -0.04% |
| 2026-08-29 | 407.8577 | -0.01% |
| 2026-08-28 | 407.8827 | — |
CHF to LKR conversion table
1 CHF398.4503 LKR
5 CHF1,992.2513 LKR
10 CHF3,984.5027 LKR
25 CHF9,961.2566 LKR
50 CHF19,922.513 LKR
100 CHF39,845.027 LKR
500 CHF199,225.13 LKR
1,000 CHF398,450.27 LKR
5,000 CHF1,992,251.3 LKR
10,000 CHF3,984,502.7 LKR
Get the CHF/LKR rate in your app
One GET request returns the latest CHF → LKR rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/CHF/LKR"fetch('https://rate-api.com/api/v1/pair/CHF/LKR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} LKR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/LKR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} LKR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/LKR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} LKR\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "LKR"
},
"rate": 398.4503,
"timestamp": 1790429338,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
LKR to CHFSri Lankan Rupee → Swiss Franc0.0025097Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.