Sunoco (SUN) Retained Earnings (2024 - 2026)
Sunoco's (SUN) quarterly Retained Earnings came in at -$45.0 million in Q2 2026, down 2150.0% year-over-year from $2.2 million in Q2 2025, and down 181.25% quarter-over-quarter from -$16.0 million in Q1 2026.
Sunoco (SUN) Retained Earnings (2024 - 2026) Analysis & Trends
Sunoco (SUN) has reported Retained Earnings for 3 consecutive years, with -$45.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Retained Earnings fell 2150.0% year-over-year to -$45.0 million in Q2 2026; TTM through Jun 2026 was -$45.0 million, a 2150.0% decrease from a year earlier, with the FY2025 full-year figure at -$6.0 million, down 400.0% from the prior year.
- Retained Earnings was -$45.0 million for Q2 2026 at Sunoco, down from -$16.0 million in the prior quarter.
- Over five years, Retained Earnings peaked at $6.0 million in Q2 2024 and troughed at -$45.0 million in Q2 2026.
- A 3-year average of -$7.2 million and a median of -$2.0 million in 2025 frame the typical range for Retained Earnings.
- Across the five-year window, Retained Earnings tumbled 133.33% in 2025 and plunged 2150.0% in 2026, its largest moves.
- Over 3 years, Retained Earnings stood at $2.0 million in 2024, then plunged by 400.0% to -$6.0 million in 2025, then slumped by 650.0% to -$45.0 million in 2026.
- The last three Retained Earnings figures came in at -$45.0 million (Q2 2026), -$16.0 million (Q1 2026), and -$6.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Marathon Petroleum | 109.49 Bn | 108.36 Bn | 9.27 Bn | 44.81 Bn |
| 2 | Valero Energy | 108.59 Bn | 103.98 Bn | 5.47 Bn | 52.23 Bn |
| 3 | HF Sinclair | 18.97 Bn | 16.77 Bn | 1.57 Bn | 6.73 Bn |
| 4 | Sunoco | 10.01 Bn | 9.24 Bn | 1.46 Bn | -45.00 Mn |
| 5 | PBF Energy | 8.52 Bn | 7.77 Bn | 1.15 Bn | 4.19 Bn |
| 6 | Ultrapar Holdings | 8.23 Bn | 6.52 Bn | 912.61 Mn | 1.64 Bn |
| 7 | Cvr Energy | 5.25 Bn | 4.73 Bn | 117.00 Mn | -982.00 Mn |
| 8 | Icahn Enterprises | 5.06 Bn | 3.09 Bn | 198.00 Mn | -804.00 Mn |
| 9 | Delek US Holdings | 4.49 Bn | 4.10 Bn | 365.10 Mn | -387.80 Mn |
| 10 | Par Pacific Holdings | 3.96 Bn | 3.81 Bn | 852.68 Mn | 1.03 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -45.00 Mn |
| Mar 31, 2026 | -16.00 Mn |
| Dec 31, 2025 | -6.00 Mn |
| Sep 30, 2025 | -2.00 Mn |
| Jun 30, 2025 | -2.00 Mn |
| Mar 31, 2025 | -3.00 Mn |
| Dec 31, 2024 | 2.00 Mn |
| Sep 30, 2024 | 1.00 Mn |
| Jun 30, 2024 | 6.00 Mn |
Sunoco Retained Earnings 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=retained-earnings&ticker=SUN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "ticker": "SUN", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=retained-earnings&ticker=SUN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();