Conocophillips (COP) Property, Plant & Equipment (Net) Growth (3y) (2012 - 2026)
Analysis
Conocophillips (COP) Property, Plant & Equipment (Net) Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn | 11.71% |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn | 5.58% |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - | 11.84% |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn | 38.48% |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn | 49.82% |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn | 31.91% |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - | 26.50% |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn | -2.44% |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn | 11.25% |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn | 7.13% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 11.71% |
| Mar 31, 2026 | 12.69% |
| Dec 31, 2025 | 12.86% |
| Sep 30, 2025 | 13.66% |
| Jun 30, 2025 | 14.16% |
| Mar 31, 2025 | 13.42% |
| Dec 31, 2024 | 13.28% |
| Sep 30, 2024 | 7.65% |
| Jun 30, 2024 | 6.76% |
| Mar 31, 2024 | 6.26% |
| Dec 31, 2023 | 13.74% |
| Sep 30, 2023 | 16.68% |
| Jun 30, 2023 | 16.76% |
| Mar 31, 2023 | 17.00% |
| Dec 31, 2022 | 8.54% |
| Sep 30, 2022 | 13.27% |
| Jun 30, 2022 | 13.02% |
| Mar 31, 2022 | 12.06% |
| Sep 30, 2021 | 8.21% |
| Jun 30, 2021 | 7.62% |
API Access
Conocophillips Property, Plant & Equipment (Net) Growth (3y) 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=property-plant-and-equipment-net-growth-3y&ticker=COP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-growth-3y", "ticker": "COP", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=property-plant-and-equipment-net-growth-3y&ticker=COP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();