Stellantis (STLA) Income from Discontinued Operations (2015 - 2020)
Stellantis (STLA) recorded quarterly Income from Discontinued Operations of -$463.7 million in Q2 2020, up 88.67% on a QoQ basis from -$4.1 billion in Q4 2019, and down 110.69% YoY from $4.3 billion in Q3 2019.
Stellantis (STLA) Income from Discontinued Operations (2015 - 2020) Analysis & Trends
Stellantis (STLA) has reported Income from Discontinued Operations for 5 consecutive years, with -$463.7 million the latest figure, recorded in Q2 2020.
- For the quarter ending Q2 2020, Income from Discontinued Operations fell 110.69% year-over-year to -$463.7 million; the trailing twelve-month figure through Jun 2020 stood at -$222.0 million (down 104.76% YoY), and the FY2021 full-year result was $1.2 billion, up 670.05% from the prior year.
- Income from Discontinued Operations was -$463.7 million for Q2 2020 at Stellantis, up from -$4.1 billion in the prior quarter.
- The five-year high for Income from Discontinued Operations was $4.3 billion in Q2 2019, with the low at -$4.1 billion in Q4 2019.
- Historically, Income from Discontinued Operations has averaged $49.8 million across 4 years, with a median of $94.7 million in 2017.
- On a YoY basis, Income from Discontinued Operations climbed as much as 5955.47% in 2019 and fell as far as 3040.3% in 2019.
- Tracing STLA's Income from Discontinued Operations over 4 years: stood at $135.4 million in 2017, then climbed by 2.84% to $139.3 million in 2018, then slumped by 3040.3% to -$4.1 billion in 2019, then jumped by 88.67% to -$463.7 million in 2020.
- Per Business Quant data, the three most recent Income from Discontinued Operations figures were -$463.7 million in Q2 2020, -$4.1 billion in Q4 2019, and $4.3 billion in Q2 2019.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (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 |
|---|---|
| Jun 30, 2020 | -463.71 Mn |
| Dec 31, 2019 | -4.09 Bn |
| Jun 30, 2019 | 4.34 Bn |
| Mar 31, 2019 | 126.17 Mn |
| Dec 31, 2018 | 139.25 Mn |
| Sep 30, 2018 | 58.16 Mn |
| Jun 30, 2018 | 71.61 Mn |
| Mar 31, 2018 | 86.00 Mn |
| Dec 31, 2017 | 135.40 Mn |
| Sep 30, 2017 | 103.41 Mn |
| Dec 31, 2015 | 60.29 Mn |
| Sep 30, 2015 | 97.88 Mn |
| Jun 30, 2015 | 83.99 Mn |
| Mar 31, 2015 | 73.44 Mn |
Stellantis Income 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=income-from-discontinued-operations&ticker=STLA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-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=income-from-discontinued-operations&ticker=STLA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();