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: show the values
| Point | JPY/PKR |
|---|---|
| 2021-09-28 | 1.5286 |
| 2021-11-09 | 1.5143 |
| 2021-12-21 | 1.5647 |
| 2022-02-02 | 1.5414 |
| 2022-03-16 | 1.5188 |
| 2022-05-02 | 1.4305 |
| 2022-06-16 | 1.5625 |
| 2022-07-28 | 1.7576 |
| 2022-09-08 | 1.5704 |
| 2022-10-20 | 1.4728 |
| 2022-12-01 | 1.6480 |
| 2023-01-13 | 1.7799 |
| 2023-02-24 | 1.9028 |
| 2023-04-12 | 2.1572 |
| 2023-05-30 | 2.0250 |
| 2023-07-11 | 1.9806 |
| 2023-08-22 | 2.0545 |
| 2023-10-03 | 1.8804 |
| 2023-11-14 | 1.8970 |
| 2023-12-28 | 1.9767 |
| 2024-02-09 | 1.8515 |
| 2024-03-22 | 1.8447 |
| 2024-05-10 | 1.7853 |
| 2024-06-25 | 1.7465 |
| 2024-08-06 | 1.9218 |
| 2024-09-15 | 1.9644 |
| 2024-10-17 | 1.8359 |
| 2024-11-16 | 1.8012 |
| 2024-12-16 | 1.7824 |
| 2025-01-15 | 1.7523 |
| 2025-02-14 | 1.8075 |
| 2025-03-16 | 1.8679 |
| 2025-04-15 | 1.9402 |
| 2025-05-15 | 1.9061 |
| 2025-06-14 | 1.9635 |
| 2025-07-14 | 1.9096 |
| 2025-08-13 | 1.8974 |
| 2025-09-12 | 1.8830 |
| 2025-10-12 | 1.8559 |
| 2025-11-11 | 1.8318 |
| 2025-12-11 | 1.7319 |
| 2026-01-10 | 1.7733 |
| 2026-02-09 | 1.7944 |
| 2026-03-11 | 1.7702 |
| 2026-04-10 | 1.7667 |
| 2026-05-10 | 1.7768 |
| 2026-06-09 | 1.7557 |
| 2026-07-09 | 1.7312 |
| 2026-08-08 | 1.7601 |
| 2026-09-07 | 1.8117 |
High
2.1572
Low
1.4305
Average
1.7911
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY¤cies=PKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY¤cies=PKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY¤cies=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¤cies=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.