Weekly Crude Oil Production was last reported at 13,944 Thousand Barrels Per Day as of September 11, 2026. That is down 0.02% from the prior reading of 13,947 Thousand Barrels Per Day. This indicator is reported Weekly, and is tracked under the Energy category. The next scheduled release is September 30, 2026.
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| Sep 11, 2026 | 13,944 |
| Sep 4, 2026 | 13,947 |
| Aug 28, 2026 | 13,862 |
| Aug 21, 2026 | 13,843 |
| Aug 14, 2026 | 13,830 |
| Aug 7, 2026 | 13,805 |
| Jul 31, 2026 | 13,804 |
| Jul 24, 2026 | 13,796 |
| Jul 17, 2026 | 13,798 |
| Jul 10, 2026 | 13,861 |
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| Jul 3, 2026 | 13,860 |
| Jun 26, 2026 | 13,810 |
| Jun 19, 2026 | 13,819 |
| Jun 12, 2026 | 13,806 |
| Jun 5, 2026 | 13,799 |
| May 29, 2026 | 13,707 |
| May 22, 2026 | 13,715 |
| May 15, 2026 | 13,702 |
| May 8, 2026 | 13,710 |
| May 1, 2026 | 13,573 |
Pull the full history of Weekly Crude Oil 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=USCRUDEPRODWK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCRUDEPRODWK", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCRUDEPRODWK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();