Crescent Energy (CRGY) Other Non Operating Income (2021 - 2026)
Crescent Energy's (CRGY) quarterly Other Non Operating Income came in at $181.9 million in Q2 2026, down 8.41% on a YoY basis from $198.6 million in Q2 2025, and up 125.74% quarter-over-quarter from -$706.6 million in Q1 2026.
Crescent Energy (CRGY) Other Non Operating Income (2021 - 2026) Analysis & Trends
Crescent Energy (CRGY) has reported Other Non Operating Income for 6 consecutive years, with $181.9 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other Non Operating Income fell 8.41% year-over-year to $181.9 million; the trailing twelve-month figure through Jun 2026 stood at -$329.4 million (down 320.78% YoY), and the FY2025 full-year result was $302.9 million, up 364.89% from the prior year.
- Other Non Operating Income advanced to $181.9 million in Q2 2026 per CRGY's latest filing, from -$706.6 million in the prior quarter.
- Across five years, Other Non Operating Income topped out at $235.2 million in Q4 2023 and bottomed at -$1.2 billion in Q2 2024.
- Historically, Other Non Operating Income has averaged -$110.9 million across 5 years, with a median of $1.1 million in 2022.
- The sharpest annual moves came in 2023 and 2024: Other Non Operating Income surged 850.52% in 2023, then slumped 3672.81% in 2024.
- Over 5 years, Other Non Operating Income stood at -$31.3 million in 2022, then soared by 850.52% to $235.2 million in 2023, then plunged by 123.49% to -$55.3 million in 2024, then jumped by 352.73% to $139.6 million in 2025, then surged by 30.25% to $181.9 million in 2026.
- According to Business Quant data, Other Non Operating Income over the past three periods registered $181.9 million, -$706.6 million, and $139.6 million for Q2 2026, Q1 2026, and Q4 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 |
|---|---|
| Jun 30, 2026 | 181.88 Mn |
| Mar 31, 2026 | -706.59 Mn |
| Dec 31, 2025 | 139.64 Mn |
| Sep 30, 2025 | 55.70 Mn |
| Jun 30, 2025 | 198.59 Mn |
| Mar 31, 2025 | -91.03 Mn |
| Dec 31, 2024 | -55.25 Mn |
| Sep 30, 2024 | 96.88 Mn |
| Jun 30, 2024 | -1.20 Bn |
| Mar 31, 2024 | -105.60 Mn |
| Dec 31, 2023 | 235.19 Mn |
| Sep 30, 2023 | -252.11 Mn |
| Jun 30, 2023 | 33.59 Mn |
| Mar 31, 2023 | 150.31 Mn |
| Dec 31, 2022 | -31.34 Mn |
| Sep 30, 2022 | 205.13 Mn |
| Jun 30, 2022 | -177.21 Mn |
| Mar 31, 2022 | -673.49 Mn |
| Dec 31, 2021 | 19.01 Mn |
| Sep 30, 2021 | -282.22 Mn |
Crescent Energy Other 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=other-non-operating-income&ticker=CRGY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-non-operating-income&ticker=CRGY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();