Canadian Natural Resources (CNQ) Non Operating Investment Income (2015 - 2024)
Canadian Natural Resources' (CNQ) quarterly Non Operating Investment Income came in at $18.3 million in Q2 2024, up 154.56% year-over-year from $7.2 million in Q3 2023, and up 130.41% quarter-over-quarter from -$60.1 million in Q1 2024.
Canadian Natural Resources (CNQ) Non Operating Investment Income (2015 - 2024) Analysis & Trends
Canadian Natural Resources has disclosed Non Operating Investment Income across 10 years of filings, most recently posting $18.3 million for Q2 2024.
- In Q2 2024, Non Operating Investment Income rose 154.56% year-over-year to $18.3 million; the TTM figure through Dec 2024 stood at -$41.8 million (down 25.8% YoY), while the FY2024 annual figure was -$40.1 million, up 3.42% from the prior year.
- Non Operating Investment Income came in at $18.3 million for Q2 2024 at Canadian Natural Resources, up from -$60.1 million in the prior quarter.
- In the past five years, Non Operating Investment Income ranged from a high of $199.9 million in Q1 2020 to a low of -$94.0 million in Q1 2021.
- Average Non Operating Investment Income over 5 years is -$10.9 million, with a median of -$28.4 million recorded in 2020.
- Year-over-year, Non Operating Investment Income soared 1135.05% in 2021 and tumbled 1627.22% in 2022.
- Over 5 years, Non Operating Investment Income stood at -$26.8 million in 2020, then jumped by 85.22% to -$4.0 million in 2021, then plunged by 1627.22% to -$68.5 million in 2022, then jumped by 142.88% to $29.4 million in 2023, then plunged by 37.79% to $18.3 million in 2024.
- Per Business Quant data, the three most recent Non Operating Investment Income figures were $18.3 million in Q2 2024, -$60.1 million in Q1 2024, and $29.4 million in Q4 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Operating Investment Income (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 |
|---|---|
| Jun 30, 2024 | 18.28 Mn |
| Mar 31, 2024 | -60.11 Mn |
| Dec 31, 2023 | 29.38 Mn |
| Sep 30, 2023 | -34.31 Mn |
| Jun 30, 2023 | -33.50 Mn |
| Mar 31, 2023 | 5.18 Mn |
| Dec 31, 2022 | -68.51 Mn |
| Sep 30, 2022 | -29.90 Mn |
| Jun 30, 2022 | 19.61 Mn |
| Mar 31, 2022 | -67.89 Mn |
| Dec 31, 2021 | -3.97 Mn |
| Sep 30, 2021 | 27.80 Mn |
| Jun 30, 2021 | -40.68 Mn |
| Mar 31, 2021 | -94.02 Mn |
| Dec 31, 2020 | -26.85 Mn |
| Sep 30, 2020 | 2.25 Mn |
| Jun 30, 2020 | -39.67 Mn |
| Mar 31, 2020 | 199.90 Mn |
| Dec 31, 2019 | 113.62 Mn |
| Sep 30, 2019 | -20.46 Mn |
Canadian Natural Resources Non Operating Investment 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=non-operating-investment-income&ticker=CNQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-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=non-operating-investment-income&ticker=CNQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();