India Policy Interest Rate was last reported at 5.25 percent as of July 23, 2026. That reading was unchanged from the prior value of 5.25 percent. This indicator is reported Daily, and is tracked under the International category.
| Date | Value (percent) |
|---|---|
| Jul 23, 2026 | 5.25 |
| Jul 22, 2026 | 5.25 |
| Jul 21, 2026 | 5.25 |
| Jul 20, 2026 | 5.25 |
| Jul 17, 2026 | 5.25 |
| Jul 16, 2026 | 5.25 |
| Jul 15, 2026 | 5.25 |
| Jul 14, 2026 | 5.25 |
| Jul 13, 2026 | 5.25 |
| Jul 10, 2026 | 5.25 |
| Date | Value (percent) |
|---|---|
| Jul 9, 2026 | 5.25 |
| Jul 8, 2026 | 5.25 |
| Jul 7, 2026 | 5.25 |
| Jul 6, 2026 | 5.25 |
| Jul 3, 2026 | 5.25 |
| Jul 2, 2026 | 5.25 |
| Jul 1, 2026 | 5.25 |
| Jun 30, 2026 | 5.25 |
| Jun 29, 2026 | 5.25 |
| Jun 25, 2026 | 5.25 |
Pull the full history of India Policy Interest Rate into your own models, spreadsheets and apps with the
free Business Quant Economic Data API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/economic?code=INPOLICYRATE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "INPOLICYRATE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=INPOLICYRATE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();