Phillips 66 (PSX) Cash from Discontinued Operations (2013 - 2014)
Phillips 66's (PSX) quarterly Cash from Discontinued Operations came in at $2.0 million in Q1 2014, down 90.91% on a YoY basis from $22.0 million in Q1 2013, and down 93.75% quarter-over-quarter from $32.0 million in Q4 2013.
Phillips 66 (PSX) Cash from Discontinued Operations (2013 - 2014) Analysis & Trends
Phillips 66 (PSX) has reported Cash from Discontinued Operations for 2 consecutive years, with $2.0 million the latest figure, recorded in Q1 2014.
- For the quarter ending Q1 2014, Cash from Discontinued Operations fell 90.91% year-over-year to $2.0 million; the trailing twelve-month figure through Dec 2014 stood at $2.0 million (down 97.65% YoY), and the FY2014 full-year result was $2.0 million, down 97.65% from the prior year.
- Cash from Discontinued Operations fell to $2.0 million in Q1 2014 per PSX's latest filing, from $32.0 million in the prior quarter.
- Across five years, Cash from Discontinued Operations topped out at $32.0 million in Q4 2013 and bottomed at $2.0 million in Q1 2014.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Discont. Ops (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 | - | 246.42 Mn |
| 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 |
|---|---|
| Mar 31, 2014 | 2.00 Mn |
| Dec 31, 2013 | 32.00 Mn |
| Sep 30, 2013 | 17.00 Mn |
| Jun 30, 2013 | 14.00 Mn |
| Mar 31, 2013 | 22.00 Mn |
Phillips 66 Cash from Discontinued Operations 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=cash-from-discontinued-operations&ticker=PSX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-discontinued-operations", "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=cash-from-discontinued-operations&ticker=PSX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();