Canadian Natural Resources (CNQ) Net Income (2009 - 2026)
Canadian Natural Resources' (CNQ) quarterly Net Income came in at $3.5 billion in Q2 2026, up 5342.49% year-over-year from $64.0 million in Q2 2025, and up 306.26% quarter-over-quarter from $856.8 million in Q1 2026.
Canadian Natural Resources (CNQ) Net Income (2009 - 2026) Analysis & Trends
Canadian Natural Resources has disclosed Net Income across 18 years of filings, most recently posting $3.5 billion for Q2 2026.
- In Q2 2026, Net Income rose 5342.49% year-over-year to $3.5 billion; the TTM figure through Jun 2026 stood at $8.9 billion (up 895.8% YoY), while the FY2025 annual figure was $8.1 billion, up 73.53% from the prior year.
- Net Income came in at $3.5 billion for Q2 2026 at Canadian Natural Resources, up from $856.8 million in the prior quarter.
- In the past five years, Net Income ranged from a high of $4.5 billion in Q4 2025 to a low of -$66.4 million in Q2 2025.
- Average Net Income over 5 years is $1.1 billion, with a median of $771.3 million recorded in 2022.
- Year-over-year, Net Income plunged 634.2% in 2025 and soared 30835.99% in 2026.
- Over 5 years, Net Income stood at $685.9 million in 2022, then surged by 162.7% to $1.8 billion in 2023, then sank by 45.77% to $977.1 million in 2024, then jumped by 362.7% to $4.5 billion in 2025, then slipped by 23.01% to $3.5 billion in 2026.
- Per Business Quant data, the three most recent Net Income figures were $3.5 billion in Q2 2026, $856.8 million in Q1 2026, and $4.5 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | 3.93 Bn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | 3.48 Bn |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | 2.72 Bn |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | 2.06 Bn |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | 1.64 Bn |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | 522.00 Mn |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | 792.46 Mn |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | 456.00 Mn |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | 1.04 Bn |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn | 286.42 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.48 Bn |
| Mar 31, 2026 | 856.82 Mn |
| Dec 31, 2025 | 4.52 Bn |
| Sep 30, 2025 | 21.80 Mn |
| Jun 30, 2025 | -66.40 Mn |
| Mar 31, 2025 | -2.79 Mn |
| Dec 31, 2024 | 977.13 Mn |
| Sep 30, 2024 | -16.13 Mn |
| Jun 30, 2024 | 12.43 Mn |
| Mar 31, 2024 | 24.49 Mn |
| Dec 31, 2023 | 1.80 Bn |
| Sep 30, 2023 | 23.12 Mn |
| Jun 30, 2023 | 1.09 Bn |
| Mar 31, 2023 | 1.35 Bn |
| Dec 31, 2022 | 685.87 Mn |
| Sep 30, 2022 | 140.31 Mn |
| Jun 30, 2022 | 2.85 Bn |
| Mar 31, 2022 | 2.55 Bn |
| Dec 31, 2021 | 2.16 Bn |
| Sep 30, 2021 | 1.79 Bn |
Canadian Natural Resources Net 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=net-income&ticker=CNQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-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=net-income&ticker=CNQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();