Canadian Natural Resources (CNQ) Income from Non-Controlling Interests (2009 - 2026)
Canadian Natural Resources' (CNQ) quarterly Income from Non-Controlling Interests came in at -$141.7 million in Q2 2026, down 2554.12% year-over-year from $5.8 million in Q2 2025, and down 130.17% quarter-over-quarter from $469.6 million in Q1 2026.
Canadian Natural Resources (CNQ) Income from Non-Controlling Interests (2009 - 2026) Analysis & Trends
Canadian Natural Resources has disclosed Income from Non-Controlling Interests across 18 years of filings, most recently posting -$141.7 million for Q2 2026.
- In Q2 2026, Income from Non-Controlling Interests fell 2554.12% year-over-year to -$141.7 million; the TTM figure through Jun 2026 stood at $433.2 million (up 1899.09% YoY), while the FY2025 annual figure was $128.8 million, down 35.5% from the prior year.
- Income from Non-Controlling Interests came in at -$141.7 million for Q2 2026 at Canadian Natural Resources, down from $469.6 million in the prior quarter.
- In the past five years, Income from Non-Controlling Interests ranged from a high of $469.6 million in Q1 2026 to a low of -$141.7 million in Q2 2026.
- Average Income from Non-Controlling Interests over 5 years is $91.5 million, with a median of $43.8 million recorded in 2023.
- Year-over-year, Income from Non-Controlling Interests soared 7347.75% in 2023 and tumbled 2554.12% in 2026.
- Over 5 years, Income from Non-Controlling Interests stood at $235.0 million in 2022, then plunged by 82.18% to $41.9 million in 2023, then decreased by 24.77% to $31.5 million in 2024, then jumped by 88.96% to $59.5 million in 2025, then sank by 338.07% to -$141.7 million in 2026.
- Per Business Quant data, the three most recent Income from Non-Controlling Interests figures were -$141.7 million in Q2 2026, $469.6 million in Q1 2026, and $59.5 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (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 | -141.69 Mn |
| 3 | Eog Resources | 75.64 Bn | 70.73 Bn | - | - |
| 4 | Diamondback Energy | 53.99 Bn | 59.61 Bn | 5.55 Bn | 173.00 Mn |
| 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 | 4.00 Mn |
| 9 | Apa | 15.72 Bn | 16.20 Bn | 2.28 Bn | 80.00 Mn |
| 10 | Antero Resources | 10.76 Bn | 10.19 Bn | 1.56 Bn | 7.76 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -141.69 Mn |
| Mar 31, 2026 | 469.61 Mn |
| Dec 31, 2025 | 59.52 Mn |
| Sep 30, 2025 | 45.78 Mn |
| Jun 30, 2025 | 5.77 Mn |
| Mar 31, 2025 | 18.12 Mn |
| Dec 31, 2024 | 31.50 Mn |
| Sep 30, 2024 | -33.72 Mn |
| Jun 30, 2024 | -9.50 Mn |
| Mar 31, 2024 | 218.18 Mn |
| Dec 31, 2023 | 41.87 Mn |
| Sep 30, 2023 | 222.29 Mn |
| Jun 30, 2023 | 52.11 Mn |
| Mar 31, 2023 | 48.82 Mn |
| Dec 31, 2022 | 235.01 Mn |
| Sep 30, 2022 | -3.07 Mn |
| Jun 30, 2022 | -35.30 Mn |
| Mar 31, 2022 | 421.58 Mn |
| Dec 31, 2021 | 151.53 Mn |
| Sep 30, 2021 | 45.28 Mn |
Canadian Natural Resources Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=CNQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=CNQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();