Canadian Natural Resources (CNQ) Cash from Discontinued Operations (2011 - 2015)
Canadian Natural Resources' (CNQ) quarterly Cash from Discontinued Operations came in at $1.4 million in Q2 2015, down 38.12% quarter-over-quarter from $2.2 million in Q3 2014.
Canadian Natural Resources (CNQ) Cash from Discontinued Operations (2011 - 2015) Analysis & Trends
Canadian Natural Resources has disclosed Cash from Discontinued Operations across 5 years of filings, most recently posting $1.4 million for Q2 2015.
- In Q2 2015, Cash from Discontinued Operations changed N/A year-over-year to $1.4 million; the TTM figure through Jun 2015 stood at $7.5 million (changed N/A YoY), while the FY2013 annual figure was $6.9 million, up 25.36% from the prior year.
- Cash from Discontinued Operations came in at $1.4 million for Q2 2015 at Canadian Natural Resources, down from $2.2 million in the prior quarter.
- In the past five years, Cash from Discontinued Operations ranged from a high of $2.3 million in Q3 2013 to a low of $1.3 million in Q3 2012.
- Average Cash from Discontinued Operations over 5 years is $1.7 million, with a median of $1.6 million recorded in 2013.
- Year-over-year, Cash from Discontinued Operations decreased 26.74% in 2012 and surged 71.82% in 2013.
- Over 5 years, Cash from Discontinued Operations stood at $1.9 million in 2011, then dropped by 26.74% to $1.4 million in 2012, then gained by 16.31% to $1.6 million in 2013, then jumped by 35.98% to $2.2 million in 2014, then plunged by 38.12% to $1.4 million in 2015.
- Per Business Quant data, the three most recent Cash from Discontinued Operations figures were $1.4 million in Q2 2015, $2.2 million in Q3 2014, and $1.6 million in Q4 2013.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Discont. Ops (Qtr) |
|---|---|---|---|---|---|
| 1 | Chevron | 406.10 Bn | 403.25 Bn | 33.45 Bn | - |
| 2 | Shell | 256.90 Bn | 217.03 Bn | 30.13 Bn | - |
| 3 | TotalEnergies SE | 202.32 Bn | 173.15 Bn | 23.46 Bn | - |
| 4 | Eni Spa | 172.63 Bn | 162.79 Bn | - | 246.42 Mn |
| 5 | Conocophillips | 153.88 Bn | 146.19 Bn | 12.81 Bn | - |
| 6 | Equinor Asa | 107.31 Bn | 98.05 Bn | - | - |
| 7 | Phillips 66 | 102.33 Bn | 99.43 Bn | 8.38 Bn | - |
| 8 | Canadian Natural Resources | 99.17 Bn | 97.27 Bn | 8.84 Bn | - |
| 9 | Suncor Energy | 81.11 Bn | 75.74 Bn | 17.50 Bn | - |
| 10 | Eog Resources | 74.44 Bn | 69.53 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2015 | 1.38 Mn |
| Sep 30, 2014 | 2.23 Mn |
| Dec 31, 2013 | 1.64 Mn |
| Sep 30, 2013 | 2.26 Mn |
| Dec 31, 2012 | 1.41 Mn |
| Sep 30, 2012 | 1.32 Mn |
| Dec 31, 2011 | 1.92 Mn |
Canadian Natural Resources Cash 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=cash-from-discontinued-operations&ticker=CNQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-discontinued-operations", "ticker": "CNQ", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=cash-from-discontinued-operations&ticker=CNQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();