India Petroleum Production was last reported at 973 Thousand Barrels Per Day as of May 1, 2026. That is down 0.65% from the prior reading of 980 Thousand Barrels Per Day. This indicator is reported Monthly, and is tracked under the International category.
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| May 2026 | 973 |
| Apr 2026 | 980 |
| Mar 2026 | 969 |
| Feb 2026 | 991 |
| Jan 2026 | 983 |
| Dec 2025 | 986 |
| Nov 2025 | 989 |
| Oct 2025 | 977 |
| Sep 2025 | 973 |
| Aug 2025 | 992 |
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| Jul 2025 | 991 |
| Jun 2025 | 993 |
| May 2025 | 990 |
| Apr 2025 | 986 |
| Mar 2025 | 1,002 |
| Feb 2025 | 993 |
| Jan 2025 | 1,011 |
| Dec 2024 | 954 |
| Nov 2024 | 948 |
| Oct 2024 | 917 |
Pull the full history of India Petroleum Production 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=INOILPROD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "INOILPROD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=INOILPROD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();