World Liquids Consumption (STEO) was last reported at 106,669 Thousand Barrels Per Day as of December 1, 2027. That is up 1.12% from the prior reading of 105,492 Thousand Barrels Per Day. This indicator is reported Monthly, and is tracked under the Energy category. The next scheduled release is October 14, 2026.
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| Dec 2027 | 107 |
| Nov 2027 | 105 |
| Oct 2027 | 105 |
| Sep 2027 | 106 |
| Aug 2027 | 106 |
| Jul 2027 | 106 |
| Jun 2027 | 106 |
| May 2027 | 105 |
| Apr 2027 | 104 |
| Mar 2027 | 103 |
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| Feb 2027 | 105 |
| Jan 2027 | 102 |
| Dec 2026 | 105 |
| Nov 2026 | 104 |
| Oct 2026 | 103 |
| Sep 2026 | 104 |
| Aug 2026 | 104 |
| Jul 2026 | 102 |
| Jun 2026 | 102 |
| May 2026 | 99 |
Pull the full history of World Liquids Consumption (STEO) 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=WLDOILDEMANDSTEO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "WLDOILDEMANDSTEO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=WLDOILDEMANDSTEO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();