Canadian Natural Resources (CNQ) Dividends Paid - Common (2009 - 2026)
Canadian Natural Resources' (CNQ) quarterly Dividends Paid - Common came in at -$942.7 million in Q2 2026, down 5.94% year-over-year from -$1.0 billion in Q2 2025, and down 5.62% quarter-over-quarter from -$892.5 million in Q1 2026.
Canadian Natural Resources (CNQ) Dividends Paid - Common (2009 - 2026) Analysis & Trends
Canadian Natural Resources has disclosed Dividends Paid - Common across 18 years of filings, most recently posting -$942.7 million for Q2 2026.
- In Q2 2026, Dividends Paid - Common fell 5.94% year-over-year to -$942.7 million; the TTM figure through Jun 2026 stood at -$3.6 billion (down 8.34% YoY), while the FY2025 annual figure was -$3.5 billion, down 9.96% from the prior year.
- Dividends Paid - Common came in at -$942.7 million for Q2 2026 at Canadian Natural Resources, down from -$892.5 million in the prior quarter.
- In the past five years, Dividends Paid - Common ranged from a high of -$543.9 million in Q1 2022 to a low of -$1.9 billion in Q3 2022.
- Average Dividends Paid - Common over 5 years is -$845.8 million, with a median of -$809.0 million recorded in 2024.
- Year-over-year, Dividends Paid - Common slumped 337.96% in 2022 and surged 62.19% in 2023.
- Over 5 years, Dividends Paid - Common stood at -$614.4 million in 2022, then retreated by 17.16% to -$719.8 million in 2023, then decreased by 10.38% to -$794.6 million in 2024, then retreated by 10.64% to -$879.1 million in 2025, then slipped by 7.23% to -$942.7 million in 2026.
- Per Business Quant data, the three most recent Dividends Paid - Common figures were -$942.7 million in Q2 2026, -$892.5 million in Q1 2026, and -$879.1 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Div. Paid (Common) (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | 1.03 Bn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | -942.69 Mn |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | 540.00 Mn |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | 311.00 Mn |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | 366.00 Mn |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | 138.00 Mn |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | 135.91 Mn |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | 84.00 Mn |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | 88.00 Mn |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn | 7.35 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -942.69 Mn |
| Mar 31, 2026 | -892.55 Mn |
| Dec 31, 2025 | -879.15 Mn |
| Sep 30, 2025 | -892.31 Mn |
| Jun 30, 2025 | -889.87 Mn |
| Mar 31, 2025 | -825.15 Mn |
| Dec 31, 2024 | -794.59 Mn |
| Sep 30, 2024 | -819.55 Mn |
| Jun 30, 2024 | -822.53 Mn |
| Mar 31, 2024 | -798.51 Mn |
| Dec 31, 2023 | -719.84 Mn |
| Sep 30, 2023 | -734.00 Mn |
| Jun 30, 2023 | -736.26 Mn |
| Mar 31, 2023 | -693.84 Mn |
| Dec 31, 2022 | -614.41 Mn |
| Sep 30, 2022 | -1.94 Bn |
| Jun 30, 2022 | -683.16 Mn |
| Mar 31, 2022 | -543.95 Mn |
| Dec 31, 2021 | -437.92 Mn |
| Sep 30, 2021 | -443.28 Mn |
Canadian Natural Resources Dividends Paid - Common 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=dividends-paid-common&ticker=CNQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common", "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=dividends-paid-common&ticker=CNQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();