Canadian Natural Resources (CNQ) Gains from Investment Securities (2009 - 2023)
Canadian Natural Resources' (CNQ) quarterly Gains from Investment Securities came in at $186.5 million in Q3 2023, down 69.02% year-over-year from $601.9 million in Q3 2022, and down 69.02% quarter-over-quarter from $601.9 million in Q3 2022.
Canadian Natural Resources (CNQ) Gains from Investment Securities (2009 - 2023) Analysis & Trends
Canadian Natural Resources has disclosed Gains from Investment Securities across 7 years of filings, most recently posting $186.5 million for Q3 2023.
- In Q3 2023, Gains from Investment Securities fell 69.02% year-over-year to $186.5 million; the TTM figure through Sep 2023 stood at $1.2 billion (down 11.07% YoY), while the FY2015 annual figure was $672.6 million, up 162.75% from the prior year.
- Gains from Investment Securities came in at $186.5 million for Q3 2023 at Canadian Natural Resources, down from $601.9 million in the prior quarter.
- In the past five years, Gains from Investment Securities ranged from a high of $601.9 million in Q3 2022 to a low of $186.5 million 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 |
|---|---|
| Sep 30, 2023 | 186.48 Mn |
| Sep 30, 2022 | 601.90 Mn |
| Dec 31, 2015 | 127.39 Mn |
| Sep 30, 2015 | 268.75 Mn |
| Mar 31, 2015 | 334.00 Mn |
| Dec 31, 2014 | 106.00 Mn |
| Sep 30, 2014 | 185.00 Mn |
| Mar 31, 2014 | 118.00 Mn |
| Dec 31, 2013 | 111.00 Mn |
| Jun 30, 2013 | 112.00 Mn |
| Mar 31, 2013 | 78.00 Mn |
| Dec 31, 2012 | 256.34 Mn |
| Jun 30, 2012 | 71.00 Mn |
| Mar 31, 2009 | 111.04 Mn |
Canadian Natural Resources Gains from Investment Securities 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=gains-from-investment-securities&ticker=CNQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=CNQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();