Expand Energy (EXE) Income from Continuing Operations (2009 - 2026)
Expand Energy's (EXE) quarterly Income from Continuing Operations came in at $522.0 million in Q2 2026, down 46.07% year-over-year from $968.0 million in Q2 2025, and down 54.96% quarter-over-quarter from $1.2 billion in Q1 2026.
Expand Energy (EXE) Income from Continuing Operations (2009 - 2026) Analysis & Trends
Expand Energy (EXE) has reported Income from Continuing Operations for 18 consecutive years, with $522.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Income from Continuing Operations fell 46.07% year-over-year to $522.0 million in Q2 2026; TTM through Jun 2026 was $2.8 billion, a 1250.0% increase from a year earlier, with the FY2025 full-year figure at $1.8 billion, up 354.76% from the prior year.
- Income from Continuing Operations was $522.0 million for Q2 2026 at Expand Energy, down from $1.2 billion in the prior quarter.
- Over five years, Income from Continuing Operations peaked at $3.6 billion in Q4 2022 and troughed at -$764.0 million in Q1 2022.
- A 5-year average of $563.4 million and a median of $534.5 million in 2025 frame the typical range for Income from Continuing Operations.
- The widest YoY moves for Income from Continuing Operations: up 579.82% in 2025, down 1057.69% in 2025.
- Over 5 years, Income from Continuing Operations stood at $3.6 billion in 2022, then sank by 84.11% to $569.0 million in 2023, then slumped by 170.12% to -$399.0 million in 2024, then surged by 238.6% to $553.0 million in 2025, then retreated by 5.61% to $522.0 million in 2026.
- The last three Income from Continuing Operations figures came in at $522.0 million (Q2 2026), $1.2 billion (Q1 2026), and $553.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Continuing) (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 158.35 Bn | 150.66 Bn | 12.81 Bn | 3.93 Bn |
| 2 | Canadian Natural Resources | 103.29 Bn | 101.40 Bn | 8.84 Bn | 3.48 Bn |
| 3 | Eog Resources | 75.64 Bn | 70.73 Bn | - | 2.72 Bn |
| 4 | Diamondback Energy | 53.99 Bn | 59.61 Bn | 5.55 Bn | 2.06 Bn |
| 5 | Devon Energy | 53.46 Bn | 52.45 Bn | 6.02 Bn | 1.64 Bn |
| 6 | Expand Energy | 20.25 Bn | 18.99 Bn | 2.33 Bn | 522.00 Mn |
| 7 | Permian Resources | 19.06 Bn | 18.80 Bn | - | 792.46 Mn |
| 8 | Ovintiv | 17.25 Bn | 16.37 Bn | 2.83 Bn | 456.00 Mn |
| 9 | Apa | 15.72 Bn | 16.20 Bn | 2.28 Bn | 1.04 Bn |
| 10 | Antero Resources | 10.76 Bn | 10.19 Bn | 1.56 Bn | 286.42 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 522.00 Mn |
| Mar 31, 2026 | 1.16 Bn |
| Dec 31, 2025 | 553.00 Mn |
| Sep 30, 2025 | 547.00 Mn |
| Jun 30, 2025 | 968.00 Mn |
| Mar 31, 2025 | -249.00 Mn |
| Dec 31, 2024 | -399.00 Mn |
| Sep 30, 2024 | -114.00 Mn |
| Jun 30, 2024 | -227.00 Mn |
| Mar 31, 2024 | 26.00 Mn |
| Dec 31, 2023 | 569.00 Mn |
| Sep 30, 2023 | 70.00 Mn |
| Jun 30, 2023 | 391.00 Mn |
| Mar 31, 2023 | 1.39 Bn |
| Dec 31, 2022 | 3.58 Bn |
| Sep 30, 2022 | 883.00 Mn |
| Jun 30, 2022 | 1.24 Bn |
| Mar 31, 2022 | -764.00 Mn |
| Dec 31, 2021 | 1.43 Bn |
| Sep 30, 2021 | -345.00 Mn |
Expand Energy Income from Continuing Operations 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=income-from-continuing-operations&ticker=EXE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-operations", "ticker": "EXE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=income-from-continuing-operations&ticker=EXE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();