Canadian Natural Resources (CNQ) Change in Cash (2009 - 2026)
Canadian Natural Resources' (CNQ) quarterly Change in Cash came in at $1.3 billion in Q2 2026, up 20044.91% year-over-year from N/an in Q2 2025, and up 1871.88% quarter-over-quarter from $66.4 million in Q1 2026.
Canadian Natural Resources (CNQ) Change in Cash (2009 - 2026) Analysis & Trends
Canadian Natural Resources has disclosed Change in Cash across 18 years of filings, most recently posting $1.3 billion for Q2 2026.
- In Q2 2026, Change in Cash rose 20044.91% year-over-year to $1.3 billion; the TTM figure through Jun 2026 stood at $1.8 billion (up 405.26% YoY), while the FY2025 annual figure was $387.9 million, up 172.64% from the prior year.
- Change in Cash came in at $1.3 billion for Q2 2026 at Canadian Natural Resources, up from $66.4 million in the prior quarter.
- In the past five years, Change in Cash ranged from a high of $1.3 billion in Q2 2026 to a low of -$612.5 million in Q1 2023.
- Average Change in Cash over 5 years is $72.4 million, with a median of $15.2 million recorded in 2023.
- Year-over-year, Change in Cash slumped 6455.03% in 2024 and soared 20044.91% in 2026.
- Over 5 years, Change in Cash stood at $261.5 million in 2022, then jumped by 111.21% to $552.4 million in 2023, then plunged by 176.46% to -$422.4 million in 2024, then jumped by 195.08% to $401.6 million in 2025, then jumped by 225.85% to $1.3 billion in 2026.
- Per Business Quant data, the three most recent Change in Cash figures were $1.3 billion in Q2 2026, $66.4 million in Q1 2026, and $401.6 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | 719.00 Mn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | 1.31 Bn |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | 1.06 Bn |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | 288.00 Mn |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | -806.00 Mn |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | -1.54 Bn |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | -39.06 Mn |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | 674.00 Mn |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | 151.00 Mn |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.31 Bn |
| Mar 31, 2026 | 66.36 Mn |
| Dec 31, 2025 | 401.57 Mn |
| Sep 30, 2025 | 7.99 Mn |
| Jun 30, 2025 | 6.50 Mn |
| Mar 31, 2025 | -26.48 Mn |
| Dec 31, 2024 | -422.35 Mn |
| Sep 30, 2024 | -142.21 Mn |
| Jun 30, 2024 | 108.21 Mn |
| Mar 31, 2024 | -81.63 Mn |
| Dec 31, 2023 | 552.37 Mn |
| Sep 30, 2023 | 2.24 Mn |
| Jun 30, 2023 | 22.33 Mn |
| Mar 31, 2023 | -612.47 Mn |
| Dec 31, 2022 | 261.53 Mn |
| Sep 30, 2022 | 254.56 Mn |
| Jun 30, 2022 | 84.71 Mn |
| Mar 31, 2022 | -488.69 Mn |
| Dec 31, 2021 | -119.00 Mn |
| Sep 30, 2021 | 576.74 Mn |
Canadian Natural Resources Change in Cash 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=change-in-cash&ticker=CNQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=CNQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();