Phillips 66 (PSX) Raw Materials (2011 - 2012)
Phillips 66's (PSX) quarterly Raw Materials came in at $5.5 billion in Q3 2012, up 4.72% quarter-over-quarter from $5.2 billion in Q2 2012.
Phillips 66 (PSX) Raw Materials (2011 - 2012) Analysis & Trends
Phillips 66 (PSX) has reported Raw Materials for 2 consecutive years, with $5.5 billion the latest figure, recorded in Q3 2012.
- For the quarter ending Q3 2012, Raw Materials changed N/A year-over-year to $5.5 billion; the trailing twelve-month figure through Sep 2012 stood at $5.5 billion (changed N/A YoY), and the FY2011 full-year result was $3.2 billion, changed N/A from the prior year.
- Raw Materials rose to $5.5 billion in Q3 2012 per PSX's latest filing, from $5.2 billion in the prior quarter.
- Across five years, Raw Materials topped out at $5.5 billion in Q3 2012 and bottomed at $3.2 billion in Q4 2011.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Chevron | 406.10 Bn | 403.25 Bn | 33.45 Bn |
| 2 | Shell | 256.90 Bn | 217.03 Bn | 30.13 Bn |
| 3 | TotalEnergies SE | 202.32 Bn | 173.15 Bn | 23.46 Bn |
| 4 | Eni Spa | 172.63 Bn | 162.79 Bn | - |
| 5 | Conocophillips | 153.88 Bn | 146.19 Bn | 12.81 Bn |
| 6 | Equinor Asa | 107.31 Bn | 98.05 Bn | - |
| 7 | Phillips 66 | 102.33 Bn | 99.43 Bn | 8.38 Bn |
| 8 | Canadian Natural Resources | 99.17 Bn | 97.27 Bn | 8.84 Bn |
| 9 | Suncor Energy | 81.11 Bn | 75.74 Bn | 17.50 Bn |
| 10 | Eog Resources | 74.44 Bn | 69.53 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2012 | 5.45 Bn |
| Jun 30, 2012 | 5.21 Bn |
| Dec 31, 2011 | 3.19 Bn |
Phillips 66 Raw Materials 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=raw-materials&ticker=PSX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "raw-materials", "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=raw-materials&ticker=PSX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();