Expand Energy (EXE) Change in Accured Expenses (2012 - 2024)
Expand Energy's (EXE) quarterly Change in Accured Expenses came in at -$10.0 million in Q3 2024, up 85.71% year-over-year from -$5.4 million in Q4 2023, and down 233.33% quarter-over-quarter from -$3.0 million in Q2 2024.
Expand Energy (EXE) Change in Accured Expenses (2012 - 2024) Analysis & Trends
Expand Energy (EXE) has reported Change in Accured Expenses for 13 consecutive years, with -$10.0 million the latest figure, recorded in Q3 2024.
- On a quarterly basis, Change in Accured Expenses rose 85.71% year-over-year to -$10.0 million in Q3 2024; TTM through Sep 2024 was -$64.0 million, a 23.81% increase from a year earlier, with the FY2023 full-year figure at -$31.0 million, down 120.95% from the prior year.
- Change in Accured Expenses was -$10.0 million for Q3 2024 at Expand Energy, down from -$3.0 million in the prior quarter.
- Over five years, Change in Accured Expenses peaked at $100.0 million in Q2 2022 and troughed at -$194.0 million in Q2 2020.
- A 5-year average of -$7.4 million and a median of -$3.0 million in 2024 frame the typical range for Change in Accured Expenses.
- Across the five-year window, Change in Accured Expenses tumbled 1000.0% in 2022 and surged 833.33% in 2023, its largest moves.
- Over 5 years, Change in Accured Expenses stood at -$10.0 million in 2020, then jumped by 150.0% to $5.0 million in 2021, then plunged by 1000.0% to -$45.0 million in 2022, then jumped by 117.78% to $8.0 million in 2023, then sank by 225.0% to -$10.0 million in 2024.
- The last three Change in Accured Expenses figures came in at -$10.0 million (Q3 2024), -$3.0 million (Q2 2024), and -$59.0 million (Q1 2024), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Accured Exp. (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | - |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | - |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | 37.00 Mn |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | 53.00 Mn |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | - |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | - |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | 263.59 Mn |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | 207.00 Mn |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | 113.00 Mn |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn | 7.09 Mn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2024 | -10.00 Mn |
| Jun 30, 2024 | -3.00 Mn |
| Mar 31, 2024 | -59.00 Mn |
| Dec 31, 2023 | 8.00 Mn |
| Sep 30, 2023 | -70.00 Mn |
| Jun 30, 2023 | -25.00 Mn |
| Mar 31, 2023 | 56.00 Mn |
| Dec 31, 2022 | -45.00 Mn |
| Sep 30, 2022 | 87.00 Mn |
| Jun 30, 2022 | 100.00 Mn |
| Mar 31, 2022 | 6.00 Mn |
| Dec 31, 2021 | 5.00 Mn |
| Sep 30, 2021 | 11.00 Mn |
| Jun 30, 2021 | 26.00 Mn |
| Mar 31, 2021 | -12.00 Mn |
| Dec 31, 2020 | -10.00 Mn |
| Sep 30, 2020 | 17.00 Mn |
| Jun 30, 2020 | -194.00 Mn |
| Mar 31, 2020 | -29.00 Mn |
| Dec 31, 2019 | -68.00 Mn |
Expand Energy Change in Accured Expenses 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=change-in-accured-expenses&ticker=EXE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-accured-expenses", "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=change-in-accured-expenses&ticker=EXE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();