Canadian Natural Resources (CNQ) Non-cash Items (2009 - 2024)
Canadian Natural Resources' (CNQ) quarterly Non-cash Items came in at $1.5 billion in Q1 2024, down 21.64% year-over-year from $1.9 billion in Q2 2023, and down 91.73% quarter-over-quarter from $17.8 billion in Q4 2023.
Canadian Natural Resources (CNQ) Non-cash Items (2009 - 2024) Analysis & Trends
Canadian Natural Resources has disclosed Non-cash Items across 14 years of filings, most recently posting $1.5 billion for Q1 2024.
- In Q1 2024, Non-cash Items fell 21.64% year-over-year to $1.5 billion; the TTM figure through Mar 2024 stood at $24.0 billion (up 130.34% YoY), while the FY2024 annual figure was $16.9 billion, down 5.2% from the prior year.
- Non-cash Items came in at $1.5 billion for Q1 2024 at Canadian Natural Resources, down from $17.8 billion in the prior quarter.
- In the past five years, Non-cash Items ranged from a high of $17.8 billion in Q4 2023 to a low of $1.2 billion in Q2 2021.
- Average Non-cash Items over 4 years is $4.2 billion, with a median of $2.5 billion recorded in 2022.
- The largest YoY upside for Non-cash Items was 712.35% in 2023 against a maximum downside of 44.28% in 2023.
- Over 4 years, Non-cash Items stood at $1.2 billion in 2021, then jumped by 82.22% to $2.2 billion in 2022, then soared by 712.35% to $17.8 billion in 2023, then plunged by 91.73% to $1.5 billion in 2024.
- Per Business Quant data, the three most recent Non-cash Items figures were $1.5 billion in Q1 2024, $17.8 billion in Q4 2023, and $2.8 billion in Q3 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 | - |
| 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 |
|---|---|
| Mar 31, 2024 | 1.47 Bn |
| Dec 31, 2023 | 17.82 Bn |
| Sep 30, 2023 | 2.85 Bn |
| Mar 31, 2023 | 1.88 Bn |
| Dec 31, 2022 | 2.19 Bn |
| Jun 30, 2022 | 2.98 Bn |
| Mar 31, 2022 | 3.38 Bn |
| Jun 30, 2021 | 1.20 Bn |
| Sep 30, 2018 | 2.79 Bn |
| Jun 30, 2018 | 2.03 Bn |
| Mar 31, 2018 | 1.95 Bn |
| Dec 31, 2017 | 1.13 Bn |
| Sep 30, 2017 | 2.01 Bn |
| Jun 30, 2017 | 1.21 Bn |
| Mar 31, 2017 | 1.26 Bn |
| Dec 31, 2016 | 940.87 Mn |
| Sep 30, 2016 | 689.64 Mn |
| Jun 30, 2016 | 556.30 Mn |
| Mar 31, 2016 | 423.29 Mn |
| Dec 31, 2015 | 1.11 Bn |
Canadian Natural Resources Non-cash Items 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=non-cash-items&ticker=CNQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-cash-items", "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=non-cash-items&ticker=CNQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();