India Inflation was last reported at 4.6 percent as of July 1, 2026. That is down 3.89% from the prior reading of 4.8 percent. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the International category.
| Date | Value (percent) |
|---|---|
| Jul 2026 | 4.6 |
| Jun 2026 | 4.8 |
| May 2026 | 4.7 |
| Apr 2026 | 4.5 |
| Mar 2026 | 4.3 |
| Feb 2026 | 4.0 |
| Jan 2026 | 3.8 |
| Dec 2025 | 3.1 |
| Nov 2025 | 2.6 |
| Oct 2025 | 2.2 |
| Date | Value (percent) |
|---|---|
| Sep 2025 | 2.8 |
| Aug 2025 | 3.2 |
| Jul 2025 | 2.7 |
| Jun 2025 | 2.5 |
| May 2025 | 2.9 |
| Apr 2025 | 2.9 |
| Mar 2025 | 3.0 |
| Feb 2025 | 2.6 |
| Jan 2025 | 3.1 |
| Dec 2024 | 3.5 |
Pull the full history of India Inflation 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=ININFLATION&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "ININFLATION", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=ININFLATION&period=max&api_key=YOUR_API_KEY");
const data = await res.json();