Canadian Natural Resources (CNQ) Cash from Investing Activities (2017 - 2026)
Canadian Natural Resources' (CNQ) quarterly Cash from Investing Activities came in at -$1.8 billion in Q2 2026, down 27.36% year-over-year from -$2.5 billion in Q2 2025, and down 25.54% quarter-over-quarter from -$1.4 billion in Q1 2026.
Canadian Natural Resources (CNQ) Cash from Investing Activities (2017 - 2026) Analysis & Trends
Canadian Natural Resources has disclosed Cash from Investing Activities across 10 years of filings, most recently posting -$1.8 billion for Q2 2026.
- In Q2 2026, Cash from Investing Activities fell 27.36% year-over-year to -$1.8 billion; the TTM figure through Jun 2026 stood at -$5.7 billion (up 33.04% YoY), while the FY2025 annual figure was -$4.8 billion, down 133.96% from the prior year.
- Cash from Investing Activities came in at -$1.8 billion for Q2 2026 at Canadian Natural Resources, down from -$1.4 billion in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $1.6 billion in Q2 2023 to a low of -$7.5 billion in Q4 2024.
- Average Cash from Investing Activities over 5 years is -$351.5 million, with a median of $42.7 million recorded in 2025.
- Year-over-year, Cash from Investing Activities jumped 344.34% in 2022 and plunged 888.04% in 2024.
- Over 5 years, Cash from Investing Activities stood at $1.3 billion in 2022, then fell by 25.04% to $946.0 million in 2023, then sank by 888.04% to -$7.5 billion in 2024, then jumped by 88.46% to -$860.5 million in 2025, then tumbled by 107.34% to -$1.8 billion in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$1.8 billion in Q2 2026, -$1.4 billion in Q1 2026, and -$860.5 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | -3.51 Bn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | -1.78 Bn |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | -1.78 Bn |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | -1.40 Bn |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | -3.38 Bn |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | -698.00 Mn |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | -852.26 Mn |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | 2.22 Bn |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | -591.00 Mn |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn | -341.24 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.78 Bn |
| Mar 31, 2026 | -1.42 Bn |
| Dec 31, 2025 | -860.50 Mn |
| Sep 30, 2025 | -1.62 Bn |
| Jun 30, 2025 | -1.40 Bn |
| Mar 31, 2025 | -914.35 Mn |
| Dec 31, 2024 | -7.45 Bn |
| Sep 30, 2024 | 1.27 Bn |
| Jun 30, 2024 | 1.02 Bn |
| Mar 31, 2024 | 1.39 Bn |
| Dec 31, 2023 | 946.00 Mn |
| Sep 30, 2023 | 1.20 Bn |
| Jun 30, 2023 | 1.56 Bn |
| Mar 31, 2023 | 1.15 Bn |
| Dec 31, 2022 | 1.26 Bn |
| Sep 30, 2022 | -865.66 Mn |
| Jun 30, 2022 | -1.05 Bn |
| Mar 31, 2022 | 1.25 Bn |
| Dec 31, 2021 | -1.28 Bn |
| Sep 30, 2021 | -572.77 Mn |
Canadian Natural Resources Cash from Investing Activities 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=cash-from-investing-activities&ticker=CNQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=CNQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();