Cvr Energy (CVI) Change in Account Payables (2010 - 2026)
Cvr Energy (CVI) recorded quarterly Change in Account Payables of -$42.0 million in Q2 2026, down 135.0% on a QoQ basis from $120.0 million in Q1 2026, and down 55.56% YoY from -$94.5 million in Q2 2025.
Cvr Energy (CVI) Change in Account Payables (2010 - 2026) Analysis & Trends
Cvr Energy (CVI) has reported Change in Account Payables for 12 consecutive years, with -$42.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Account Payables fell 55.56% year-over-year to -$42.0 million; the trailing twelve-month figure through Jun 2026 stood at $26.0 million (up 131.71% YoY), and the FY2025 full-year result was -$143.0 million, down 7250.0% from the prior year.
- Change in Account Payables was -$42.0 million for Q2 2026 at Cvr Energy, down from $120.0 million in the prior quarter.
- The five-year high for Change in Account Payables was $120.0 million in Q1 2026, with the low at -$64.0 million in Q3 2024.
- Historically, Change in Account Payables has averaged -$6.3 million across 3 years, with a median of -$18.5 million in 2024.
- Annual changes were most pronounced in 2025 — Change in Account Payables slumped 1000.0% — and 2026, when it surged 287.5%.
- Tracing CVI's Change in Account Payables over 3 years: stood at $73.0 million in 2024, then tumbled by 108.22% to -$6.0 million in 2025, then slumped by 600.0% to -$42.0 million in 2026.
- Per Business Quant data, the three most recent Change in Account Payables figures were -$42.0 million in Q2 2026, $120.0 million in Q1 2026, and -$6.0 million in Q4 2025.
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 | -42.00 Mn |
| Mar 31, 2026 | 120.00 Mn |
| Dec 31, 2025 | -6.00 Mn |
| Sep 30, 2025 | -46.00 Mn |
| Jun 30, 2025 | -27.00 Mn |
| Mar 31, 2025 | -64.00 Mn |
| Dec 31, 2024 | 73.00 Mn |
| Sep 30, 2024 | -64.00 Mn |
| Jun 30, 2024 | 3.00 Mn |
| Mar 31, 2024 | -10.00 Mn |
| Mar 31, 2018 | 10.70 Mn |
| Dec 31, 2017 | 48.50 Mn |
| Sep 30, 2017 | 48.40 Mn |
| Jun 30, 2017 | -1.10 Mn |
| Mar 31, 2017 | -10.80 Mn |
| Dec 31, 2016 | 64.30 Mn |
| Sep 30, 2016 | -20.40 Mn |
| Jun 30, 2016 | -13.40 Mn |
| Mar 31, 2016 | -8.50 Mn |
| Dec 31, 2015 | 28.80 Mn |
Cvr Energy 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=CVI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "ticker": "CVI", "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=CVI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();