Delek US Holdings (DK) EPS (Basic) (2016 - 2026)
Delek US Holdings (DK) posted EPS (Basic) of $2.94 for Q2 2026, up 192.66% on a QoQ basis from -$3.17 in Q1 2026, and up 296.82% year-over-year from $0.74 in Q2 2025.
Delek US Holdings (DK) EPS (Basic) (2016 - 2026) Analysis & Trends
Delek US Holdings has reported EPS (Basic) for 11 years, with the latest figure at $2.94 in Q2 2026.
- On a quarterly basis, EPS (Basic) rose 296.82% year-over-year to $2.94 in Q2 2026; TTM through Jun 2026 was $4.58, a 140.07% increase from a year earlier, with the FY2025 full-year figure at $0.7, up 109.13% from the prior year.
- EPS (Basic) was $2.94 for Q2 2026 at Delek US Holdings, up from -$3.17 in the prior quarter.
- The five-year high for EPS (Basic) was $5.21 in Q2 2022, with the low at -$6.31 in Q4 2024.
- Average EPS (Basic) over 5 years is -$0.15, with a median of -$0.21 recorded in 2023.
- The largest YoY upside for EPS (Basic) was 899.94% in 2022 against a maximum downside of 2662.42% in 2022.
- Over 5 years, EPS (Basic) stood at -$1.9 in 2022, then retreated by 26.22% to -$2.4 in 2023, then slumped by 162.48% to -$6.31 in 2024, then jumped by 125.3% to $1.6 in 2025, then surged by 84.01% to $2.94 in 2026.
- The last three EPS (Basic) figures came in at $2.94 (Q2 2026), -$3.17 (Q1 2026), and $1.6 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Marathon Petroleum | 109.49 Bn | 108.36 Bn | 9.27 Bn | 19.16 |
| 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.07 |
| 5 | PBF Energy | 8.52 Bn | 7.77 Bn | 1.15 Bn | 7.73 |
| 6 | Ultrapar Holdings | 8.23 Bn | 6.52 Bn | 912.61 Mn | 0.65 |
| 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.94 |
| 10 | Par Pacific Holdings | 3.96 Bn | 3.81 Bn | 852.68 Mn | 9.54 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.94 |
| Mar 31, 2026 | -3.17 |
| Dec 31, 2025 | 1.60 |
| Sep 30, 2025 | 3.23 |
| Jun 30, 2025 | -1.49 |
| Mar 31, 2025 | -2.55 |
| Dec 31, 2024 | -6.31 |
| Sep 30, 2024 | -0.62 |
| Jun 30, 2024 | -0.39 |
| Mar 31, 2024 | -0.39 |
| Dec 31, 2023 | -2.40 |
| Sep 30, 2023 | 2.13 |
| Jun 30, 2023 | -0.02 |
| Mar 31, 2023 | 1.08 |
| Dec 31, 2022 | -1.90 |
| Sep 30, 2022 | 0.24 |
| Jun 30, 2022 | 5.21 |
| Mar 31, 2022 | 0.20 |
| Dec 31, 2021 | -0.07 |
| Sep 30, 2021 | 0.28 |
Delek US Holdings EPS (Basic) 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-basic&ticker=DK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "ticker": "DK", "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-basic&ticker=DK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();