Conocophillips (COP) Long-Term Deferred Tax (2010 - 2020)
Conocophillips' (COP) quarterly Long-Term Deferred Tax came in at $363.0 million in Q4 2020, up 97.28% year-over-year from $184.0 million in Q1 2020, and up 97.28% quarter-over-quarter from $184.0 million in Q4 2019.
Conocophillips (COP) Long-Term Deferred Tax (2010 - 2020) Analysis & Trends
Conocophillips (COP) has reported Long-Term Deferred Tax for 10 consecutive years, with $363.0 million the latest figure, recorded in Q4 2020.
- On a quarterly basis, Long-Term Deferred Tax rose 97.28% year-over-year to $363.0 million in Q4 2020; TTM through Dec 2020 was $363.0 million, a 97.28% increase from a year earlier, with the FY2020 full-year figure at $363.0 million, up 97.28% from the prior year.
- Long-Term Deferred Tax was $363.0 million for Q4 2020 at Conocophillips, up from $184.0 million in the prior quarter.
- Over five years, Long-Term Deferred Tax peaked at $400.0 million in Q4 2016 and troughed at $164.0 million in Q4 2017.
- A 4-year average of $277.8 million and a median of $273.5 million in 2019 frame the typical range for Long-Term Deferred Tax.
- Across the five-year window, Long-Term Deferred Tax tumbled 59.0% in 2017 and soared 97.28% in 2020, its largest moves.
- Over 4 years, Long-Term Deferred Tax stood at $400.0 million in 2016, then sank by 59.0% to $164.0 million in 2017, then gained by 12.2% to $184.0 million in 2019, then soared by 97.28% to $363.0 million in 2020.
- The last three Long-Term Deferred Tax figures came in at $363.0 million (Q4 2020), $184.0 million (Q4 2019), and $164.0 million (Q4 2017), 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 |
|---|---|
| Dec 31, 2020 | 363.00 Mn |
| Dec 31, 2019 | 184.00 Mn |
| Dec 31, 2017 | 164.00 Mn |
| Dec 31, 2016 | 400.00 Mn |
| Dec 31, 2015 | 286.00 Mn |
| Dec 31, 2014 | 370.00 Mn |
| Dec 31, 2013 | 171.00 Mn |
| Dec 31, 2012 | 222.00 Mn |
| Dec 31, 2011 | 183.00 Mn |
| Dec 31, 2010 | -16.63 Bn |
Conocophillips Long-Term Deferred Tax 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=long-term-deferred-tax&ticker=COP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-deferred-tax", "ticker": "COP", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=long-term-deferred-tax&ticker=COP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();