Expand Energy (EXE) Cash from Investing Activities (2009 - 2026)
Expand Energy's (EXE) quarterly Cash from Investing Activities came in at -$698.0 million in Q2 2026, down 18.1% year-over-year from -$852.3 million in Q2 2025, and down 16.14% quarter-over-quarter from -$601.0 million in Q1 2026.
Expand Energy (EXE) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Expand Energy (EXE) has reported Cash from Investing Activities for 18 consecutive years, with -$698.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Investing Activities fell 18.1% year-over-year to -$698.0 million in Q2 2026; TTM through Jun 2026 was -$3.0 billion, a 25.32% decrease from a year earlier, with the FY2025 full-year figure at -$2.8 billion, down 44.91% from the prior year.
- Cash from Investing Activities was -$698.0 million for Q2 2026 at Expand Energy, down from -$601.0 million in the prior quarter.
- Over five years, Cash from Investing Activities peaked at $453.0 million in Q2 2023 and troughed at -$1.9 billion in Q1 2022.
- A 5-year average of -$493.9 million and a median of -$501.0 million in 2022 frame the typical range for Cash from Investing Activities.
- Across the five-year window, Cash from Investing Activities sank 2567.12% in 2022 and surged 209.16% in 2023, its largest moves.
- Over 5 years, Cash from Investing Activities stood at -$544.0 million in 2022, then surged by 119.3% to $105.0 million in 2023, then plunged by 1000.0% to -$945.0 million in 2024, then rose by 13.65% to -$816.0 million in 2025, then grew by 14.46% to -$698.0 million in 2026.
- The last three Cash from Investing Activities figures came in at -$698.0 million (Q2 2026), -$601.0 million (Q1 2026), and -$816.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | -3.51 Bn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | -1.78 Bn |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | -1.78 Bn |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | -1.40 Bn |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | -3.38 Bn |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | -698.00 Mn |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | -852.26 Mn |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | 2.22 Bn |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | -591.00 Mn |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn | -341.24 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -698.00 Mn |
| Mar 31, 2026 | -601.00 Mn |
| Dec 31, 2025 | -816.00 Mn |
| Sep 30, 2025 | -845.00 Mn |
| Jun 30, 2025 | -591.00 Mn |
| Mar 31, 2025 | -507.00 Mn |
| Dec 31, 2024 | -945.00 Mn |
| Sep 30, 2024 | -319.00 Mn |
| Jun 30, 2024 | -266.00 Mn |
| Mar 31, 2024 | -374.00 Mn |
| Dec 31, 2023 | 105.00 Mn |
| Sep 30, 2023 | -480.00 Mn |
| Jun 30, 2023 | 453.00 Mn |
| Mar 31, 2023 | 395.00 Mn |
| Dec 31, 2022 | -544.00 Mn |
| Sep 30, 2022 | -495.00 Mn |
| Jun 30, 2022 | -415.00 Mn |
| Mar 31, 2022 | -1.95 Bn |
| Dec 31, 2021 | -455.00 Mn |
| Sep 30, 2021 | -175.00 Mn |
Expand Energy Cash from Investing 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=cash-from-investing-activities&ticker=EXE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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-investing-activities&ticker=EXE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();