Expand Energy (EXE) Non-Current Deferred Tax Liability (2009 - 2015)
Expand Energy's (EXE) quarterly Non-Current Deferred Tax Liability came in at $574.0 million in Q3 2015, down 86.6% year-over-year from $4.3 billion in Q3 2014, and down 59.23% quarter-over-quarter from $1.4 billion in Q2 2015.
Expand Energy (EXE) Non-Current Deferred Tax Liability (2009 - 2015) Analysis & Trends
Expand Energy (EXE) has reported Non-Current Deferred Tax Liability for 7 consecutive years, with $574.0 million the latest figure, recorded in Q3 2015.
- On a quarterly basis, Non-Current Deferred Tax Liability fell 86.6% year-over-year to $574.0 million in Q3 2015; TTM through Sep 2015 was $574.0 million, a 86.6% decrease from a year earlier, with the FY2014 full-year figure at $4.4 billion, up 28.91% from the prior year.
- Non-Current Deferred Tax Liability was $574.0 million for Q3 2015 at Expand Energy, down from $1.4 billion in the prior quarter.
- Over five years, Non-Current Deferred Tax Liability peaked at $4.8 billion in Q2 2012 and troughed at $574.0 million in Q3 2015.
- A 5-year average of $3.2 billion and a median of $3.4 billion in 2012 frame the typical range for Non-Current Deferred Tax Liability.
- Across the five-year window, Non-Current Deferred Tax Liability soared 92.71% in 2012 and tumbled 86.6% in 2015, its largest moves.
- Over 5 years, Non-Current Deferred Tax Liability stood at $3.5 billion in 2011, then dropped by 19.43% to $2.8 billion in 2012, then grew by 21.38% to $3.4 billion in 2013, then advanced by 28.91% to $4.4 billion in 2014, then slumped by 86.93% to $574.0 million in 2015.
- The last three Non-Current Deferred Tax Liability figures came in at $574.0 million (Q3 2015), $1.4 billion (Q2 2015), and $2.8 billion (Q1 2015), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 | - |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn |
| 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 | - |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2015 | 574.00 Mn |
| Jun 30, 2015 | 1.41 Bn |
| Mar 31, 2015 | 2.82 Bn |
| Dec 31, 2014 | 4.39 Bn |
| Sep 30, 2014 | 4.29 Bn |
| Jun 30, 2014 | 3.77 Bn |
| Mar 31, 2014 | 3.83 Bn |
| Dec 31, 2013 | 3.41 Bn |
| Sep 30, 2013 | 3.42 Bn |
| Jun 30, 2013 | 3.26 Bn |
| Mar 31, 2013 | 3.02 Bn |
| Dec 31, 2012 | 2.81 Bn |
| Sep 30, 2012 | 3.42 Bn |
| Jun 30, 2012 | 4.78 Bn |
| Mar 31, 2012 | 3.98 Bn |
| Dec 31, 2011 | 3.48 Bn |
| Sep 30, 2011 | 3.52 Bn |
| Jun 30, 2011 | 2.48 Bn |
| Mar 31, 2011 | 2.12 Bn |
| Dec 31, 2010 | 2.38 Bn |
Expand Energy Non-Current Deferred Tax Liability 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=non-current-deferred-tax-liability&ticker=EXE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-deferred-tax-liability", "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=non-current-deferred-tax-liability&ticker=EXE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();