Convert PKR to CAD
Pakistani Rupee → Canadian Dollar
1 PKR = 0.00510473 CAD(1 CAD = 195.89675 PKR)
Currency converter
1 PKR =
0.0051047 CAD
PKR to CAD: last 30 days
Over the last 30 days, 1 PKR traded between 0.0049703 and 0.0051047 CAD, averaging 0.0050172 CAD. The PKR/CAD rate is up 2.27% since 2026-08-28.
- 30-day high
- 0.0051047
- 2026-09-25
- 30-day low
- 0.0049703
- 2026-09-09
- 30-day average
- 0.0050172
- Days with data: 30
- 30-day change
- +2.27%
- since 2026-08-28
0.0051047
0.00497032026-08-28 → 2026-09-26
| Date | 1 PKR in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.0051047 | 0.00% |
| 2026-09-25 | 0.0051047 | +0.55% |
| 2026-09-24 | 0.005077 | -0.05% |
| 2026-09-23 | 0.0050793 | +0.30% |
| 2026-09-22 | 0.0050642 | +0.23% |
| 2026-09-21 | 0.0050523 | +0.03% |
| 2026-09-20 | 0.005051 | -0.03% |
| 2026-09-19 | 0.0050526 | -0.05% |
| 2026-09-18 | 0.0050552 | +0.36% |
| 2026-09-17 | 0.0050371 | +0.25% |
| 2026-09-16 | 0.0050246 | +0.12% |
| 2026-09-15 | 0.0050186 | +0.26% |
| 2026-09-14 | 0.0050055 | +0.12% |
| 2026-09-13 | 0.0049996 | +0.17% |
| 2026-09-12 | 0.0049911 | -0.12% |
| Date | 1 PKR in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.0049973 | +0.32% |
| 2026-09-10 | 0.0049815 | +0.23% |
| 2026-09-09 | 0.0049703 | -0.09% |
| 2026-09-08 | 0.0049748 | -0.15% |
| 2026-09-07 | 0.0049822 | +0.15% |
| 2026-09-06 | 0.0049746 | +0.06% |
| 2026-09-05 | 0.0049715 | -0.03% |
| 2026-09-04 | 0.004973 | -0.11% |
| 2026-09-03 | 0.0049785 | -0.79% |
| 2026-09-02 | 0.0050183 | +0.29% |
| 2026-09-01 | 0.0050037 | +0.15% |
| 2026-08-31 | 0.0049961 | +0.07% |
| 2026-08-30 | 0.0049929 | +0.04% |
| 2026-08-29 | 0.004991 | -0.01% |
| 2026-08-28 | 0.0049914 | — |
PKR to CAD conversion table
1 PKR0.0051047 CAD
5 PKR0.025524 CAD
10 PKR0.051047 CAD
25 PKR0.12762 CAD
50 PKR0.25524 CAD
100 PKR0.51047 CAD
500 PKR2.5524 CAD
1,000 PKR5.1047 CAD
5,000 PKR25.5236 CAD
10,000 PKR51.0473 CAD
Get the PKR/CAD rate in your app
One GET request returns the latest PKR → CAD 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/PKR/CAD?precision=6"fetch('https://rate-api.com/api/v1/pair/PKR/CAD?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 PKR = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/PKR/CAD?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 PKR = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/PKR/CAD?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 PKR = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "PKR",
"to": "CAD"
},
"rate": 0.005105,
"timestamp": 1790435110,
"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
CAD to PKRCanadian Dollar → Pakistani Rupee195.8968Convert PKR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.