Refinery Crude Inputs was last reported at 17,330 Thousand Barrels Per Day as of September 11, 2026. That is down 1.46% from the prior reading of 17,586 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 | 17,330 |
| Sep 4, 2026 | 17,586 |
| Aug 28, 2026 | 17,496 |
| Aug 21, 2026 | 17,393 |
| Aug 14, 2026 | 17,395 |
| Aug 7, 2026 | 17,179 |
| Jul 31, 2026 | 17,153 |
| Jul 24, 2026 | 17,336 |
| Jul 17, 2026 | 17,065 |
| Jul 10, 2026 | 17,123 |
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| Jul 3, 2026 | 17,024 |
| Jun 26, 2026 | 17,196 |
| Jun 19, 2026 | 17,111 |
| Jun 12, 2026 | 17,192 |
| Jun 5, 2026 | 16,962 |
| May 29, 2026 | 16,881 |
| May 22, 2026 | 16,971 |
| May 15, 2026 | 16,319 |
| May 8, 2026 | 16,399 |
| May 1, 2026 | 16,029 |
Pull the full history of Refinery Crude Inputs 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=USREFINPUTS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USREFINPUTS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USREFINPUTS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();