Conocophillips (COP) Income from Discontinued Operations (2011 - 2014)
Conocophillips' (COP) quarterly Income from Discontinued Operations came in at $1.1 billion in Q3 2014, up 1791.23% year-over-year from $57.0 million in Q3 2013, and up 3166.67% quarter-over-quarter from $33.0 million in Q2 2014.
Conocophillips (COP) Income from Discontinued Operations (2011 - 2014) Analysis & Trends
Conocophillips (COP) has reported Income from Discontinued Operations for 4 consecutive years, with $1.1 billion the latest figure, recorded in Q3 2014.
- On a quarterly basis, Income from Discontinued Operations rose 1791.23% year-over-year to $1.1 billion in Q3 2014; TTM through Jun 2015 was $1.1 billion, a 2.44% decrease from a year earlier, with the FY2014 full-year figure at $1.1 billion, down 3.99% from the prior year.
- Income from Discontinued Operations was $1.1 billion for Q3 2014 at Conocophillips, up from $33.0 million in the prior quarter.
- Over five years, Income from Discontinued Operations peaked at $1.6 billion in Q3 2011 and troughed at -$401.0 million in Q4 2012.
- A 4-year average of $501.9 million and a median of $349.0 million in 2012 frame the typical range for Income from Discontinued Operations.
- Across the five-year window, Income from Discontinued Operations tumbled 139.82% in 2012 and surged 1791.23% in 2014, its largest moves.
- Over 4 years, Income from Discontinued Operations stood at $1.0 billion in 2011, then sank by 139.82% to -$401.0 million in 2012, then jumped by 348.13% to $995.0 million in 2013, then increased by 8.34% to $1.1 billion in 2014.
- The last three Income from Discontinued Operations figures came in at $1.1 billion (Q3 2014), $33.0 million (Q2 2014), and $20.0 million (Q1 2014), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 158.35 Bn | 150.66 Bn | 12.81 Bn | - |
| 2 | Canadian Natural Resources | 103.29 Bn | 101.40 Bn | 8.84 Bn | - |
| 3 | Eog Resources | 75.64 Bn | 70.73 Bn | - | - |
| 4 | Diamondback Energy | 53.99 Bn | 59.61 Bn | 5.55 Bn | - |
| 5 | Devon Energy | 53.46 Bn | 52.45 Bn | 6.02 Bn | - |
| 6 | Expand Energy | 20.25 Bn | 18.99 Bn | 2.33 Bn | - |
| 7 | Permian Resources | 19.06 Bn | 18.80 Bn | - | - |
| 8 | Ovintiv | 17.25 Bn | 16.37 Bn | 2.83 Bn | - |
| 9 | Apa | 15.72 Bn | 16.20 Bn | 2.28 Bn | - |
| 10 | Antero Resources | 10.76 Bn | 10.19 Bn | 1.56 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2014 | 1.08 Bn |
| Jun 30, 2014 | 33.00 Mn |
| Mar 31, 2014 | 20.00 Mn |
| Dec 31, 2013 | 995.00 Mn |
| Sep 30, 2013 | 57.00 Mn |
| Jun 30, 2013 | -3.00 Mn |
| Mar 31, 2013 | 129.00 Mn |
| Dec 31, 2012 | -401.00 Mn |
| Sep 30, 2012 | 73.00 Mn |
| Jun 30, 2012 | 569.00 Mn |
| Mar 31, 2012 | 776.00 Mn |
| Dec 31, 2011 | 1.01 Bn |
| Sep 30, 2011 | 1.57 Bn |
| Jun 30, 2011 | 1.12 Bn |
Conocophillips Income from Discontinued Operations 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=income-from-discontinued-operations&ticker=COP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "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=income-from-discontinued-operations&ticker=COP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();