Crescent Energy (CRGY) Cash from Financing Activities (2021 - 2026)
Crescent Energy's (CRGY) quarterly Cash from Financing Activities came in at -$128.3 million in Q2 2026, up 55.66% on a YoY basis from -$82.4 million in Q2 2025, and up 71.39% quarter-over-quarter from -$448.2 million in Q1 2026.
Crescent Energy (CRGY) Cash from Financing Activities (2021 - 2026) Analysis & Trends
Crescent Energy (CRGY) has reported Cash from Financing Activities for 6 consecutive years, with -$128.3 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Financing Activities rose 55.66% year-over-year to -$128.3 million; the trailing twelve-month figure through Jun 2026 stood at -$1.0 billion (down 495.86% YoY), and the FY2025 full-year result was -$245.1 million, down 218.17% from the prior year.
- Cash from Financing Activities grew to -$128.3 million in Q2 2026 per CRGY's latest filing, from -$448.2 million in the prior quarter.
- Across five years, Cash from Financing Activities topped out at $693.3 million in Q3 2023 and bottomed at -$448.2 million in Q1 2026.
- Historically, Cash from Financing Activities has averaged -$9.2 million across 5 years, with a median of -$147.1 million in 2022.
- The widest YoY moves for Cash from Financing Activities: up 2206.06% in 2025, down 661.1% in 2025.
- Over 5 years, Cash from Financing Activities stood at -$166.0 million in 2022, then sank by 49.98% to -$248.9 million in 2023, then soared by 117.0% to $42.3 million in 2024, then slumped by 661.1% to -$237.5 million in 2025, then surged by 46.0% to -$128.3 million in 2026.
- According to Business Quant data, Cash from Financing Activities over the past three periods registered -$128.3 million, -$448.2 million, and -$237.5 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing 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 | -3.56 Bn |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | -47.00 Mn |
| 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 | -91.22 Mn |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | - |
| 10 | Crescent Energy | 4.59 Bn | 4.28 Bn | - | -128.25 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -128.25 Mn |
| Mar 31, 2026 | -448.24 Mn |
| Dec 31, 2025 | -237.50 Mn |
| Sep 30, 2025 | -220.95 Mn |
| Jun 30, 2025 | -289.27 Mn |
| Mar 31, 2025 | 502.65 Mn |
| Dec 31, 2024 | 42.33 Mn |
| Sep 30, 2024 | -429.40 Mn |
| Jun 30, 2024 | 618.33 Mn |
| Mar 31, 2024 | -23.87 Mn |
| Dec 31, 2023 | -248.91 Mn |
| Sep 30, 2023 | 693.32 Mn |
| Jun 30, 2023 | 55.72 Mn |
| Mar 31, 2023 | -43.67 Mn |
| Dec 31, 2022 | -165.96 Mn |
| Sep 30, 2022 | -236.50 Mn |
| Jun 30, 2022 | -166.90 Mn |
| Mar 31, 2022 | 561.52 Mn |
| Dec 31, 2021 | 100.21 Mn |
| Sep 30, 2021 | -85.27 Mn |
Crescent Energy Cash from Financing 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-financing-activities&ticker=CRGY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-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-financing-activities&ticker=CRGY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();