HF Sinclair (DINO) Change in Account Payables (2021 - 2026)
HF Sinclair's (DINO) quarterly Change in Account Payables came in at -$169.0 million in Q2 2026, down 303.61% year-over-year from $83.0 million in Q2 2025, and down 121.75% quarter-over-quarter from $777.0 million in Q1 2026.
HF Sinclair (DINO) Change in Account Payables (2021 - 2026) Analysis & Trends
HF Sinclair (DINO) has reported Change in Account Payables for 6 consecutive years, with -$169.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Account Payables fell 303.61% year-over-year to -$169.0 million in Q2 2026; TTM through Jun 2026 was $285.0 million, a 714.29% increase from a year earlier, with the FY2025 full-year figure at -$345.0 million, down 1480.0% from the prior year.
- Change in Account Payables was -$169.0 million for Q2 2026 at HF Sinclair, down from $777.0 million in the prior quarter.
- Over five years, Change in Account Payables peaked at $790.1 million in Q1 2022 and troughed at -$760.4 million in Q3 2022.
- A 5-year average of $20.7 million and a median of -$45.5 million in 2024 frame the typical range for Change in Account Payables.
- Across the five-year window, Change in Account Payables plunged 2553.15% in 2022 and jumped 840.0% in 2026, its largest moves.
- Over 5 years, Change in Account Payables stood at $11.8 million in 2022, then plunged by 1386.26% to -$151.5 million in 2023, then surged by 237.91% to $209.0 million in 2024, then slumped by 257.42% to -$329.0 million in 2025, then jumped by 48.63% to -$169.0 million in 2026.
- The last three Change in Account Payables figures came in at -$169.0 million (Q2 2026), $777.0 million (Q1 2026), and -$329.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Payables (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 | -169.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 | -39.10 Mn |
| 6 | Ultrapar Holdings | 8.23 Bn | 6.52 Bn | 912.61 Mn | 458.19 Mn |
| 7 | Cvr Energy | 5.25 Bn | 4.73 Bn | 117.00 Mn | -42.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 | - |
| 10 | Par Pacific Holdings | 3.96 Bn | 3.81 Bn | 852.68 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -169.00 Mn |
| Mar 31, 2026 | 777.00 Mn |
| Dec 31, 2025 | -329.00 Mn |
| Sep 30, 2025 | 6.00 Mn |
| Jun 30, 2025 | 83.00 Mn |
| Mar 31, 2025 | -105.00 Mn |
| Dec 31, 2024 | 209.00 Mn |
| Sep 30, 2024 | -152.00 Mn |
| Jun 30, 2024 | -97.00 Mn |
| Mar 31, 2024 | 65.00 Mn |
| Dec 31, 2023 | -151.55 Mn |
| Sep 30, 2023 | 362.24 Mn |
| Jun 30, 2023 | -99.67 Mn |
| Mar 31, 2023 | -220.02 Mn |
| Dec 31, 2022 | 11.78 Mn |
| Sep 30, 2022 | -760.45 Mn |
| Jun 30, 2022 | 152.60 Mn |
| Mar 31, 2022 | 790.06 Mn |
| Dec 31, 2021 | 173.87 Mn |
| Sep 30, 2021 | -28.66 Mn |
HF Sinclair Change in Account Payables 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=change-in-account-payables&ticker=DINO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "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=change-in-account-payables&ticker=DINO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();