Valero Energy (VLO) Asset Utilization Ratio (2009 - 2026)
Valero Energy (VLO) posted Asset Utilization Ratio of 2.2 for Q2 2026, up 5.81% on a QoQ basis from 2.08 in Q1 2026, and up 5.34% year-over-year from 2.09 in Q2 2025.
Valero Energy (VLO) Asset Utilization Ratio (2009 - 2026) Analysis & Trends
Valero Energy has reported Asset Utilization Ratio for 18 years, with the latest figure at 2.2 in Q2 2026.
- On a quarterly basis, Asset Utilization Ratio rose 5.34% year-over-year to 2.2 in Q2 2026; TTM through Jun 2026 was 2.2, a 5.34% increase from a year earlier, with the FY2025 full-year figure at 2.08, down 1.49% from the prior year.
- Asset Utilization Ratio was 2.2 for Q2 2026 at Valero Energy, up from 2.08 in the prior quarter.
- The five-year high for Asset Utilization Ratio was 2.93 in Q4 2022, with the low at 2.08 in Q1 2026.
- Average Asset Utilization Ratio over 5 years is 2.34, with a median of 2.22 recorded in 2024.
- The sharpest annual moves came in 2022 and 2024: Asset Utilization Ratio surged 84.46% in 2022, then fell 22.48% in 2024.
- Over 5 years, Asset Utilization Ratio stood at 2.93 in 2022, then retreated by 21.77% to 2.29 in 2023, then dropped by 6.03% to 2.16 in 2024, then declined by 2.36% to 2.1 in 2025, then advanced by 4.48% to 2.2 in 2026.
- The last three Asset Utilization Ratio figures came in at 2.2 (Q2 2026), 2.08 (Q1 2026), and 2.1 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Asset Util. (Qtr) |
|---|---|---|---|---|---|
| 1 | Marathon Petroleum | 109.49 Bn | 108.36 Bn | 9.27 Bn | 1.71 |
| 2 | Valero Energy | 108.59 Bn | 103.98 Bn | 5.47 Bn | 2.20 |
| 3 | HF Sinclair | 18.97 Bn | 16.77 Bn | 1.57 Bn | 1.68 |
| 4 | Sunoco | 10.01 Bn | 9.24 Bn | 1.46 Bn | 1.13 |
| 5 | PBF Energy | 8.52 Bn | 7.77 Bn | 1.15 Bn | 2.34 |
| 6 | Ultrapar Holdings | 8.23 Bn | 6.52 Bn | 912.61 Mn | 2.94 |
| 7 | Cvr Energy | 5.25 Bn | 4.73 Bn | 117.00 Mn | 2.13 |
| 8 | Icahn Enterprises | 5.06 Bn | 3.09 Bn | 198.00 Mn | 0.84 |
| 9 | Delek US Holdings | 4.49 Bn | 4.10 Bn | 365.10 Mn | 1.59 |
| 10 | Par Pacific Holdings | 3.96 Bn | 3.81 Bn | 852.68 Mn | 1.97 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.20 |
| Mar 31, 2026 | 2.08 |
| Dec 31, 2025 | 2.10 |
| Sep 30, 2025 | 2.09 |
| Jun 30, 2025 | 2.09 |
| Mar 31, 2025 | 2.15 |
| Dec 31, 2024 | 2.16 |
| Sep 30, 2024 | 2.17 |
| Jun 30, 2024 | 2.22 |
| Mar 31, 2024 | 2.23 |
| Dec 31, 2023 | 2.29 |
| Sep 30, 2023 | 2.44 |
| Jun 30, 2023 | 2.60 |
| Mar 31, 2023 | 2.88 |
| Dec 31, 2022 | 2.93 |
| Sep 30, 2022 | 2.76 |
| Jun 30, 2022 | 2.49 |
| Mar 31, 2022 | 2.23 |
| Dec 31, 2021 | 2.02 |
| Sep 30, 2021 | 1.72 |
Valero Energy Asset Utilization Ratio API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=asset-utilization-ratio&ticker=VLO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "ticker": "VLO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=asset-utilization-ratio&ticker=VLO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();