China Petroleum Consumption was last reported at 16,371 Thousand Barrels Per Day as of January 1, 2024. That is up 2.44% from the prior reading of 15,981 Thousand Barrels Per Day. This indicator is reported Annual, and is tracked under the International category.
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| 2024 | 16,371 |
| 2023 | 15,981 |
| 2022 | 15,231 |
| 2021 | 15,290 |
| 2020 | 13,975 |
| 2019 | 13,975 |
| 2018 | 13,436 |
| 2017 | 13,361 |
| 2016 | 12,555 |
| 2015 | 11,958 |
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| 2014 | 11,418 |
| 2013 | 10,781 |
| 2012 | 10,171 |
| 2011 | 9,686 |
| 2010 | 9,182 |
| 2009 | 8,497 |
| 2008 | 8,041 |
| 2007 | 7,923 |
| 2006 | 7,493 |
| 2005 | 6,970 |
Pull the full history of China 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=CNOILCONS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CNOILCONS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CNOILCONS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();