Canadian Natural Resources (CNQ) Short-term Investments (2009 - 2024)
Canadian Natural Resources' (CNQ) quarterly Short-term Investments came in at $8.0 million in Q4 2024, up 100.0% year-over-year from $4.0 million in Q1 2024, and little changed quarter-over-quarter from $8.0 million in Q3 2024.
Canadian Natural Resources (CNQ) Short-term Investments (2009 - 2024) Analysis & Trends
Canadian Natural Resources has disclosed Short-term Investments across 4 years of filings, most recently posting $8.0 million for Q4 2024.
- In Q4 2024, Short-term Investments rose 100.0% year-over-year to $8.0 million; the TTM figure through Dec 2024 stood at $8.0 million (up 100.0% YoY), while the FY2024 annual figure was $8.0 million, up 100.0% from the prior year.
- Short-term Investments came in at $8.0 million for Q4 2024 at Canadian Natural Resources, roughly flat from $8.0 million in the prior quarter.
- In the past five years, Short-term Investments ranged from a high of $9.0 million in Q1 2023 to a low of $3.0 million in Q4 2022.
- Average Short-term Investments over 3 years is $6.2 million, with a median of $6.0 million recorded in 2024.
- The largest YoY upside for Short-term Investments was 100.0% in 2024 against a maximum downside of 33.33% in 2024.
- Over 3 years, Short-term Investments stood at $3.0 million in 2022, then surged by 33.33% to $4.0 million in 2023, then soared by 100.0% to $8.0 million in 2024.
- Per Business Quant data, the three most recent Short-term Investments figures were $8.0 million in Q4 2024, $8.0 million in Q3 2024, and $9.0 million in Q2 2024.
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 |
|---|---|
| Dec 31, 2024 | 8.00 Mn |
| Sep 30, 2024 | 8.00 Mn |
| Jun 30, 2024 | 9.00 Mn |
| Mar 31, 2024 | 6.00 Mn |
| Dec 31, 2023 | 4.00 Mn |
| Sep 30, 2023 | 4.00 Mn |
| Jun 30, 2023 | 5.00 Mn |
| Mar 31, 2023 | 9.00 Mn |
| Dec 31, 2022 | 3.00 Mn |
| Jun 30, 2009 | 435.79 Mn |
| Mar 31, 2009 | 1.38 Bn |
Canadian Natural Resources Short-term Investments 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=short-term-investments&ticker=CNQ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-investments", "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=short-term-investments&ticker=CNQ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();