Texas Crude Oil Production was last reported at 5,728 Thousand Barrels Per Day as of June 1, 2026. That is down 1.29% from the prior reading of 5,803 Thousand Barrels Per Day. This indicator is reported Monthly, and is tracked under the Energy category. The next scheduled release is September 30, 2026.
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| Jun 2026 | 5,728 |
| May 2026 | 5,803 |
| Apr 2026 | 5,851 |
| Mar 2026 | 5,790 |
| Feb 2026 | 5,814 |
| Jan 2026 | 5,563 |
| Dec 2025 | 5,801 |
| Nov 2025 | 5,831 |
| Oct 2025 | 5,767 |
| Sep 2025 | 5,812 |
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| Aug 2025 | 5,836 |
| Jul 2025 | 5,840 |
| Jun 2025 | 5,756 |
| May 2025 | 5,759 |
| Apr 2025 | 5,791 |
| Mar 2025 | 5,717 |
| Feb 2025 | 5,641 |
| Jan 2025 | 5,569 |
| Dec 2024 | 5,705 |
| Nov 2024 | 5,792 |
Pull the full history of Texas 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=USTXCRUDEPROD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USTXCRUDEPROD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USTXCRUDEPROD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();