Expand Energy (EXE) Cash & Equivalents Growth (3y) (2012 - 2026)
Analysis
Expand Energy (EXE) Cash & Equivalents Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | 4.66% |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | 175.18% |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | 0.99% |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | 194.98% |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | 27.40% |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | -9.79% |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | 93.15% |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | 153.44% |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | 46.23% |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -9.79% |
| Mar 31, 2026 | 157.52% |
| Dec 31, 2025 | 67.96% |
| Sep 30, 2025 | 102.34% |
| Jun 30, 2025 | 250.34% |
| Mar 31, 2025 | 163.85% |
| Dec 31, 2024 | -29.51% |
| Sep 30, 2024 | 7.13% |
| Jun 30, 2024 | 18.52% |
| Mar 31, 2024 | 51.36% |
| Dec 31, 2023 | 56.97% |
| Sep 30, 2023 | 32.57% |
| Jun 30, 2023 | 122.48% |
| Mar 31, 2023 | 16.60% |
| Dec 31, 2022 | 178.78% |
| Sep 30, 2022 | 74.19% |
| Jun 30, 2022 | 61.98% |
| Mar 31, 2022 | 33.42% |
| Dec 31, 2021 | 509.34% |
| Sep 30, 2021 | 496.51% |
API Access
Expand Energy Cash & Equivalents Growth (3y) 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-and-equivalents-growth-3y&ticker=EXE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-3y", "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-and-equivalents-growth-3y&ticker=EXE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();