Expand Energy (EXE) Cash from Operations (2009 - 2026)
Expand Energy's (EXE) quarterly Cash from Operations came in at $1.1 billion in Q2 2026, down 17.1% year-over-year from $1.3 billion in Q2 2025, and down 54.37% quarter-over-quarter from $2.4 billion in Q1 2026.
Expand Energy (EXE) Cash from Operations (2009 - 2026) Analysis & Trends
Expand Energy (EXE) has reported Cash from Operations for 18 consecutive years, with $1.1 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Operations fell 17.1% year-over-year to $1.1 billion in Q2 2026; TTM through Jun 2026 was $5.7 billion, a 75.51% increase from a year earlier, with the FY2025 full-year figure at $4.6 billion, up 192.33% from the prior year.
- Cash from Operations was $1.1 billion for Q2 2026 at Expand Energy, down from $2.4 billion in the prior quarter.
- Over five years, Cash from Operations peaked at $2.4 billion in Q1 2026 and troughed at $209.0 million in Q2 2024.
- A 5-year average of $896.8 million and a median of $899.0 million in 2022 frame the typical range for Cash from Operations.
- Across the five-year window, Cash from Operations sank 61.46% in 2023 and soared 532.54% in 2025, its largest moves.
- Over 5 years, Cash from Operations stood at $1.0 billion in 2022, then plunged by 55.24% to $470.0 million in 2023, then retreated by 18.72% to $382.0 million in 2024, then jumped by 150.26% to $956.0 million in 2025, then rose by 14.64% to $1.1 billion in 2026.
- The last three Cash from Operations figures came in at $1.1 billion (Q2 2026), $2.4 billion (Q1 2026), and $956.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Ops. (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | 7.43 Bn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | 4.93 Bn |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | 4.67 Bn |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | 3.59 Bn |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | 3.67 Bn |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | 1.10 Bn |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | 1.51 Bn |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | 1.63 Bn |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | 1.71 Bn |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn | 438.85 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.10 Bn |
| Mar 31, 2026 | 2.40 Bn |
| Dec 31, 2025 | 956.00 Mn |
| Sep 30, 2025 | 1.20 Bn |
| Jun 30, 2025 | 1.32 Bn |
| Mar 31, 2025 | 1.10 Bn |
| Dec 31, 2024 | 382.00 Mn |
| Sep 30, 2024 | 422.00 Mn |
| Jun 30, 2024 | 209.00 Mn |
| Mar 31, 2024 | 552.00 Mn |
| Dec 31, 2023 | 470.00 Mn |
| Sep 30, 2023 | 506.00 Mn |
| Jun 30, 2023 | 515.00 Mn |
| Mar 31, 2023 | 889.00 Mn |
| Dec 31, 2022 | 1.05 Bn |
| Sep 30, 2022 | 1.31 Bn |
| Jun 30, 2022 | 909.00 Mn |
| Mar 31, 2022 | 853.00 Mn |
| Dec 31, 2021 | 563.00 Mn |
| Sep 30, 2021 | 443.00 Mn |
Expand Energy Cash from 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=cash-from-operations&ticker=EXE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-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=cash-from-operations&ticker=EXE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();