Canadian Natural Resources (CNQ) Other Non Operating Income (2009 - 2026)
Canadian Natural Resources' (CNQ) quarterly Other Non Operating Income came in at $130.8 million in Q2 2026, up 122.58% year-over-year from $58.8 million in Q2 2025, and down 31.51% quarter-over-quarter from $191.1 million in Q1 2026.
Canadian Natural Resources (CNQ) Other Non Operating Income (2009 - 2026) Analysis & Trends
Canadian Natural Resources has disclosed Other Non Operating Income across 18 years of filings, most recently posting $130.8 million for Q2 2026.
- In Q2 2026, Other Non Operating Income rose 122.58% year-over-year to $130.8 million; the TTM figure through Jun 2026 stood at $384.9 million (up 313.14% YoY), while the FY2025 annual figure was -$545.4 million, down 179.78% from the prior year.
- Other Non Operating Income came in at $130.8 million for Q2 2026 at Canadian Natural Resources, down from $191.1 million in the prior quarter.
- In the past five years, Other Non Operating Income ranged from a high of $852.0 million in Q4 2022 to a low of -$579.5 million in Q2 2025.
- Average Other Non Operating Income over 5 years is $101.3 million, with a median of $103.1 million recorded in 2024.
- Year-over-year, Other Non Operating Income surged 1891.55% in 2024 and tumbled 869.56% in 2025.
- Over 5 years, Other Non Operating Income stood at $852.0 million in 2022, then slumped by 122.85% to -$194.7 million in 2023, then surged by 364.79% to $515.4 million in 2024, then plunged by 128.66% to -$147.7 million in 2025, then soared by 188.58% to $130.8 million in 2026.
- Per Business Quant data, the three most recent Other Non Operating Income figures were $130.8 million in Q2 2026, $191.1 million in Q1 2026, and -$147.7 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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, 2026 | 130.85 Mn |
| Mar 31, 2026 | 191.05 Mn |
| Dec 31, 2025 | -147.72 Mn |
| Sep 30, 2025 | 210.72 Mn |
| Jun 30, 2025 | -579.54 Mn |
| Mar 31, 2025 | -29.97 Mn |
| Dec 31, 2024 | 515.41 Mn |
| Sep 30, 2024 | -86.50 Mn |
| Jun 30, 2024 | 75.31 Mn |
| Mar 31, 2024 | 185.53 Mn |
| Dec 31, 2023 | -194.65 Mn |
| Sep 30, 2023 | 150.68 Mn |
| Jun 30, 2023 | -150.38 Mn |
| Mar 31, 2023 | -10.36 Mn |
| Dec 31, 2022 | 852.00 Mn |
| Sep 30, 2022 | 564.33 Mn |
| Jun 30, 2022 | 261.19 Mn |
| Mar 31, 2022 | -115.26 Mn |
| Dec 31, 2021 | -84.09 Mn |
| Sep 30, 2021 | -379.73 Mn |
Canadian Natural Resources Other Non Operating 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=other-non-operating-income&ticker=CNQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-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=other-non-operating-income&ticker=CNQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();