Skip to content

JPY to PKR exchange rate API

Yen to Pakistan Rupee · quoted 2026-09-27

1.7624

▲ +15.29% over 5Y

1 JPY = 1.7624 PKR · 1 PKR = 0.56742 JPY · Get this rate via the API

1 JPY buys 1.7624 PKR as of 2026-09-27, so 1 PKR buys 0.56742 JPY. Over the last 5 years, JPY/PKR traded between 1.4305 and 2.1572, averaged 1.7911 and rose 15.29%. The API holds daily JPY/PKR rates from 2014-08-20 — 12 years of history — so any past day, or a whole series, is one request away.

JPY/PKR over 5Y

JPY/PKR over 5Y: show the values
PointJPY/PKR
2021-09-281.5286
2021-11-091.5143
2021-12-211.5647
2022-02-021.5414
2022-03-161.5188
2022-05-021.4305
2022-06-161.5625
2022-07-281.7576
2022-09-081.5704
2022-10-201.4728
2022-12-011.6480
2023-01-131.7799
2023-02-241.9028
2023-04-122.1572
2023-05-302.0250
2023-07-111.9806
2023-08-222.0545
2023-10-031.8804
2023-11-141.8970
2023-12-281.9767
2024-02-091.8515
2024-03-221.8447
2024-05-101.7853
2024-06-251.7465
2024-08-061.9218
2024-09-151.9644
2024-10-171.8359
2024-11-161.8012
2024-12-161.7824
2025-01-151.7523
2025-02-141.8075
2025-03-161.8679
2025-04-151.9402
2025-05-151.9061
2025-06-141.9635
2025-07-141.9096
2025-08-131.8974
2025-09-121.8830
2025-10-121.8559
2025-11-111.8318
2025-12-111.7319
2026-01-101.7733
2026-02-091.7944
2026-03-111.7702
2026-04-101.7667
2026-05-101.7768
2026-06-091.7557
2026-07-091.7312
2026-08-081.7601
2026-09-071.8117

High

2.1572

Low

1.4305

Average

1.7911

For developers

Get this rate via the API

One GET request returns the JPY/PKR rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY&currencies=PKR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY&currencies=PKR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY&currencies=PKR").json()

Replace YOUR_API_KEY with the key from your dashboard.

JPY/PKR API questions

How do I get the JPY/PKR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY&currencies=PKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JPY/PKR rate in rates.PKR.

How far back does JPY/PKR historical data go?

Daily JPY/PKR rates are available from 2014-08-20. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free JPY/PKR exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.