Skip to content

INR to PKR exchange rate API

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

2.9178

▼ +7.14% over 1Y

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 year, INR/PKR traded between 2.9041 and 3.2146, averaged 3.0367 and fell 7.14%. 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 1Y

INR/PKR over 1Y: show the values
PointINR/PKR
2025-09-243.1420
2025-10-013.1388
2025-10-083.1381
2025-10-153.2028
2025-10-223.2029
2025-10-293.1986
2025-11-053.1828
2025-11-123.1908
2025-11-193.2146
2025-11-263.1642
2025-12-033.1434
2025-12-103.1438
2025-12-173.1168
2025-12-243.1193
2025-12-313.1193
2026-01-073.1242
2026-01-143.1056
2026-01-213.0597
2026-01-283.0496
2026-02-043.1001
2026-02-113.0817
2026-02-183.0924
2026-02-253.0848
2026-03-043.0494
2026-03-113.0486
2026-03-183.0215
2026-03-252.9938
2026-04-013.0104
2026-04-083.0508
2026-04-153.0099
2026-04-222.9982
2026-04-292.9647
2026-05-062.9722
2026-05-132.9408
2026-05-202.9041
2026-05-272.9386
2026-06-032.9381
2026-06-102.9520
2026-06-172.9730
2026-06-242.9702
2026-07-012.9521
2026-07-082.9427
2026-07-152.9213
2026-07-222.9119
2026-07-292.9377
2026-08-052.9539
2026-08-122.9474
2026-08-192.9361
2026-08-262.9445
2026-09-022.9559
2026-09-092.9516
2026-09-162.9253
2026-09-232.9322

High

3.2146

Low

2.9041

Average

3.0367

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.