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: show the values
| Point | INR/PKR |
|---|---|
| 2025-09-24 | 3.1420 |
| 2025-10-01 | 3.1388 |
| 2025-10-08 | 3.1381 |
| 2025-10-15 | 3.2028 |
| 2025-10-22 | 3.2029 |
| 2025-10-29 | 3.1986 |
| 2025-11-05 | 3.1828 |
| 2025-11-12 | 3.1908 |
| 2025-11-19 | 3.2146 |
| 2025-11-26 | 3.1642 |
| 2025-12-03 | 3.1434 |
| 2025-12-10 | 3.1438 |
| 2025-12-17 | 3.1168 |
| 2025-12-24 | 3.1193 |
| 2025-12-31 | 3.1193 |
| 2026-01-07 | 3.1242 |
| 2026-01-14 | 3.1056 |
| 2026-01-21 | 3.0597 |
| 2026-01-28 | 3.0496 |
| 2026-02-04 | 3.1001 |
| 2026-02-11 | 3.0817 |
| 2026-02-18 | 3.0924 |
| 2026-02-25 | 3.0848 |
| 2026-03-04 | 3.0494 |
| 2026-03-11 | 3.0486 |
| 2026-03-18 | 3.0215 |
| 2026-03-25 | 2.9938 |
| 2026-04-01 | 3.0104 |
| 2026-04-08 | 3.0508 |
| 2026-04-15 | 3.0099 |
| 2026-04-22 | 2.9982 |
| 2026-04-29 | 2.9647 |
| 2026-05-06 | 2.9722 |
| 2026-05-13 | 2.9408 |
| 2026-05-20 | 2.9041 |
| 2026-05-27 | 2.9386 |
| 2026-06-03 | 2.9381 |
| 2026-06-10 | 2.9520 |
| 2026-06-17 | 2.9730 |
| 2026-06-24 | 2.9702 |
| 2026-07-01 | 2.9521 |
| 2026-07-08 | 2.9427 |
| 2026-07-15 | 2.9213 |
| 2026-07-22 | 2.9119 |
| 2026-07-29 | 2.9377 |
| 2026-08-05 | 2.9539 |
| 2026-08-12 | 2.9474 |
| 2026-08-19 | 2.9361 |
| 2026-08-26 | 2.9445 |
| 2026-09-02 | 2.9559 |
| 2026-09-09 | 2.9516 |
| 2026-09-16 | 2.9253 |
| 2026-09-23 | 2.9322 |
High
3.2146
Low
2.9041
Average
3.0367
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=PKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=PKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=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¤cies=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.