Stellantis (STLA) Non-cash Items (2014 - 2024)
Stellantis (STLA) recorded quarterly Non-cash Items of $3.4 billion in Q4 2024, up 125.44% on a QoQ basis from $1.5 billion in Q4 2023, and up 125.44% YoY from $1.5 billion in Q1 2024.
Stellantis (STLA) Non-cash Items (2014 - 2024) Analysis & Trends
Stellantis (STLA) has reported Non-cash Items for 10 consecutive years, with $3.4 billion the latest figure, recorded in Q4 2024.
- For the quarter ending Q4 2024, Non-cash Items rose 125.44% year-over-year to $3.4 billion; the trailing twelve-month figure through Dec 2024 stood at $12.6 billion (down 28.58% YoY), and the FY2024 full-year result was $6.6 billion, down 29.83% from the prior year.
- Non-cash Items was $3.4 billion for Q4 2024 at Stellantis, up from $1.5 billion in the prior quarter.
- The five-year high for Non-cash Items was $6.3 billion in Q4 2020, with the low at $1.4 billion in Q4 2022.
- Historically, Non-cash Items has averaged $3.1 billion across 4 years, with a median of $2.4 billion in 2024.
- Annual changes were most pronounced in 2020 — Non-cash Items decreased 24.7% — and 2024, when it jumped 125.44%.
- Tracing STLA's Non-cash Items over 4 years: stood at $6.3 billion in 2020, then plunged by 77.53% to $1.4 billion in 2022, then increased by 4.85% to $1.5 billion in 2023, then jumped by 125.44% to $3.4 billion in 2024.
- Per Business Quant data, the three most recent Non-cash Items figures were $3.4 billion in Q4 2024, $1.5 billion in Q4 2023, and $1.4 billion in Q4 2022.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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, 2024 | 3.35 Bn |
| Dec 31, 2023 | 1.49 Bn |
| Dec 31, 2022 | 1.42 Bn |
| Dec 31, 2020 | 6.31 Bn |
| Dec 31, 2019 | 8.38 Bn |
| Dec 31, 2018 | 7.69 Bn |
| Jun 30, 2018 | 253.01 Mn |
| Mar 31, 2018 | 67.57 Mn |
| Dec 31, 2017 | 242.55 Mn |
| Sep 30, 2017 | -3.53 Mn |
| Jun 30, 2017 | -889.54 Mn |
| Mar 31, 2017 | 31.96 Mn |
| Dec 31, 2016 | 145.76 Mn |
| Sep 30, 2016 | 177.47 Mn |
| Jun 30, 2016 | 641.77 Mn |
| Mar 31, 2016 | 79.42 Mn |
| Dec 31, 2015 | 1.15 Bn |
| Sep 30, 2015 | 1.04 Bn |
| Jun 30, 2015 | 193.40 Mn |
| Sep 30, 2014 | 55.75 Mn |
Stellantis Non-cash Items 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=non-cash-items&ticker=STLA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-cash-items", "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=non-cash-items&ticker=STLA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();