Refinery Utilization Rate was last reported at 96.8 percent as of September 11, 2026. That is down 1.02% from the prior reading of 97.8 percent. This indicator is reported Weekly, and is tracked under the Energy category. The next scheduled release is September 30, 2026.
| Date | Value (percent) |
|---|---|
| Sep 11, 2026 | 96.8 |
| Sep 4, 2026 | 97.8 |
| Aug 28, 2026 | 98.0 |
| Aug 21, 2026 | 97.4 |
| Aug 14, 2026 | 97.2 |
| Aug 7, 2026 | 96.2 |
| Jul 31, 2026 | 96.5 |
| Jul 24, 2026 | 97.2 |
| Jul 17, 2026 | 96.1 |
| Jul 10, 2026 | 96.2 |
| Date | Value (percent) |
|---|---|
| Jul 3, 2026 | 95.8 |
| Jun 26, 2026 | 96.6 |
| Jun 19, 2026 | 96.1 |
| Jun 12, 2026 | 96.7 |
| Jun 5, 2026 | 95.3 |
| May 29, 2026 | 94.7 |
| May 22, 2026 | 94.5 |
| May 15, 2026 | 91.6 |
| May 8, 2026 | 91.7 |
| May 1, 2026 | 90.1 |
Pull the full history of Refinery Utilization Rate 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=USREFUTIL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USREFUTIL", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USREFUTIL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();