Convert CHF to ALL
Swiss Franc → Albanian Lek
1 CHF = 97.194829 ALL(1 ALL = 0.0102886 CHF)
Currency converter
1 CHF =
97.1948 ALL
CHF to ALL: last 30 days
Over the last 30 days, 1 CHF traded between 96.4235 and 98.9493 ALL, averaging 97.5694 ALL. The CHF/ALL rate is down 1.39% since 2026-08-28.
- 30-day high
- 98.9493
- 2026-08-30
- 30-day low
- 96.4235
- 2026-09-17
- 30-day average
- 97.5694
- Days with data: 30
- 30-day change
- -1.39%
- since 2026-08-28
98.9493
96.42352026-08-28 → 2026-09-26
| Date | 1 CHF in ALL | Daily change |
|---|---|---|
| 2026-09-26 | 97.1948 | 0.00% |
| 2026-09-25 | 97.1948 | +0.06% |
| 2026-09-24 | 97.1399 | -0.09% |
| 2026-09-23 | 97.2285 | -0.10% |
| 2026-09-22 | 97.3303 | +0.22% |
| 2026-09-21 | 97.1158 | +0.56% |
| 2026-09-20 | 96.5755 | +0.01% |
| 2026-09-19 | 96.5699 | -0.28% |
| 2026-09-18 | 96.8388 | +0.43% |
| 2026-09-17 | 96.4235 | -0.65% |
| 2026-09-16 | 97.0592 | -0.17% |
| 2026-09-15 | 97.2209 | +0.23% |
| 2026-09-14 | 97.0026 | -0.15% |
| 2026-09-13 | 97.1441 | -0.05% |
| 2026-09-12 | 97.1901 | -0.10% |
| Date | 1 CHF in ALL | Daily change |
|---|---|---|
| 2026-09-11 | 97.2872 | -0.14% |
| 2026-09-10 | 97.4264 | -0.71% |
| 2026-09-09 | 98.1264 | +0.44% |
| 2026-09-08 | 97.6987 | -0.33% |
| 2026-09-07 | 98.0177 | +0.01% |
| 2026-09-06 | 98.0088 | -0.03% |
| 2026-09-05 | 98.0418 | +0.11% |
| 2026-09-04 | 97.9326 | -0.40% |
| 2026-09-03 | 98.3223 | +0.41% |
| 2026-09-02 | 97.917 | -0.35% |
| 2026-09-01 | 98.2561 | -0.11% |
| 2026-08-31 | 98.3632 | -0.59% |
| 2026-08-30 | 98.9493 | +0.01% |
| 2026-08-29 | 98.9421 | +0.38% |
| 2026-08-28 | 98.5636 | — |
CHF to ALL conversion table
1 CHF97.1948 ALL
5 CHF485.9741 ALL
10 CHF971.9483 ALL
25 CHF2,429.8707 ALL
50 CHF4,859.7414 ALL
100 CHF9,719.4829 ALL
500 CHF48,597.414 ALL
1,000 CHF97,194.829 ALL
5,000 CHF485,974.14 ALL
10,000 CHF971,948.29 ALL
Get the CHF/ALL rate in your app
One GET request returns the latest CHF → ALL 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/ALL"fetch('https://rate-api.com/api/v1/pair/CHF/ALL', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} ALL`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/ALL",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} ALL")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/ALL');
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']} ALL\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "ALL"
},
"rate": 97.1948,
"timestamp": 1790447427,
"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
ALL to CHFAlbanian Lek → Swiss Franc0.010289Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.