Convert PKR to JPY
Pakistani Rupee → Japanese Yen
1 PKR = 0.56881 JPY(1 JPY = 1.758056 PKR)
Currency converter
1 PKR =
0.56881 JPY
PKR to JPY: last 30 days
Over the last 30 days, 1 PKR traded between 0.55331 and 0.57704 JPY, averaging 0.56501 JPY. The PKR/JPY rate is down 1.13% since 2026-08-28.
- 30-day high
- 0.57704
- 2026-09-01
- 30-day low
- 0.55331
- 2026-09-09
- 30-day average
- 0.56501
- Days with data: 30
- 30-day change
- -1.13%
- since 2026-08-28
0.57704
0.553312026-08-28 → 2026-09-26
| Date | 1 PKR in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 0.56881 | 0.00% |
| 2026-09-25 | 0.56881 | -0.43% |
| 2026-09-24 | 0.57129 | +0.35% |
| 2026-09-23 | 0.56932 | +0.45% |
| 2026-09-22 | 0.56678 | -0.11% |
| 2026-09-21 | 0.5674 | -0.32% |
| 2026-09-20 | 0.56924 | -0.03% |
| 2026-09-19 | 0.56941 | -0.05% |
| 2026-09-18 | 0.56971 | +1.67% |
| 2026-09-17 | 0.56036 | +0.26% |
| 2026-09-16 | 0.55891 | +0.02% |
| 2026-09-15 | 0.55882 | +0.31% |
| 2026-09-14 | 0.55707 | +0.24% |
| 2026-09-13 | 0.55573 | +0.17% |
| 2026-09-12 | 0.55479 | -0.12% |
| Date | 1 PKR in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 0.55548 | -0.08% |
| 2026-09-10 | 0.55591 | +0.47% |
| 2026-09-09 | 0.55331 | -0.49% |
| 2026-09-08 | 0.55603 | -0.33% |
| 2026-09-07 | 0.55788 | -0.95% |
| 2026-09-06 | 0.56324 | +0.06% |
| 2026-09-05 | 0.5629 | -0.03% |
| 2026-09-04 | 0.56306 | -0.02% |
| 2026-09-03 | 0.56315 | -2.09% |
| 2026-09-02 | 0.57516 | -0.33% |
| 2026-09-01 | 0.57704 | +0.41% |
| 2026-08-31 | 0.5747 | -0.13% |
| 2026-08-30 | 0.57548 | +0.04% |
| 2026-08-29 | 0.57526 | -0.01% |
| 2026-08-28 | 0.57531 | — |
PKR to JPY conversion table
1 PKR0.56881 JPY
5 PKR2.8441 JPY
10 PKR5.6881 JPY
25 PKR14.2203 JPY
50 PKR28.4405 JPY
100 PKR56.881 JPY
500 PKR284.405 JPY
1,000 PKR568.81 JPY
5,000 PKR2,844.0502 JPY
10,000 PKR5,688.1004 JPY
Get the PKR/JPY rate in your app
One GET request returns the latest PKR → JPY 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/JPY"fetch('https://rate-api.com/api/v1/pair/PKR/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 PKR = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/PKR/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 PKR = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/PKR/JPY');
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']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "PKR",
"to": "JPY"
},
"rate": 0.5688,
"timestamp": 1790432083,
"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
JPY to PKRJapanese Yen → Pakistani Rupee1.7581Convert PKR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.