Crescent Energy (CRGY) Other financing activities (2021 - 2025)
Crescent Energy's (CRGY) quarterly Other financing activities came in at -$1.1 million in Q4 2025, down 13.72% quarter-over-quarter from -$991000.0 in Q3 2025.
Crescent Energy (CRGY) Other financing activities (2021 - 2025) Analysis & Trends
Crescent Energy (CRGY) has reported Other financing activities for 5 consecutive years, with -$1.1 million the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Other financing activities changed N/A year-over-year to -$1.1 million; the trailing twelve-month figure through Dec 2025 stood at -$4.0 million (down 192.83% YoY), and the FY2025 full-year result was -$4.0 million, down 192.83% from the prior year.
- Other financing activities slipped to -$1.1 million in Q4 2025 per CRGY's latest filing, from -$991000.0 in the prior quarter.
- Across five years, Other financing activities topped out at $35.5 million in Q2 2021 and bottomed at -$3.0 million in Q3 2022.
- Historically, Other financing activities has averaged $1.7 million across 5 years, with a median of -$1.0 million in 2023.
- The sharpest annual moves came in 2022 and 2024: Other financing activities tumbled 159300.0% in 2022, then soared 744.77% in 2024.
- Over 5 years, Other financing activities stood at -$1000.0 in 2021, then sank by 159300.0% to -$1.6 million in 2022, then jumped by 33.69% to -$1.1 million in 2023, then jumped by 736.23% to $6.7 million in 2024, then tumbled by 116.76% to -$1.1 million in 2025.
- According to Business Quant data, Other financing activities over the past three periods registered -$1.1 million, -$991000.0, and -$1.9 million for Q4 2025, Q3 2025, and Q2 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.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 |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - |
| 10 | Crescent Energy | 4.59 Bn | 4.28 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -1.13 Mn |
| Sep 30, 2025 | -991,000.00 |
| Jun 30, 2025 | -1.86 Mn |
| Sep 30, 2024 | 6.73 Mn |
| Jun 30, 2024 | -1.29 Mn |
| Mar 31, 2024 | -1.16 Mn |
| Dec 31, 2023 | -1.06 Mn |
| Sep 30, 2023 | -1.04 Mn |
| Jun 30, 2023 | -986,000.00 |
| Mar 31, 2023 | -826,000.00 |
| Dec 31, 2022 | -1.59 Mn |
| Sep 30, 2022 | -3.04 Mn |
| Jun 30, 2022 | -2.28 Mn |
| Mar 31, 2022 | 1.53 Mn |
| Dec 31, 2021 | -1,000.00 |
| Jun 30, 2021 | 35.46 Mn |
Crescent Energy Other 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=other-financing-activities&ticker=CRGY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-financing-activities&ticker=CRGY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();