World Petroleum Consumption was last reported at 103,110 Thousand Barrels Per Day as of January 1, 2024. That is up 1.58% from the prior reading of 101,504 Thousand Barrels Per Day. This indicator is reported Annual, and is tracked under the Energy category.
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| 2024 | 103,109 |
| 2023 | 101,504 |
| 2022 | 99,757 |
| 2021 | 97,447 |
| 2020 | 91,411 |
| 2019 | 100,734 |
| 2018 | 100,080 |
| 2017 | 99,609 |
| 2016 | 97,248 |
| 2015 | 95,860 |
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| 2014 | 94,059 |
| 2013 | 92,497 |
| 2012 | 90,923 |
| 2011 | 89,606 |
| 2010 | 88,850 |
| 2009 | 86,072 |
| 2008 | 86,894 |
| 2007 | 87,473 |
| 2006 | 85,795 |
| 2005 | 84,679 |
Pull the full history of World 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=WLDOILCONS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "WLDOILCONS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=WLDOILCONS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();