Cvr Energy (CVI) Change in Receivables (2010 - 2026)
Cvr Energy (CVI) recorded quarterly Change in Receivables of -$3.0 million in Q2 2026, down 103.16% on a QoQ basis from $95.0 million in Q1 2026, and up 96.0% YoY from -$1.5 million in Q2 2025.
Cvr Energy (CVI) Change in Receivables (2010 - 2026) Analysis & Trends
Cvr Energy (CVI) has reported Change in Receivables for 12 consecutive years, with -$3.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Receivables rose 96.0% year-over-year to -$3.0 million; the trailing twelve-month figure through Jun 2026 stood at $82.0 million (up 236.67% YoY), and the FY2025 full-year result was -$60.0 million, down 766.67% from the prior year.
- Change in Receivables was -$3.0 million for Q2 2026 at Cvr Energy, down from $95.0 million in the prior quarter.
- The five-year high for Change in Receivables was $95.0 million in Q1 2026, with the low at -$75.0 million in Q2 2025.
- Historically, Change in Receivables has averaged $4.1 million across 3 years, with a median of $2.5 million in 2025.
- Annual changes were most pronounced in 2025 — Change in Receivables tumbled 270.45% — and 2026, when it jumped 280.0%.
- Tracing CVI's Change in Receivables over 3 years: stood at $14.0 million in 2024, then plunged by 228.57% to -$18.0 million in 2025, then jumped by 83.33% to -$3.0 million in 2026.
- Per Business Quant data, the three most recent Change in Receivables figures were -$3.0 million in Q2 2026, $95.0 million in Q1 2026, and -$18.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Marathon Petroleum | 109.49 Bn | 108.36 Bn | 9.27 Bn | 1.09 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 | -144.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 | -97.80 Mn |
| 6 | Ultrapar Holdings | 8.23 Bn | 6.52 Bn | 912.61 Mn | - |
| 7 | Cvr Energy | 5.25 Bn | 4.73 Bn | 117.00 Mn | -3.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 | -76.40 Mn |
| 10 | Par Pacific Holdings | 3.96 Bn | 3.81 Bn | 852.68 Mn | 37.76 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -3.00 Mn |
| Mar 31, 2026 | 95.00 Mn |
| Dec 31, 2025 | -18.00 Mn |
| Sep 30, 2025 | 8.00 Mn |
| Jun 30, 2025 | -75.00 Mn |
| Mar 31, 2025 | 25.00 Mn |
| Dec 31, 2024 | 14.00 Mn |
| Sep 30, 2024 | -24.00 Mn |
| Jun 30, 2024 | 44.00 Mn |
| Mar 31, 2024 | -25.00 Mn |
| Mar 31, 2018 | -300,000.00 |
| Dec 31, 2017 | 35.10 Mn |
| Sep 30, 2017 | 1.10 Mn |
| Jun 30, 2017 | -1.20 Mn |
| Mar 31, 2017 | -8.00 Mn |
| Dec 31, 2016 | 12.70 Mn |
| Sep 30, 2016 | -10.10 Mn |
| Jun 30, 2016 | 31.20 Mn |
| Mar 31, 2016 | 14.20 Mn |
| Dec 31, 2015 | -37.00 Mn |
Cvr Energy Change in Receivables 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-receivables&ticker=CVI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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-receivables&ticker=CVI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();