Canadian Natural Resources (CNQ) Shares Outstanding (2010 - 2026)
Canadian Natural Resources' (CNQ) quarterly Shares Outstanding (Entity) came in at $2.1 billion in Q4 2025, down 1.02% year-over-year from $2.1 billion in Q4 2024, and down 1.02% quarter-over-quarter from $2.1 billion in Q4 2024.
Canadian Natural Resources (CNQ) Shares Outstanding (2010 - 2026) Analysis & Trends
Canadian Natural Resources has disclosed Shares Outstanding (Entity) across 16 years of filings, most recently posting $2.1 billion for Q4 2025.
- In Q4 2025, Shares Outstanding (Entity) fell 1.02% year-over-year to $2.1 billion; the TTM figure through Dec 2025 stood at $2.1 billion (down 1.02% YoY), while the FY2025 annual figure was $2.1 billion, down 1.02% from the prior year.
- Shares Outstanding (Entity) came in at $2.1 billion for Q4 2025 at Canadian Natural Resources, down from $2.1 billion in the prior quarter.
- In the past five years, Shares Outstanding (Entity) ranged from a high of $2.3 billion in Q4 2021 to a low of $2.1 billion in Q4 2025.
- Average Shares Outstanding (Entity) over 5 years is $2.2 billion, with a median of $2.1 billion recorded in 2023.
- Year-over-year, Shares Outstanding (Entity) retreated 5.63% in 2022 and retreated 1.02% in 2025.
- Over 5 years, Shares Outstanding (Entity) stood at $2.3 billion in 2021, then slipped by 5.63% to $2.2 billion in 2022, then dropped by 2.74% to $2.1 billion in 2023, then fell by 1.95% to $2.1 billion in 2024, then decreased by 1.02% to $2.1 billion in 2025.
- Per Business Quant data, the three most recent Shares Outstanding (Entity) figures were $2.1 billion in Q4 2025, $2.1 billion in Q4 2024, and $2.1 billion in Q4 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Shares Outstanding (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 158.35 Bn | 150.66 Bn | 12.81 Bn | 1.21 Bn |
| 2 | Canadian Natural Resources | 103.29 Bn | 101.40 Bn | 8.84 Bn | 2.09 Bn |
| 3 | Eog Resources | 75.64 Bn | 70.73 Bn | - | 526.00 Mn |
| 4 | Diamondback Energy | 53.99 Bn | 59.61 Bn | 5.55 Bn | 281.20 Mn |
| 5 | Devon Energy | 53.46 Bn | 52.45 Bn | 6.02 Bn | 937.00 Mn |
| 6 | Expand Energy | 20.25 Bn | 18.99 Bn | 2.33 Bn | 238.22 Mn |
| 7 | Permian Resources | 19.06 Bn | 18.80 Bn | - | 837.37 Mn |
| 8 | Ovintiv | 17.25 Bn | 16.37 Bn | 2.83 Bn | 280.00 Mn |
| 9 | Apa | 15.72 Bn | 16.20 Bn | 2.28 Bn | 353.00 Mn |
| 10 | Antero Resources | 10.76 Bn | 10.19 Bn | 1.56 Bn | 309.71 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.09 Bn |
| Mar 31, 2026 | 2.09 Bn |
| Dec 31, 2025 | 2.09 Bn |
| Sep 30, 2025 | 2.13 Bn |
| Jun 30, 2025 | 2.13 Bn |
| Mar 31, 2025 | 2.13 Bn |
| Dec 31, 2024 | 2.13 Bn |
| Sep 30, 2024 | 2.18 Bn |
| Jun 30, 2024 | 2.18 Bn |
| Mar 31, 2024 | 2.18 Bn |
| Dec 31, 2023 | 2.18 Bn |
| Sep 30, 2023 | 2.27 Bn |
| Jun 30, 2023 | 2.27 Bn |
| Mar 31, 2023 | 2.27 Bn |
| Dec 31, 2022 | 2.27 Bn |
| Sep 30, 2022 | 2.36 Bn |
| Jun 30, 2022 | 2.36 Bn |
| Mar 31, 2022 | 2.36 Bn |
| Dec 31, 2021 | 2.36 Bn |
| Sep 30, 2021 | 2.36 Bn |
Canadian Natural Resources Shares Outstanding 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=shares-outstanding&ticker=CNQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "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=shares-outstanding&ticker=CNQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();