Crescent Energy (CRGY) Cash from Investing Activities (2021 - 2026)
Crescent Energy's (CRGY) quarterly Cash from Investing Activities came in at -$322.0 million in Q2 2026, down 51.75% on a YoY basis from -$667.3 million in Q2 2025, and up 52.76% quarter-over-quarter from -$681.7 million in Q1 2026.
Crescent Energy (CRGY) Cash from Investing Activities (2021 - 2026) Analysis & Trends
Crescent Energy (CRGY) has reported Cash from Investing Activities for 6 consecutive years, with -$322.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Investing Activities fell 51.75% year-over-year to -$322.0 million; the trailing twelve-month figure through Jun 2026 stood at -$657.2 million (up 69.86% YoY), and the FY2025 full-year result was -$922.7 million, up 23.0% from the prior year.
- Cash from Investing Activities climbed to -$322.0 million in Q2 2026 per CRGY's latest filing, from -$681.7 million in the prior quarter.
- Across five years, Cash from Investing Activities topped out at $596.3 million in Q4 2025 and bottomed at -$1.1 billion in Q1 2025.
- Historically, Cash from Investing Activities has averaged -$313.8 million across 5 years, with a median of -$231.1 million in 2025.
- The sharpest annual moves came in 2022 and 2025: Cash from Investing Activities sank 2172.39% in 2022, then surged 263.86% in 2025.
- Over 5 years, Cash from Investing Activities stood at -$63.4 million in 2022, then tumbled by 424.46% to -$332.6 million in 2023, then declined by 9.43% to -$363.9 million in 2024, then soared by 263.86% to $596.3 million in 2025, then tumbled by 153.99% to -$322.0 million in 2026.
- According to Business Quant data, Cash from Investing Activities over the past three periods registered -$322.0 million, -$681.7 million, and $596.3 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (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.05 Bn |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | -2.91 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 | -273.18 Mn |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | - |
| 10 | Crescent Energy | 4.59 Bn | 4.28 Bn | - | -321.99 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -321.99 Mn |
| Mar 31, 2026 | -681.66 Mn |
| Dec 31, 2025 | 596.34 Mn |
| Sep 30, 2025 | -249.92 Mn |
| Jun 30, 2025 | -212.19 Mn |
| Mar 31, 2025 | -1.06 Bn |
| Dec 31, 2024 | -363.92 Mn |
| Sep 30, 2024 | -547.81 Mn |
| Jun 30, 2024 | -129.10 Mn |
| Mar 31, 2024 | -157.46 Mn |
| Dec 31, 2023 | -332.56 Mn |
| Sep 30, 2023 | -691.29 Mn |
| Jun 30, 2023 | -179.83 Mn |
| Mar 31, 2023 | -195.11 Mn |
| Dec 31, 2022 | -63.41 Mn |
| Sep 30, 2022 | -196.90 Mn |
| Jun 30, 2022 | -150.64 Mn |
| Mar 31, 2022 | -713.39 Mn |
| Dec 31, 2021 | -117.82 Mn |
| Sep 30, 2021 | -40.11 Mn |
Crescent Energy Cash from Investing 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-investing-activities&ticker=CRGY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=CRGY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();