Delek US Holdings (DK) Net Income (2016 - 2026)
Delek US Holdings (DK) posted Net Income of $180.1 million for Q2 2026, up 194.29% on a QoQ basis from -$191.0 million in Q1 2026, and up 299.45% year-over-year from $45.1 million in Q2 2025.
Delek US Holdings (DK) Net Income (2016 - 2026) Analysis & Trends
Delek US Holdings has reported Net Income for 11 years, with the latest figure at $180.1 million in Q2 2026.
- On a quarterly basis, Net Income rose 299.45% year-over-year to $180.1 million in Q2 2026; TTM through Jun 2026 was $280.7 million, a 140.6% increase from a year earlier, with the FY2025 full-year figure at $42.7 million, up 108.68% from the prior year.
- Net Income was $180.1 million for Q2 2026 at Delek US Holdings, up from -$191.0 million in the prior quarter.
- The five-year high for Net Income was $368.6 million in Q2 2022, with the low at -$403.0 million in Q4 2024.
- Average Net Income over 5 years is -$7.9 million, with a median of -$13.2 million recorded in 2023.
- The largest YoY upside for Net Income was 866.32% in 2022 against a maximum downside of 2543.14% in 2022.
- Over 5 years, Net Income stood at -$134.8 million in 2022, then slipped by 16.62% to -$157.2 million in 2023, then plunged by 156.36% to -$403.0 million in 2024, then jumped by 124.04% to $96.9 million in 2025, then surged by 85.86% to $180.1 million in 2026.
- The last three Net Income figures came in at $180.1 million (Q2 2026), -$191.0 million (Q1 2026), and $96.9 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Marathon Petroleum | 109.49 Bn | 108.36 Bn | 9.27 Bn | 5.54 Bn |
| 2 | Valero Energy | 108.59 Bn | 103.98 Bn | 5.47 Bn | 4.07 Bn |
| 3 | HF Sinclair | 18.97 Bn | 16.77 Bn | 1.57 Bn | 893.00 Mn |
| 4 | Sunoco | 10.01 Bn | 9.24 Bn | 1.46 Bn | 283.00 Mn |
| 5 | PBF Energy | 8.52 Bn | 7.77 Bn | 1.15 Bn | 915.00 Mn |
| 6 | Ultrapar Holdings | 8.23 Bn | 6.52 Bn | 912.61 Mn | 693.53 Mn |
| 7 | Cvr Energy | 5.25 Bn | 4.73 Bn | 117.00 Mn | 46.00 Mn |
| 8 | Icahn Enterprises | 5.06 Bn | 3.09 Bn | 198.00 Mn | -388.00 Mn |
| 9 | Delek US Holdings | 4.49 Bn | 4.10 Bn | 365.10 Mn | 180.10 Mn |
| 10 | Par Pacific Holdings | 3.96 Bn | 3.81 Bn | 852.68 Mn | 462.94 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 180.10 Mn |
| Mar 31, 2026 | -191.00 Mn |
| Dec 31, 2025 | 96.90 Mn |
| Sep 30, 2025 | 194.70 Mn |
| Jun 30, 2025 | -90.30 Mn |
| Mar 31, 2025 | -158.60 Mn |
| Dec 31, 2024 | -403.00 Mn |
| Sep 30, 2024 | -39.40 Mn |
| Jun 30, 2024 | -25.00 Mn |
| Mar 31, 2024 | -24.80 Mn |
| Dec 31, 2023 | -157.20 Mn |
| Sep 30, 2023 | 138.50 Mn |
| Jun 30, 2023 | -1.50 Mn |
| Mar 31, 2023 | 72.20 Mn |
| Dec 31, 2022 | -134.80 Mn |
| Sep 30, 2022 | 16.80 Mn |
| Jun 30, 2022 | 368.60 Mn |
| Mar 31, 2022 | 14.80 Mn |
| Dec 31, 2021 | -5.10 Mn |
| Sep 30, 2021 | 20.60 Mn |
Delek US Holdings Net Income 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=net-income&ticker=DK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income", "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=net-income&ticker=DK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();