India Petroleum Consumption was last reported at 5,599 Thousand Barrels Per Day as of January 1, 2024. That is up 3.99% from the prior reading of 5,384 Thousand Barrels Per Day. This indicator is reported Annual, and is tracked under the International category.
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| 2024 | 5,599 |
| 2023 | 5,384 |
| 2022 | 5,131 |
| 2021 | 4,726 |
| 2020 | 4,556 |
| 2019 | 4,920 |
| 2018 | 4,765 |
| 2017 | 4,531 |
| 2016 | 4,233 |
| 2015 | 3,848 |
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| 2014 | 3,550 |
| 2013 | 3,423 |
| 2012 | 3,398 |
| 2011 | 3,221 |
| 2010 | 3,142 |
| 2009 | 3,019 |
| 2008 | 2,950 |
| 2007 | 2,853 |
| 2006 | 2,654 |
| 2005 | 2,465 |
Pull the full history of India Petroleum Consumption 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=INOILCONS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "INOILCONS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=INOILCONS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();