Sunoco (SUN) EPS (Diluted) (2012 - 2026)
Analysis
Sunoco (SUN) EPS (Diluted) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Diluted) (Qtr) |
|---|---|---|---|---|---|
| 1 | Marathon Petroleum | 109.49 Bn | 108.36 Bn | 9.27 Bn | 19.10 |
| 2 | Valero Energy | 108.59 Bn | 103.98 Bn | 5.47 Bn | 13.85 |
| 3 | HF Sinclair | 18.97 Bn | 16.77 Bn | 1.57 Bn | 4.98 |
| 4 | Sunoco | 10.01 Bn | 9.24 Bn | 1.46 Bn | 2.05 |
| 5 | PBF Energy | 8.52 Bn | 7.77 Bn | 1.15 Bn | 7.56 |
| 6 | Ultrapar Holdings | 8.23 Bn | 6.52 Bn | 912.61 Mn | 0.63 |
| 7 | Cvr Energy | 5.25 Bn | 4.73 Bn | 117.00 Mn | 0.46 |
| 8 | Icahn Enterprises | 5.06 Bn | 3.09 Bn | 198.00 Mn | -0.58 |
| 9 | Delek US Holdings | 4.49 Bn | 4.10 Bn | 365.10 Mn | 2.88 |
| 10 | Par Pacific Holdings | 3.96 Bn | 3.81 Bn | 852.68 Mn | 9.36 |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.05 |
| Mar 31, 2026 | 4.68 |
| Dec 31, 2025 | 0.71 |
| Sep 30, 2025 | 0.97 |
| Jun 30, 2025 | 0.63 |
| Mar 31, 2025 | 1.51 |
| Dec 31, 2024 | 1.18 |
| Sep 30, 2024 | 0.01 |
| Jun 30, 2024 | 4.24 |
| Mar 31, 2024 | 2.70 |
| Dec 31, 2023 | -1.25 |
| Sep 30, 2023 | 3.20 |
| Jun 30, 2023 | 1.02 |
| Mar 31, 2023 | 1.66 |
| Dec 31, 2022 | 0.65 |
| Sep 30, 2022 | 0.98 |
| Jun 30, 2022 | 1.43 |
| Mar 31, 2022 | 2.55 |
| Dec 31, 2021 | 1.18 |
| Sep 30, 2021 | 1.23 |
API Access
Sunoco EPS (Diluted) 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=eps-diluted&ticker=SUN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-diluted", "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=eps-diluted&ticker=SUN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();