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: show the values
| Point | INR/PKR |
|---|---|
| 2021-09-27 | 2.2978 |
| 2021-11-08 | 2.2972 |
| 2021-12-20 | 2.3496 |
| 2022-02-01 | 2.3602 |
| 2022-03-15 | 2.3510 |
| 2022-04-29 | 2.4271 |
| 2022-06-15 | 2.6502 |
| 2022-07-27 | 2.9546 |
| 2022-09-07 | 2.8099 |
| 2022-10-19 | 2.6584 |
| 2022-11-30 | 2.7621 |
| 2023-01-12 | 2.8061 |
| 2023-02-23 | 3.1602 |
| 2023-04-11 | 3.5174 |
| 2023-05-26 | 3.4514 |
| 2023-07-10 | 3.3458 |
| 2023-08-21 | 3.5835 |
| 2023-10-02 | 3.4495 |
| 2023-11-13 | 3.4077 |
| 2023-12-27 | 3.3818 |
| 2024-02-08 | 3.3665 |
| 2024-03-21 | 3.3490 |
| 2024-05-08 | 3.3308 |
| 2024-06-24 | 3.3374 |
| 2024-08-05 | 3.3118 |
| 2024-09-13 | 3.2824 |
| 2024-10-16 | 3.2661 |
| 2024-11-15 | 3.2541 |
| 2024-12-15 | 3.2336 |
| 2025-01-14 | 3.1790 |
| 2025-02-13 | 3.1724 |
| 2025-03-15 | 3.2191 |
| 2025-04-14 | 3.2248 |
| 2025-05-14 | 3.2591 |
| 2025-06-13 | 3.2499 |
| 2025-07-13 | 3.2923 |
| 2025-08-12 | 3.1870 |
| 2025-09-11 | 3.1512 |
| 2025-10-11 | 3.1681 |
| 2025-11-10 | 3.1855 |
| 2025-12-10 | 3.1438 |
| 2026-01-09 | 3.1108 |
| 2026-02-08 | 3.0846 |
| 2026-03-10 | 3.0524 |
| 2026-04-09 | 3.0363 |
| 2026-05-09 | 2.9510 |
| 2026-06-08 | 2.9383 |
| 2026-07-08 | 2.9427 |
| 2026-08-07 | 2.9511 |
| 2026-09-06 | 2.9329 |
High
3.5835
Low
2.2972
Average
3.0608
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.