Skip to content

INR to PKR exchange rate API

Indian Rupee to Pakistan Rupee · quoted 2026-09-24

2.9178

▲ +26.98% over 5Y

1 INR = 2.9178 PKR · 1 PKR = 0.34272 INR · Get this rate via the API

1 INR buys 2.9178 PKR as of 2026-09-24, so 1 PKR buys 0.34272 INR. Over the last 5 years, INR/PKR traded between 2.2972 and 3.5835, averaged 3.0608 and rose 26.98%. The API holds daily INR/PKR rates from 2014-08-20 — 12 years of history — so any past day, or a whole series, is one request away.

INR/PKR over 5Y

INR/PKR over 5Y: show the values
PointINR/PKR
2021-09-272.2978
2021-11-082.2972
2021-12-202.3496
2022-02-012.3602
2022-03-152.3510
2022-04-292.4271
2022-06-152.6502
2022-07-272.9546
2022-09-072.8099
2022-10-192.6584
2022-11-302.7621
2023-01-122.8061
2023-02-233.1602
2023-04-113.5174
2023-05-263.4514
2023-07-103.3458
2023-08-213.5835
2023-10-023.4495
2023-11-133.4077
2023-12-273.3818
2024-02-083.3665
2024-03-213.3490
2024-05-083.3308
2024-06-243.3374
2024-08-053.3118
2024-09-133.2824
2024-10-163.2661
2024-11-153.2541
2024-12-153.2336
2025-01-143.1790
2025-02-133.1724
2025-03-153.2191
2025-04-143.2248
2025-05-143.2591
2025-06-133.2499
2025-07-133.2923
2025-08-123.1870
2025-09-113.1512
2025-10-113.1681
2025-11-103.1855
2025-12-103.1438
2026-01-093.1108
2026-02-083.0846
2026-03-103.0524
2026-04-093.0363
2026-05-092.9510
2026-06-082.9383
2026-07-082.9427
2026-08-072.9511
2026-09-062.9329

High

3.5835

Low

2.2972

Average

3.0608

For developers

Get this rate via the API

One GET request returns the INR/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=INR&currencies=PKR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&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=INR&currencies=PKR").json()

Replace YOUR_API_KEY with the key from your dashboard.

INR/PKR API questions

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

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

How far back does INR/PKR historical data go?

Daily INR/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 INR/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.