Crescent Energy (CRGY) Non Operating Income (2021 - 2026)
Crescent Energy's (CRGY) quarterly Non Operating Income came in at $82.6 million in Q2 2026, down 33.31% on a YoY basis from $123.9 million in Q2 2025, and up 109.97% quarter-over-quarter from -$828.9 million in Q1 2026.
Crescent Energy (CRGY) Non Operating Income (2021 - 2026) Analysis & Trends
Crescent Energy (CRGY) has reported Non Operating Income for 6 consecutive years, with $82.6 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Non Operating Income fell 33.31% year-over-year to $82.6 million; the trailing twelve-month figure through Jun 2026 stood at -$734.1 million (down 235.59% YoY), and the FY2025 full-year result was -$27.6 million, up 92.87% from the prior year.
- Non Operating Income improved to $82.6 million in Q2 2026 per CRGY's latest filing, from -$828.9 million in the prior quarter.
- Across five years, Non Operating Income topped out at $189.7 million in Q4 2023 and bottomed at -$828.9 million in Q1 2026.
- Historically, Non Operating Income has averaged -$106.0 million across 5 years, with a median of -$41.4 million in 2024.
- The sharpest annual moves came in 2023 and 2025: Non Operating Income jumped 459.31% in 2023, then slumped 22317.73% in 2025.
- Over 5 years, Non Operating Income stood at -$52.8 million in 2022, then surged by 459.31% to $189.7 million in 2023, then slumped by 194.43% to -$179.2 million in 2024, then jumped by 131.97% to $57.3 million in 2025, then soared by 44.29% to $82.6 million in 2026.
- According to Business Quant data, Non Operating Income over the past three periods registered $82.6 million, -$828.9 million, and $57.3 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (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 | 313.00 Mn |
| 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 | 4.69 Mn |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | - |
| 10 | Crescent Energy | 4.59 Bn | 4.28 Bn | - | 82.64 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 82.64 Mn |
| Mar 31, 2026 | -828.94 Mn |
| Dec 31, 2025 | 57.27 Mn |
| Sep 30, 2025 | -45.10 Mn |
| Jun 30, 2025 | 123.92 Mn |
| Mar 31, 2025 | -163.70 Mn |
| Dec 31, 2024 | -179.18 Mn |
| Sep 30, 2024 | 203,000.00 |
| Jun 30, 2024 | -37.65 Mn |
| Mar 31, 2024 | -170.59 Mn |
| Dec 31, 2023 | 189.74 Mn |
| Sep 30, 2023 | -293.28 Mn |
| Jun 30, 2023 | 2.62 Mn |
| Mar 31, 2023 | 121.40 Mn |
| Dec 31, 2022 | -52.81 Mn |
| Sep 30, 2022 | 176.24 Mn |
| Jun 30, 2022 | -200.15 Mn |
| Mar 31, 2022 | -690.56 Mn |
| Dec 31, 2021 | 6.62 Mn |
| Sep 30, 2021 | -295.25 Mn |
Crescent Energy Non Operating Income 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=non-operating-income&ticker=CRGY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "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=non-operating-income&ticker=CRGY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();