Convert JPY to PKR
Japanese Yen → Pakistani Rupee
1 JPY = 1.758056 PKR(1 PKR = 0.56881 JPY)
Currency converter
1 JPY =
1.7581 PKR
JPY to PKR: last 30 days
Over the last 30 days, 1 JPY traded between 1.733 and 1.8073 PKR, averaging 1.7702 PKR. The JPY/PKR rate is up 1.14% since 2026-08-28.
- 30-day high
- 1.8073
- 2026-09-09
- 30-day low
- 1.733
- 2026-09-01
- 30-day average
- 1.7702
- Days with data: 30
- 30-day change
- +1.14%
- since 2026-08-28
1.8073
1.7332026-08-28 → 2026-09-26
| Date | 1 JPY in PKR | Daily change |
|---|---|---|
| 2026-09-26 | 1.7581 | 0.00% |
| 2026-09-25 | 1.7581 | +0.44% |
| 2026-09-24 | 1.7504 | -0.35% |
| 2026-09-23 | 1.7565 | -0.45% |
| 2026-09-22 | 1.7644 | +0.11% |
| 2026-09-21 | 1.7624 | +0.33% |
| 2026-09-20 | 1.7567 | +0.03% |
| 2026-09-19 | 1.7562 | +0.05% |
| 2026-09-18 | 1.7553 | -1.64% |
| 2026-09-17 | 1.7846 | -0.26% |
| 2026-09-16 | 1.7892 | -0.02% |
| 2026-09-15 | 1.7895 | -0.31% |
| 2026-09-14 | 1.7951 | -0.24% |
| 2026-09-13 | 1.7994 | -0.17% |
| 2026-09-12 | 1.8025 | +0.12% |
| Date | 1 JPY in PKR | Daily change |
|---|---|---|
| 2026-09-11 | 1.8003 | +0.08% |
| 2026-09-10 | 1.7988 | -0.47% |
| 2026-09-09 | 1.8073 | +0.49% |
| 2026-09-08 | 1.7985 | +0.33% |
| 2026-09-07 | 1.7925 | +0.96% |
| 2026-09-06 | 1.7754 | -0.06% |
| 2026-09-05 | 1.7765 | +0.03% |
| 2026-09-04 | 1.776 | +0.02% |
| 2026-09-03 | 1.7757 | +2.13% |
| 2026-09-02 | 1.7386 | +0.33% |
| 2026-09-01 | 1.733 | -0.41% |
| 2026-08-31 | 1.74 | +0.13% |
| 2026-08-30 | 1.7377 | -0.04% |
| 2026-08-29 | 1.7383 | +0.01% |
| 2026-08-28 | 1.7382 | — |
JPY to PKR conversion table
1 JPY1.7581 PKR
5 JPY8.7903 PKR
10 JPY17.5806 PKR
25 JPY43.9514 PKR
50 JPY87.9028 PKR
100 JPY175.8056 PKR
500 JPY879.0281 PKR
1,000 JPY1,758.0562 PKR
5,000 JPY8,790.2809 PKR
10,000 JPY17,580.562 PKR
Get the JPY/PKR rate in your app
One GET request returns the latest JPY → 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/JPY/PKR"fetch('https://rate-api.com/api/v1/pair/JPY/PKR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} PKR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/PKR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} PKR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/PKR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} PKR\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "PKR"
},
"rate": 1.7581,
"timestamp": 1790429310,
"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 JPYPakistani Rupee → Japanese Yen0.56881Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.