Stellantis (STLA) EPS (Basic) (2014 - 2026)
Stellantis (STLA) recorded quarterly EPS (Basic) of $0.11 in Q2 2026, down 32.28% on a QoQ basis from $0.16 in Q1 2026, and up 114.93% YoY from $0.05 in Q2 2025.
Stellantis (STLA) EPS (Basic) (2014 - 2026) Analysis & Trends
Stellantis (STLA) has reported EPS (Basic) for 12 consecutive years, with $0.11 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EPS (Basic) rose 114.93% year-over-year to $0.11; the trailing twelve-month figure through Jun 2026 stood at $8.57 (up 342.09% YoY), and the FY2025 full-year result was -$9.02, down 554.91% from the prior year.
- EPS (Basic) was $0.11 for Q2 2026 at Stellantis, down from $0.16 in the prior quarter.
- The five-year high for EPS (Basic) was $9.04 in Q4 2025, with the low at -$0.72 in Q2 2025.
- Historically, EPS (Basic) has averaged $1.75 across 5 years, with a median of $0.13 in 2026.
- Annual changes were most pronounced in 2024 — EPS (Basic) sank 101.71% — and 2025, when it soared 19748.1%.
- Tracing STLA's EPS (Basic) over 5 years: stood at $2.87 in 2022, then declined by 6.11% to $2.69 in 2023, then sank by 101.71% to -$0.05 in 2024, then soared by 19748.1% to $9.04 in 2025, then tumbled by 98.82% to $0.11 in 2026.
- Per Business Quant data, the three most recent EPS (Basic) figures were $0.11 in Q2 2026, $0.16 in Q1 2026, and $9.04 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Tesla | 1,226.50 Bn | 1,183.58 Bn | 4.75 Bn | 0.35 |
| 2 | Toyota Motor | 250.64 Bn | 172.66 Bn | 12.27 Bn | 0.71 |
| 3 | Ferrari | 153.43 Bn | 151.68 Bn | 1.18 Bn | 3.02 |
| 4 | Honda Motor | 147.05 Bn | 108.59 Bn | 8.46 Bn | 0.71 |
| 5 | General Motors | 73.24 Bn | 50.16 Bn | 7.33 Bn | 1.44 |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | -0.33 |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.00 Mn | -0.63 |
| 8 | Magna International | 17.88 Bn | 16.79 Bn | 1.61 Bn | 1.70 |
| 9 | Stellantis | 14.02 Bn | -29.10 Bn | 5.55 Bn | 0.11 |
| 10 | Li Auto | 11.82 Bn | -670.23 Mn | 417.98 Mn | -0.29 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.11 |
| Mar 31, 2026 | 0.16 |
| Dec 31, 2025 | 9.04 |
| Jun 30, 2025 | -0.72 |
| Mar 31, 2025 | -0.13 |
| Dec 31, 2024 | -0.05 |
| Dec 31, 2023 | 2.69 |
| Dec 31, 2022 | 2.87 |
| Dec 31, 2020 | 1.65 |
| Sep 30, 2020 | 0.89 |
| Jun 30, 2020 | -0.73 |
| Mar 31, 2020 | -1.20 |
| Dec 31, 2019 | 2.27 |
| Sep 30, 2019 | -0.13 |
| Jun 30, 2019 | 3.37 |
| Mar 31, 2019 | 0.45 |
| Dec 31, 2018 | 2.08 |
| Sep 30, 2018 | 0.42 |
| Jun 30, 2018 | 0.58 |
| Mar 31, 2018 | 0.81 |
Stellantis EPS (Basic) 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=eps-basic&ticker=STLA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=STLA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();