Canadian Natural Resources (CNQ) Accumulated Expenses (2009 - 2026)
Canadian Natural Resources' (CNQ) quarterly Accumulated Expenses came in at $3.5 billion in Q2 2026, up 14.66% year-over-year from $3.0 billion in Q2 2025, and down 5.91% quarter-over-quarter from $3.7 billion in Q1 2026.
Canadian Natural Resources (CNQ) Accumulated Expenses (2009 - 2026) Analysis & Trends
Canadian Natural Resources has disclosed Accumulated Expenses across 18 years of filings, most recently posting $3.5 billion for Q2 2026.
- In Q2 2026, Accumulated Expenses rose 14.66% year-over-year to $3.5 billion; the TTM figure through Jun 2026 stood at $3.5 billion (up 14.66% YoY), while the FY2025 annual figure was $3.0 billion, down 5.98% from the prior year.
- Accumulated Expenses came in at $3.5 billion for Q2 2026 at Canadian Natural Resources, down from $3.7 billion in the prior quarter.
- In the past five years, Accumulated Expenses ranged from a high of $3.7 billion in Q1 2026 to a low of $2.6 billion in Q4 2023.
- Average Accumulated Expenses over 5 years is $3.1 billion, with a median of $3.0 billion recorded in 2022.
- Year-over-year, Accumulated Expenses surged 54.88% in 2022 and slipped 21.06% in 2023.
- Over 5 years, Accumulated Expenses stood at $3.1 billion in 2022, then decreased by 16.28% to $2.6 billion in 2023, then gained by 24.78% to $3.2 billion in 2024, then dropped by 5.8% to $3.1 billion in 2025, then climbed by 13.58% to $3.5 billion in 2026.
- Per Business Quant data, the three most recent Accumulated Expenses figures were $3.5 billion in Q2 2026, $3.7 billion in Q1 2026, and $3.1 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.47 Bn |
| Mar 31, 2026 | 3.68 Bn |
| Dec 31, 2025 | 3.05 Bn |
| Sep 30, 2025 | 3.02 Bn |
| Jun 30, 2025 | 3.02 Bn |
| Mar 31, 2025 | 3.06 Bn |
| Dec 31, 2024 | 3.24 Bn |
| Sep 30, 2024 | 2.74 Bn |
| Jun 30, 2024 | 3.05 Bn |
| Mar 31, 2024 | 2.89 Bn |
| Dec 31, 2023 | 2.60 Bn |
| Sep 30, 2023 | 3.01 Bn |
| Jun 30, 2023 | 2.87 Bn |
| Mar 31, 2023 | 2.82 Bn |
| Dec 31, 2022 | 3.10 Bn |
| Sep 30, 2022 | 3.02 Bn |
| Jun 30, 2022 | 3.64 Bn |
| Mar 31, 2022 | 3.21 Bn |
| Dec 31, 2021 | 2.43 Bn |
| Sep 30, 2021 | 2.27 Bn |
Canadian Natural Resources Accumulated Expenses 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=accumulated-expenses&ticker=CNQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "accumulated-expenses", "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=accumulated-expenses&ticker=CNQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();