Crescent Energy (CRGY) Change in Cash (2021 - 2026)
Crescent Energy's (CRGY) quarterly Change in Cash came in at $256.5 million in Q2 2026, up 10382.32% on a YoY basis from N/an in Q2 2025, and up 135.6% quarter-over-quarter from -$720.7 million in Q1 2026.
Crescent Energy (CRGY) Change in Cash (2021 - 2026) Analysis & Trends
Crescent Energy (CRGY) has reported Change in Cash for 6 consecutive years, with $256.5 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Cash rose 10382.32% year-over-year to $256.5 million; the trailing twelve-month figure through Jun 2026 stood at $267.9 million (up 134.97% YoY), and the FY2025 full-year result was $512.4 million, up 120.69% from the prior year.
- Change in Cash climbed to $256.5 million in Q2 2026 per CRGY's latest filing, from -$720.7 million in the prior quarter.
- Across five years, Change in Cash topped out at $776.2 million in Q2 2024 and bottomed at -$720.7 million in Q1 2026.
- Historically, Change in Cash has averaged $8.6 million across 5 years, with a median of -$595000.0 in 2023.
- The sharpest annual moves came in 2025 and 2026: Change in Cash sank 8992.55% in 2025, then jumped 10382.32% in 2026.
- Over 5 years, Change in Cash stood at -$14.4 million in 2022, then tumbled by 1702.13% to -$258.6 million in 2023, then soared by 124.3% to $62.8 million in 2024, then soared by 1061.49% to $729.9 million in 2025, then tumbled by 64.85% to $256.5 million in 2026.
- According to Business Quant data, Change in Cash over the past three periods registered $256.5 million, -$720.7 million, and $729.9 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Asml Holding | 647.47 Bn | 631.49 Bn | 5.90 Bn | - |
| 2 | General Electric | 325.83 Bn | 316.71 Bn | 6.95 Bn | -1.43 Bn |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | -1.86 Bn |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn | - |
| 5 | Bhp | 219.16 Bn | 200.62 Bn | - | - |
| 6 | Diageo | 208.21 Bn | 208.26 Bn | - | - |
| 7 | Rio Tinto | 188.09 Bn | 183.71 Bn | - | - |
| 8 | Ferrari | 151.21 Bn | 149.46 Bn | 1.18 Bn | -431.95 Mn |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | - |
| 10 | Crescent Energy | 4.59 Bn | 4.28 Bn | - | 256.54 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 256.54 Mn |
| Mar 31, 2026 | -720.71 Mn |
| Dec 31, 2025 | 729.86 Mn |
| Sep 30, 2025 | 2.19 Mn |
| Jun 30, 2025 | -2.50 Mn |
| Mar 31, 2025 | -217.16 Mn |
| Dec 31, 2024 | 62.84 Mn |
| Sep 30, 2024 | -609.25 Mn |
| Jun 30, 2024 | 776.15 Mn |
| Mar 31, 2024 | 2.44 Mn |
| Dec 31, 2023 | -258.61 Mn |
| Sep 30, 2023 | 191.37 Mn |
| Jun 30, 2023 | 59.35 Mn |
| Mar 31, 2023 | 1.31 Mn |
| Dec 31, 2022 | -14.35 Mn |
| Sep 30, 2022 | -34.49 Mn |
| Jun 30, 2022 | -56.38 Mn |
| Mar 31, 2022 | -14.59 Mn |
| Dec 31, 2021 | 66.90 Mn |
| Sep 30, 2021 | -12.42 Mn |
Crescent Energy Change in Cash 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-cash&ticker=CRGY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "ticker": "CRGY", "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-cash&ticker=CRGY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();