Stellantis (STLA) Cash from Discontinued Operations (2015 - 2019)
Stellantis (STLA) recorded quarterly Cash from Discontinued Operations of $2.4 billion in Q4 2019, up 3254.0% on a QoQ basis from $70.8 million in Q2 2019, and up 1344.55% YoY from $164.4 million in Q4 2018.
Stellantis (STLA) Cash from Discontinued Operations (2015 - 2019) Analysis & Trends
Stellantis (STLA) has reported Cash from Discontinued Operations for 4 consecutive years, with $2.4 billion the latest figure, recorded in Q4 2019.
- For the quarter ending Q4 2019, Cash from Discontinued Operations rose 1344.55% year-over-year to $2.4 billion; the trailing twelve-month figure through Dec 2019 stood at $2.0 billion (up 251.56% YoY), and the FY2022 full-year result was $20.0 million, up 130.77% from the prior year.
- Cash from Discontinued Operations was $2.4 billion for Q4 2019 at Stellantis, up from $70.8 million in the prior quarter.
- The five-year high for Cash from Discontinued Operations was $2.4 billion in Q4 2019, with the low at -$421.7 million in Q1 2019.
- Historically, Cash from Discontinued Operations has averaged $287.2 million across 4 years, with a median of $165.1 million in 2018.
- On a YoY basis, Cash from Discontinued Operations climbed as much as 1344.55% in 2019 and fell as far as 354.26% in 2019.
- Tracing STLA's Cash from Discontinued Operations over 4 years: stood at $236.8 million in 2015, then climbed by 12.39% to $266.1 million in 2017, then tumbled by 38.23% to $164.4 million in 2018, then surged by 1344.55% to $2.4 billion in 2019.
- Per Business Quant data, the three most recent Cash from Discontinued Operations figures were $2.4 billion in Q4 2019, $70.8 million in Q2 2019, and -$421.7 million in Q1 2019.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Discont. Ops (Qtr) |
|---|---|---|---|---|---|
| 1 | Tesla | 1,226.50 Bn | 1,183.58 Bn | 4.75 Bn | - |
| 2 | Toyota Motor | 250.64 Bn | 172.66 Bn | 12.27 Bn | - |
| 3 | Ferrari | 153.43 Bn | 151.68 Bn | 1.18 Bn | - |
| 4 | Honda Motor | 147.05 Bn | 108.59 Bn | 8.46 Bn | - |
| 5 | General Motors | 73.24 Bn | 50.16 Bn | 7.33 Bn | - |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | - |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.00 Mn | - |
| 8 | Magna International | 17.88 Bn | 16.79 Bn | 1.61 Bn | - |
| 9 | Stellantis | 14.02 Bn | -29.10 Bn | 5.55 Bn | - |
| 10 | Li Auto | 11.82 Bn | -670.23 Mn | 417.98 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2019 | 2.37 Bn |
| Jun 30, 2019 | 70.79 Mn |
| Mar 31, 2019 | -421.69 Mn |
| Dec 31, 2018 | 164.36 Mn |
| Sep 30, 2018 | -25.59 Mn |
| Jun 30, 2018 | 270.91 Mn |
| Mar 31, 2018 | 165.85 Mn |
| Dec 31, 2017 | 266.10 Mn |
| Dec 31, 2015 | 236.76 Mn |
| Sep 30, 2015 | 111.23 Mn |
| Jun 30, 2015 | 204.45 Mn |
| Mar 31, 2015 | 29.38 Mn |
Stellantis 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=STLA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-discontinued-operations", "ticker": "STLA", "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=STLA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();