Conocophillips (COP) Change in Taxes (2009 - 2014)
Conocophillips' (COP) quarterly Change in Taxes came in at -$66.0 million in Q3 2014, up 68.57% year-over-year from -$39.2 million in Q3 2013, and up 86.02% quarter-over-quarter from -$472.0 million in Q2 2014.
Conocophillips (COP) Change in Taxes (2009 - 2014) Analysis & Trends
Conocophillips (COP) has reported Change in Taxes for 6 consecutive years, with -$66.0 million the latest figure, recorded in Q3 2014.
- On a quarterly basis, Change in Taxes rose 68.57% year-over-year to -$66.0 million in Q3 2014; TTM through Sep 2014 was $89.0 million, a 107.16% increase from a year earlier, with the FY2013 full-year figure at -$518.0 million, up 56.8% from the prior year.
- Change in Taxes was -$66.0 million for Q3 2014 at Conocophillips, up from -$472.0 million in the prior quarter.
- Over five years, Change in Taxes peaked at $1.4 billion in Q3 2010 and troughed at -$853.0 million in Q2 2013.
- A 5-year average of -$39.9 million and a median of -$66.0 million in 2014 frame the typical range for Change in Taxes.
- Across the five-year window, Change in Taxes tumbled 715.29% in 2012 and surged 766.23% in 2013, its largest moves.
- Over 5 years, Change in Taxes stood at -$813.0 million in 2010, then surged by 89.54% to -$85.0 million in 2011, then plunged by 715.29% to -$693.0 million in 2012, then jumped by 104.62% to $32.0 million in 2013, then slumped by 306.25% to -$66.0 million in 2014.
- The last three Change in Taxes figures came in at -$66.0 million (Q3 2014), -$472.0 million (Q2 2014), and $595.0 million (Q1 2014), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Chevron | 406.10 Bn | 403.25 Bn | 33.45 Bn | - |
| 2 | Shell | 256.90 Bn | 217.03 Bn | 30.13 Bn | -2.93 Bn |
| 3 | TotalEnergies SE | 202.32 Bn | 173.15 Bn | 23.46 Bn | - |
| 4 | Eni Spa | 172.63 Bn | 162.79 Bn | - | 1.54 Bn |
| 5 | Conocophillips | 153.88 Bn | 146.19 Bn | 12.81 Bn | - |
| 6 | Equinor Asa | 107.31 Bn | 98.05 Bn | - | -7.08 Bn |
| 7 | Phillips 66 | 102.33 Bn | 99.43 Bn | 8.38 Bn | 591.00 Mn |
| 8 | Canadian Natural Resources | 99.17 Bn | 97.27 Bn | 8.84 Bn | 454.72 Mn |
| 9 | Suncor Energy | 81.11 Bn | 75.74 Bn | 17.50 Bn | 1.46 Bn |
| 10 | Eog Resources | 74.44 Bn | 69.53 Bn | - | -69.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2014 | -66.00 Mn |
| Jun 30, 2014 | -472.00 Mn |
| Mar 31, 2014 | 595.00 Mn |
| Dec 31, 2013 | 32.00 Mn |
| Sep 30, 2013 | -210.00 Mn |
| Jun 30, 2013 | -853.00 Mn |
| Mar 31, 2013 | 513.00 Mn |
| Dec 31, 2012 | -693.00 Mn |
| Sep 30, 2012 | 65.00 Mn |
| Jun 30, 2012 | -494.00 Mn |
| Mar 31, 2012 | -77.00 Mn |
| Dec 31, 2011 | -85.00 Mn |
| Sep 30, 2011 | 103.00 Mn |
| Jun 30, 2011 | -759.00 Mn |
| Mar 31, 2011 | 53.00 Mn |
| Dec 31, 2010 | -813.00 Mn |
| Sep 30, 2010 | 1.36 Bn |
| Jun 30, 2010 | 255.00 Mn |
| Mar 31, 2010 | 785.00 Mn |
| Dec 31, 2009 | -965.00 Mn |
Conocophillips Change in Taxes 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-taxes&ticker=COP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-taxes", "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=change-in-taxes&ticker=COP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();