Phillips 66 (PSX) Property, Plant & Equipment (Net) (2011 - 2026)
Analysis
Phillips 66 (PSX) Property, Plant & Equipment (Net) (2011 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) (Qtr) |
|---|---|---|---|---|---|
| 1 | Chevron | 406.10 Bn | 403.25 Bn | 33.45 Bn | 215.94 Bn |
| 2 | Shell | 256.90 Bn | 217.03 Bn | 30.13 Bn | 182.30 Bn |
| 3 | TotalEnergies SE | 202.32 Bn | 173.15 Bn | 23.46 Bn | 117.89 Bn |
| 4 | Eni Spa | 172.63 Bn | 162.79 Bn | - | 57.15 Bn |
| 5 | Conocophillips | 153.88 Bn | 146.19 Bn | 12.81 Bn | 91.25 Bn |
| 6 | Equinor Asa | 107.31 Bn | 98.05 Bn | - | 62.95 Bn |
| 7 | Phillips 66 | 102.33 Bn | 99.43 Bn | 8.38 Bn | 39.65 Bn |
| 8 | Canadian Natural Resources | 99.17 Bn | 97.27 Bn | 8.84 Bn | 56.93 Bn |
| 9 | Suncor Energy | 81.11 Bn | 75.74 Bn | 17.50 Bn | 68.40 Bn |
| 10 | Eog Resources | 74.44 Bn | 69.53 Bn | - | 43.24 Bn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 39.65 Bn |
| Mar 31, 2026 | 39.15 Bn |
| Dec 31, 2025 | 39.10 Bn |
| Sep 30, 2025 | 36.39 Bn |
| Jun 30, 2025 | 36.68 Bn |
| Mar 31, 2025 | 34.97 Bn |
| Dec 31, 2024 | 35.26 Bn |
| Sep 30, 2024 | 35.60 Bn |
| Jun 30, 2024 | 35.23 Bn |
| Mar 31, 2024 | 35.55 Bn |
| Dec 31, 2023 | 35.71 Bn |
| Sep 30, 2023 | 35.53 Bn |
| Jun 30, 2023 | 35.23 Bn |
| Mar 31, 2023 | 35.11 Bn |
| Dec 31, 2022 | 35.16 Bn |
| Sep 30, 2022 | 34.96 Bn |
| Jun 30, 2022 | 22.23 Bn |
| Mar 31, 2022 | 22.33 Bn |
| Dec 31, 2021 | 22.44 Bn |
| Sep 30, 2021 | 22.38 Bn |
API Access
Phillips 66 Property, Plant & Equipment (Net) 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&ticker=PSX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "ticker": "PSX", "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&ticker=PSX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();