Valero Energy (VLO) Receivables - Other (2017 - 2026)
Valero Energy (VLO) posted Receivables - Other of $78.0 million for Q2 2026, up 131.71% on a QoQ basis from -$246.0 million in Q1 2025.
Valero Energy (VLO) Receivables - Other (2017 - 2026) Analysis & Trends
Valero Energy has reported Receivables - Other for 8 years, with the latest figure at $78.0 million in Q2 2026.
- On a quarterly basis, Receivables - Other changed N/A year-over-year to $78.0 million in Q2 2026; TTM through Jun 2026 was $78.0 million, a 131.71% increase from a year earlier, with the FY2025 full-year figure at $434.0 million, down 38.44% from the prior year.
- Receivables - Other was $78.0 million for Q2 2026 at Valero Energy, up from -$246.0 million in the prior quarter.
- The five-year high for Receivables - Other was $1.1 billion in Q4 2023, with the low at -$246.0 million in Q1 2025.
- Average Receivables - Other over 5 years is $526.2 million, with a median of $705.0 million recorded in 2024.
- The sharpest annual moves came in 2022 and 2024: Receivables - Other soared 161.18% in 2022, then tumbled 34.6% in 2024.
- Over 5 years, Receivables - Other stood at $1.0 billion in 2022, then climbed by 6.1% to $1.1 billion in 2023, then sank by 34.6% to $705.0 million in 2024, then slumped by 134.89% to -$246.0 million in 2025, then jumped by 131.71% to $78.0 million in 2026.
- The last three Receivables - Other figures came in at $78.0 million (Q2 2026), -$246.0 million (Q1 2025), and $705.0 million (Q4 2024), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Marathon Petroleum | 109.49 Bn | 108.36 Bn | 9.27 Bn |
| 2 | Valero Energy | 108.59 Bn | 103.98 Bn | 5.47 Bn |
| 3 | HF Sinclair | 18.97 Bn | 16.77 Bn | 1.57 Bn |
| 4 | Sunoco | 10.01 Bn | 9.24 Bn | 1.46 Bn |
| 5 | PBF Energy | 8.52 Bn | 7.77 Bn | 1.15 Bn |
| 6 | Ultrapar Holdings | 8.23 Bn | 6.52 Bn | 912.61 Mn |
| 7 | Cvr Energy | 5.25 Bn | 4.73 Bn | 117.00 Mn |
| 8 | Icahn Enterprises | 5.06 Bn | 3.09 Bn | 198.00 Mn |
| 9 | Delek US Holdings | 4.49 Bn | 4.10 Bn | 365.10 Mn |
| 10 | Par Pacific Holdings | 3.96 Bn | 3.81 Bn | 852.68 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 78.00 Mn |
| Mar 31, 2025 | -246.00 Mn |
| Dec 31, 2024 | 705.00 Mn |
| Dec 31, 2023 | 1.08 Bn |
| Dec 31, 2022 | 1.02 Bn |
| Dec 31, 2021 | 389.00 Mn |
| Dec 31, 2019 | 846.00 Mn |
| Dec 31, 2017 | 69.00 Mn |
Valero Energy Receivables - Other 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=receivables-other&ticker=VLO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables-other", "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=receivables-other&ticker=VLO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();