World Petroleum Production was last reported at 94,381 Thousand Barrels Per Day as of May 1, 2026. That is down 1.12% from the prior reading of 95,454 Thousand Barrels Per Day. This indicator is reported Monthly, and is tracked under the Energy category.
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| May 2026 | 94,381 |
| Apr 2026 | 95,454 |
| Mar 2026 | 96,917 |
| Feb 2026 | 108,720 |
| Jan 2026 | 105,967 |
| Dec 2025 | 107,828 |
| Nov 2025 | 108,495 |
| Oct 2025 | 108,427 |
| Sep 2025 | 108,730 |
| Aug 2025 | 107,619 |
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| Jul 2025 | 107,089 |
| Jun 2025 | 106,071 |
| May 2025 | 104,840 |
| Apr 2025 | 104,315 |
| Mar 2025 | 104,635 |
| Feb 2025 | 103,197 |
| Jan 2025 | 102,653 |
| Dec 2024 | 103,722 |
| Nov 2024 | 103,812 |
| Oct 2024 | 103,713 |
Pull the full history of World 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=WLDOILPROD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "WLDOILPROD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=WLDOILPROD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();