HF Sinclair (DINO) Non Operating Income (2021 - 2026)
HF Sinclair's (DINO) quarterly Non Operating Income came in at $4.0 million in Q2 2026, up 113.79% year-over-year from $1.9 million in Q2 2025, and up 150.0% quarter-over-quarter from -$8.0 million in Q1 2026.
HF Sinclair (DINO) Non Operating Income (2021 - 2026) Analysis & Trends
HF Sinclair (DINO) has reported Non Operating Income for 6 consecutive years, with $4.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Non Operating Income rose 113.79% year-over-year to $4.0 million in Q2 2026; TTM through Jun 2026 was -$88.0 million, a 29.6% increase from a year earlier, with the FY2025 full-year figure at -$195.0 million, down 353.49% from the prior year.
- Non Operating Income was $4.0 million for Q2 2026 at HF Sinclair, up from -$8.0 million in the prior quarter.
- Over five years, Non Operating Income peaked at $4.7 million in Q4 2023 and troughed at -$82.0 million in Q1 2025.
- A 5-year average of -$22.7 million and a median of -$19.3 million in 2023 frame the typical range for Non Operating Income.
- Across the five-year window, Non Operating Income surged 134.14% in 2023 and tumbled 1100.0% in 2025, its largest moves.
- Over 5 years, Non Operating Income stood at -$13.9 million in 2022, then surged by 134.14% to $4.7 million in 2023, then tumbled by 184.46% to -$4.0 million in 2024, then plunged by 1100.0% to -$48.0 million in 2025, then surged by 108.33% to $4.0 million in 2026.
- The last three Non Operating Income figures came in at $4.0 million (Q2 2026), -$8.0 million (Q1 2026), and -$48.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Marathon Petroleum | 109.49 Bn | 108.36 Bn | 9.27 Bn | - |
| 2 | Valero Energy | 108.59 Bn | 103.98 Bn | 5.47 Bn | - |
| 3 | HF Sinclair | 18.97 Bn | 16.77 Bn | 1.57 Bn | 4.00 Mn |
| 4 | Sunoco | 10.01 Bn | 9.24 Bn | 1.46 Bn | - |
| 5 | PBF Energy | 8.52 Bn | 7.77 Bn | 1.15 Bn | - |
| 6 | Ultrapar Holdings | 8.23 Bn | 6.52 Bn | 912.61 Mn | - |
| 7 | Cvr Energy | 5.25 Bn | 4.73 Bn | 117.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 | -80.50 Mn |
| 10 | Par Pacific Holdings | 3.96 Bn | 3.81 Bn | 852.68 Mn | -27.57 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.00 Mn |
| Mar 31, 2026 | -8.00 Mn |
| Dec 31, 2025 | -48.00 Mn |
| Sep 30, 2025 | -36.00 Mn |
| Jun 30, 2025 | -29.00 Mn |
| Mar 31, 2025 | -82.00 Mn |
| Dec 31, 2024 | -4.00 Mn |
| Sep 30, 2024 | -10.00 Mn |
| Jun 30, 2024 | -19.00 Mn |
| Mar 31, 2024 | -9.00 Mn |
| Dec 31, 2023 | 4.74 Mn |
| Sep 30, 2023 | -11.29 Mn |
| Jun 30, 2023 | -23.95 Mn |
| Mar 31, 2023 | -19.50 Mn |
| Dec 31, 2022 | -13.87 Mn |
| Sep 30, 2022 | -47.67 Mn |
| Jun 30, 2022 | -30.26 Mn |
| Mar 31, 2022 | -26.20 Mn |
| Dec 31, 2021 | -22.64 Mn |
| Sep 30, 2021 | 60.10 Mn |
HF Sinclair Non Operating 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=non-operating-income&ticker=DINO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "ticker": "DINO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=non-operating-income&ticker=DINO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();