Convert CHF to PKR
Swiss Franc → Pakistani Rupee
1 CHF = 334.48671 PKR(1 PKR = 0.00298966 CHF)
Currency converter
1 CHF =
334.4867 PKR
CHF to PKR: last 30 days
Over the last 30 days, 1 CHF traded between 334.4867 and 345.1351 PKR, averaging 340.1245 PKR. The CHF/PKR rate is down 3.08% since 2026-08-28.
- 30-day high
- 345.1351
- 2026-08-29
- 30-day low
- 334.4867
- 2026-09-25
- 30-day average
- 340.1245
- Days with data: 30
- 30-day change
- -3.08%
- since 2026-08-28
345.1351
334.48672026-08-28 → 2026-09-26
| Date | 1 CHF in PKR | Daily change |
|---|---|---|
| 2026-09-26 | 334.4867 | 0.00% |
| 2026-09-25 | 334.4867 | -0.43% |
| 2026-09-24 | 335.928 | -0.34% |
| 2026-09-23 | 337.0818 | -0.40% |
| 2026-09-22 | 338.4362 | +0.29% |
| 2026-09-21 | 337.4429 | +0.45% |
| 2026-09-20 | 335.9402 | +0.03% |
| 2026-09-19 | 335.838 | +0.05% |
| 2026-09-18 | 335.6612 | -0.39% |
| 2026-09-17 | 336.9804 | -0.51% |
| 2026-09-16 | 338.7179 | -0.09% |
| 2026-09-15 | 339.0088 | -0.23% |
| 2026-09-14 | 339.7981 | -0.05% |
| 2026-09-13 | 339.9764 | -0.17% |
| 2026-09-12 | 340.5578 | +0.12% |
| Date | 1 CHF in PKR | Daily change |
|---|---|---|
| 2026-09-11 | 340.1337 | -0.42% |
| 2026-09-10 | 341.566 | -0.48% |
| 2026-09-09 | 343.2225 | +0.37% |
| 2026-09-08 | 341.9525 | -0.24% |
| 2026-09-07 | 342.7769 | -0.01% |
| 2026-09-06 | 342.8041 | -0.06% |
| 2026-09-05 | 343.0133 | +0.03% |
| 2026-09-04 | 342.914 | +0.07% |
| 2026-09-03 | 342.6725 | +0.52% |
| 2026-09-02 | 340.91 | -0.44% |
| 2026-09-01 | 342.4334 | -0.38% |
| 2026-08-31 | 343.7451 | -0.37% |
| 2026-08-30 | 345.0065 | -0.04% |
| 2026-08-29 | 345.1351 | +0.01% |
| 2026-08-28 | 345.1083 | — |
CHF to PKR conversion table
1 CHF334.4867 PKR
5 CHF1,672.4335 PKR
10 CHF3,344.8671 PKR
25 CHF8,362.1677 PKR
50 CHF16,724.335 PKR
100 CHF33,448.671 PKR
500 CHF167,243.35 PKR
1,000 CHF334,486.71 PKR
5,000 CHF1,672,433.5 PKR
10,000 CHF3,344,867.1 PKR
Get the CHF/PKR rate in your app
One GET request returns the latest CHF → PKR 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/PKR"fetch('https://rate-api.com/api/v1/pair/CHF/PKR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} PKR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/PKR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} PKR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/PKR');
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']} PKR\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "PKR"
},
"rate": 334.4867,
"timestamp": 1790429315,
"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
PKR to CHFPakistani Rupee → Swiss Franc0.0029897Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.