Delek US Holdings (DK) Deferred Taxes (2016 - 2026)
Delek US Holdings (DK) posted Deferred Taxes of -$3.5 million for Q2 2026, up 94.0% on a QoQ basis from -$58.3 million in Q1 2026, and up 75.52% year-over-year from -$2.0 million in Q2 2025.
Delek US Holdings (DK) Deferred Taxes (2016 - 2026) Analysis & Trends
Delek US Holdings has reported Deferred Taxes for 11 years, with the latest figure at -$3.5 million in Q2 2026.
- On a quarterly basis, Deferred Taxes rose 75.52% year-over-year to -$3.5 million in Q2 2026; TTM through Jun 2026 was -$21.1 million, a 84.81% increase from a year earlier, with the FY2025 full-year figure at -$10.5 million, up 89.86% from the prior year.
- Deferred Taxes was -$3.5 million for Q2 2026 at Delek US Holdings, up from -$58.3 million in the prior quarter.
- The five-year high for Deferred Taxes was $83.5 million in Q2 2022, with the low at -$58.3 million in Q1 2026.
- Average Deferred Taxes over 5 years is -$6.4 million, with a median of -$6.2 million recorded in 2023.
- The sharpest annual moves came in 2022 and 2023: Deferred Taxes slumped 696.49% in 2022, then surged 658.82% in 2023.
- Over 5 years, Deferred Taxes stood at -$34.0 million in 2022, then rose by 22.06% to -$26.5 million in 2023, then plunged by 76.6% to -$46.8 million in 2024, then soared by 106.84% to $3.2 million in 2025, then slumped by 209.38% to -$3.5 million in 2026.
- The last three Deferred Taxes figures came in at -$3.5 million (Q2 2026), -$58.3 million (Q1 2026), and $3.2 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Deferred Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Marathon Petroleum | 109.49 Bn | 108.36 Bn | 9.27 Bn | -46.00 Mn |
| 2 | Valero Energy | 108.59 Bn | 103.98 Bn | 5.47 Bn | 129.00 Mn |
| 3 | HF Sinclair | 18.97 Bn | 16.77 Bn | 1.57 Bn | 30.00 Mn |
| 4 | Sunoco | 10.01 Bn | 9.24 Bn | 1.46 Bn | -7.00 Mn |
| 5 | PBF Energy | 8.52 Bn | 7.77 Bn | 1.15 Bn | 219.00 Mn |
| 6 | Ultrapar Holdings | 8.23 Bn | 6.52 Bn | 912.61 Mn | 56.70 Mn |
| 7 | Cvr Energy | 5.25 Bn | 4.73 Bn | 117.00 Mn | 10.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 | -3.50 Mn |
| 10 | Par Pacific Holdings | 3.96 Bn | 3.81 Bn | 852.68 Mn | 122.34 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -3.50 Mn |
| Mar 31, 2026 | -58.30 Mn |
| Dec 31, 2025 | 3.20 Mn |
| Sep 30, 2025 | 37.50 Mn |
| Jun 30, 2025 | -14.30 Mn |
| Mar 31, 2025 | -36.90 Mn |
| Dec 31, 2024 | -46.80 Mn |
| Sep 30, 2024 | -40.90 Mn |
| Jun 30, 2024 | -7.80 Mn |
| Mar 31, 2024 | -8.10 Mn |
| Dec 31, 2023 | -26.50 Mn |
| Sep 30, 2023 | 12.90 Mn |
| Jun 30, 2023 | -4.60 Mn |
| Mar 31, 2023 | 16.60 Mn |
| Dec 31, 2022 | -34.00 Mn |
| Sep 30, 2022 | 1.70 Mn |
| Jun 30, 2022 | 83.50 Mn |
| Mar 31, 2022 | 10.40 Mn |
| Dec 31, 2021 | 5.70 Mn |
| Sep 30, 2021 | -3.80 Mn |
Delek US Holdings Deferred Taxes 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=deferred-taxes&ticker=DK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "deferred-taxes", "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=deferred-taxes&ticker=DK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();