HF Sinclair (DINO) Cash from Financing Activities (2021 - 2026)
HF Sinclair's (DINO) quarterly Cash from Financing Activities came in at -$275.0 million in Q2 2026, down 72.96% year-over-year from -$1.0 billion in Q2 2025, and down 120.0% quarter-over-quarter from -$125.0 million in Q1 2026.
HF Sinclair (DINO) Cash from Financing Activities (2021 - 2026) Analysis & Trends
HF Sinclair (DINO) has reported Cash from Financing Activities for 6 consecutive years, with -$275.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Financing Activities fell 72.96% year-over-year to -$275.0 million in Q2 2026; TTM through Jun 2026 was -$792.0 million, a 38.95% decrease from a year earlier, with the FY2025 full-year figure at -$631.0 million, up 46.62% from the prior year.
- Cash from Financing Activities was -$275.0 million for Q2 2026 at HF Sinclair, down from -$125.0 million in the prior quarter.
- Over five years, Cash from Financing Activities peaked at $281.4 million in Q1 2022 and troughed at -$995.6 million in Q3 2022.
- A 5-year average of -$334.3 million and a median of -$268.1 million in 2022 frame the typical range for Cash from Financing Activities.
- The widest YoY moves for Cash from Financing Activities: up 414.18% in 2022, down 2079.09% in 2022.
- Over 5 years, Cash from Financing Activities stood at -$585.5 million in 2022, then tumbled by 66.64% to -$975.7 million in 2023, then soared by 89.44% to -$103.0 million in 2024, then plunged by 199.03% to -$308.0 million in 2025, then grew by 10.71% to -$275.0 million in 2026.
- The last three Cash from Financing Activities figures came in at -$275.0 million (Q2 2026), -$125.0 million (Q1 2026), and -$308.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Marathon Petroleum | 109.49 Bn | 108.36 Bn | 9.27 Bn | -3.32 Bn |
| 2 | Valero Energy | 108.59 Bn | 103.98 Bn | 5.47 Bn | -3.03 Bn |
| 3 | HF Sinclair | 18.97 Bn | 16.77 Bn | 1.57 Bn | -275.00 Mn |
| 4 | Sunoco | 10.01 Bn | 9.24 Bn | 1.46 Bn | -778.00 Mn |
| 5 | PBF Energy | 8.52 Bn | 7.77 Bn | 1.15 Bn | -1.13 Bn |
| 6 | Ultrapar Holdings | 8.23 Bn | 6.52 Bn | 912.61 Mn | -646.20 Mn |
| 7 | Cvr Energy | 5.25 Bn | 4.73 Bn | 117.00 Mn | -39.00 Mn |
| 8 | Icahn Enterprises | 5.06 Bn | 3.09 Bn | 198.00 Mn | -142.00 Mn |
| 9 | Delek US Holdings | 4.49 Bn | 4.10 Bn | 365.10 Mn | -82.20 Mn |
| 10 | Par Pacific Holdings | 3.96 Bn | 3.81 Bn | 852.68 Mn | -223.03 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -275.00 Mn |
| Mar 31, 2026 | -125.00 Mn |
| Dec 31, 2025 | -308.00 Mn |
| Sep 30, 2025 | -84.00 Mn |
| Jun 30, 2025 | -159.00 Mn |
| Mar 31, 2025 | -80.00 Mn |
| Dec 31, 2024 | -103.00 Mn |
| Sep 30, 2024 | -228.00 Mn |
| Jun 30, 2024 | -515.00 Mn |
| Mar 31, 2024 | -336.00 Mn |
| Dec 31, 2023 | -975.73 Mn |
| Sep 30, 2023 | -725.48 Mn |
| Jun 30, 2023 | -163.68 Mn |
| Mar 31, 2023 | -379.11 Mn |
| Dec 31, 2022 | -585.52 Mn |
| Sep 30, 2022 | -995.65 Mn |
| Jun 30, 2022 | -261.21 Mn |
| Mar 31, 2022 | 281.39 Mn |
| Dec 31, 2021 | -27.63 Mn |
| Sep 30, 2021 | -45.69 Mn |
HF Sinclair Cash from Financing Activities 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=cash-from-financing-activities&ticker=DINO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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=cash-from-financing-activities&ticker=DINO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();