Canadian Natural Resources (CNQ) Equity Income (2012 - 2020)
Canadian Natural Resources' (CNQ) quarterly Equity Income came in at -$42.2 million in Q4 2020, down 176.29% year-over-year from $55.3 million in Q1 2020, and down 5721.89% quarter-over-quarter from $750423.7 in Q3 2020.
Canadian Natural Resources (CNQ) Equity Income (2012 - 2020) Analysis & Trends
Canadian Natural Resources has disclosed Equity Income across 8 years of filings, most recently posting -$42.2 million for Q4 2020.
- In Q4 2020, Equity Income fell 176.29% year-over-year to -$42.2 million; the TTM figure through Dec 2020 stood at $207.8 million (up 21.41% YoY), while the FY2020 annual figure was $127.6 million, down 42.2% from the prior year.
- Equity Income came in at -$42.2 million for Q4 2020 at Canadian Natural Resources, down from $750423.7 in the prior quarter.
- In the past five years, Equity Income ranged from a high of $193.9 million in Q1 2020 to a low of -$42.2 million in Q4 2020.
- Average Equity Income over 4 years is $54.8 million, with a median of $52.3 million recorded in 2019.
- The largest YoY upside for Equity Income was 855.22% in 2020 against a maximum downside of 176.29% in 2020.
- Over 4 years, Equity Income stood at $67.2 million in 2017, then jumped by 43.12% to $96.2 million in 2018, then tumbled by 42.53% to $55.3 million in 2019, then plunged by 176.29% to -$42.2 million in 2020.
- Per Business Quant data, the three most recent Equity Income figures were -$42.2 million in Q4 2020, $750423.7 in Q3 2020, and $193.9 million in Q1 2020.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Equity Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 158.35 Bn | 150.66 Bn | 12.81 Bn | 239.00 Mn |
| 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 | 29.38 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2020 | -42.19 Mn |
| Sep 30, 2020 | 750,423.67 |
| Mar 31, 2020 | 193.93 Mn |
| Dec 31, 2019 | 55.30 Mn |
| Sep 30, 2019 | 46.22 Mn |
| Jun 30, 2019 | 49.33 Mn |
| Mar 31, 2019 | 20.30 Mn |
| Dec 31, 2018 | 96.22 Mn |
| Sep 30, 2018 | 62.73 Mn |
| Jun 30, 2018 | 24.03 Mn |
| Mar 31, 2018 | 83.87 Mn |
| Mar 31, 2017 | 67.23 Mn |
| Dec 31, 2015 | 13.49 Mn |
| Sep 30, 2015 | 15.31 Mn |
| Jun 30, 2015 | -2.44 Mn |
| Mar 31, 2015 | 12.13 Mn |
| Dec 31, 2014 | 5.00 Mn |
| Sep 30, 2014 | 5.00 Mn |
| Jun 30, 2014 | -3.00 Mn |
| Mar 31, 2014 | 1.00 Mn |
Canadian Natural Resources Equity Income 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=equity-income&ticker=CNQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-income", "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=equity-income&ticker=CNQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();