Convert CHF to PLN
Swiss Franc → Polish Złoty
1 CHF = 4.628692 PLN(1 PLN = 0.216044 CHF)
Currency converter
1 CHF =
4.6287 PLN
CHF to PLN: last 30 days
Over the last 30 days, 1 CHF traded between 4.5762 and 4.6608 PLN, averaging 4.6068 PLN. The CHF/PLN rate is down 0.05% since 2026-08-28.
- 30-day high
- 4.6608
- 2026-09-23
- 30-day low
- 4.5762
- 2026-09-11
- 30-day average
- 4.6068
- Days with data: 30
- 30-day change
- -0.05%
- since 2026-08-28
4.6608
4.57622026-08-28 → 2026-09-26
| Date | 1 CHF in PLN | Daily change |
|---|---|---|
| 2026-09-26 | 4.6287 | 0.00% |
| 2026-09-25 | 4.6287 | -0.62% |
| 2026-09-24 | 4.6576 | -0.07% |
| 2026-09-23 | 4.6608 | +0.69% |
| 2026-09-22 | 4.629 | +0.36% |
| 2026-09-21 | 4.6122 | +0.01% |
| 2026-09-20 | 4.6116 | 0.00% |
| 2026-09-19 | 4.6116 | 0.00% |
| 2026-09-18 | 4.6116 | +0.17% |
| 2026-09-17 | 4.6038 | +0.07% |
| 2026-09-16 | 4.6007 | +0.08% |
| 2026-09-15 | 4.597 | -0.15% |
| 2026-09-14 | 4.6037 | +0.60% |
| 2026-09-13 | 4.5762 | 0.00% |
| 2026-09-12 | 4.5762 | 0.00% |
| Date | 1 CHF in PLN | Daily change |
|---|---|---|
| 2026-09-11 | 4.5762 | -0.13% |
| 2026-09-10 | 4.5823 | -0.14% |
| 2026-09-09 | 4.5888 | +0.16% |
| 2026-09-08 | 4.5813 | -0.04% |
| 2026-09-07 | 4.5829 | -0.11% |
| 2026-09-06 | 4.5878 | 0.00% |
| 2026-09-05 | 4.5878 | 0.00% |
| 2026-09-04 | 4.5878 | -0.43% |
| 2026-09-03 | 4.6075 | +0.36% |
| 2026-09-02 | 4.5909 | -0.43% |
| 2026-09-01 | 4.6107 | -0.12% |
| 2026-08-31 | 4.616 | -0.32% |
| 2026-08-30 | 4.6311 | 0.00% |
| 2026-08-29 | 4.6311 | 0.00% |
| 2026-08-28 | 4.6311 | — |
CHF to PLN conversion table
1 CHF4.6287 PLN
5 CHF23.1435 PLN
10 CHF46.2869 PLN
25 CHF115.7173 PLN
50 CHF231.4346 PLN
100 CHF462.8692 PLN
500 CHF2,314.3462 PLN
1,000 CHF4,628.6924 PLN
5,000 CHF23,143.462 PLN
10,000 CHF46,286.924 PLN
Get the CHF/PLN rate in your app
One GET request returns the latest CHF → PLN 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/PLN"fetch('https://rate-api.com/api/v1/pair/CHF/PLN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} PLN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/PLN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} PLN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/PLN');
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']} PLN\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "PLN"
},
"rate": 4.6287,
"timestamp": 1790429333,
"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
PLN to CHFPolish Złoty → Swiss Franc0.21604Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.