Stellantis (STLA) Divestments (2015 - 2019)
Stellantis (STLA) recorded quarterly Divestments of -$8.5 billion in Q4 2019, down 238.99% on a QoQ basis from $6.1 billion in Q2 2019, and down 3343.34% YoY from $263.0 million in Q4 2018.
Stellantis (STLA) Divestments (2015 - 2019) Analysis & Trends
Stellantis (STLA) has reported Divestments for 4 consecutive years, with -$8.5 billion the latest figure, recorded in Q4 2019.
- For the quarter ending Q4 2019, Divestments fell 3343.34% year-over-year to -$8.5 billion; the trailing twelve-month figure through Dec 2019 stood at -$2.5 billion (down 240.45% YoY), and the FY2021 full-year result was -$3.7 billion, down 337.57% from the prior year.
- Divestments was -$8.5 billion for Q4 2019 at Stellantis, down from $6.1 billion in the prior quarter.
- The five-year high for Divestments was $6.1 billion in Q2 2019, with the low at -$8.5 billion in Q4 2019.
- Historically, Divestments has averaged -$271.6 million across 4 years, with a median of -$126.5 million in 2015.
- On a YoY basis, Divestments climbed as much as 3124.46% in 2019 and fell as far as 3343.34% in 2019.
- Tracing STLA's Divestments over 4 years: stood at -$97.6 million in 2015, then soared by 587.61% to $475.7 million in 2017, then sank by 152.07% to -$247.7 million in 2018, then slumped by 3343.34% to -$8.5 billion in 2019.
- Per Business Quant data, the three most recent Divestments figures were -$8.5 billion in Q4 2019, $6.1 billion in Q2 2019, and -$128.4 million in Q1 2019.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Divestments (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 | 8.61 Bn |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | 12.16 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 | -8.53 Bn |
| Jun 30, 2019 | 6.14 Bn |
| Mar 31, 2019 | -128.44 Mn |
| Dec 31, 2018 | -247.68 Mn |
| Sep 30, 2018 | -197.73 Mn |
| Jun 30, 2018 | -202.89 Mn |
| Mar 31, 2018 | -92.14 Mn |
| Dec 31, 2017 | 475.68 Mn |
| Dec 31, 2015 | -97.55 Mn |
| Sep 30, 2015 | -124.58 Mn |
| Jun 30, 2015 | -120.46 Mn |
| Mar 31, 2015 | -131.06 Mn |
Stellantis Divestments 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=divestments&ticker=STLA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "divestments", "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=divestments&ticker=STLA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();