Stellantis (STLA) Net Margin (2013 - 2026)
Stellantis (STLA) recorded quarterly Net Margin of 0.61% in Q2 2026, down 40.19% on a QoQ basis from 1.02% in Q1 2026, and up 547.0% YoY from 0.09% in Q2 2025.
Stellantis (STLA) Net Margin (2013 - 2026) Analysis & Trends
Stellantis (STLA) has reported Net Margin for 13 consecutive years, with 0.61% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Net Margin rose 547.0% year-over-year to 0.61%; the trailing twelve-month figure through Jun 2026 stood at 14.03% (up 1084.0% YoY), and the FY2025 full-year result was 14.57%, down 1806.0% from the prior year.
- Net Margin was 0.61% for Q2 2026 at Stellantis, down from 1.02% in the prior quarter.
- The five-year high for Net Margin was 9628465.06% in Q4 2022, with the low at 176730.08% in Q4 2024.
- Historically, Net Margin has averaged 1350248.46% across 5 years, with a median of 0.61% in 2026.
- Annual changes were most pronounced in 2023 — Net Margin slumped 962845653 bps — and 2026, when it soared 547 bps.
- Tracing STLA's Net Margin over 5 years: stood at 9628465.06% in 2022, then sank by 100 bps to 8.52% in 2023, then tumbled by 2073648 bps to 176730.08% in 2024, then soared by 100 bps to 4.86% in 2025, then soared by 113 bps to 0.61% in 2026.
- Per Business Quant data, the three most recent Net Margin figures were 0.61% in Q2 2026, 1.02% in Q1 2026, and 4.86% in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Tesla | 1,226.50 Bn | 1,183.58 Bn | 4.75 Bn | 3.99% |
| 2 | Toyota Motor | 250.64 Bn | 172.66 Bn | 12.27 Bn | 12.16% |
| 3 | Ferrari | 153.43 Bn | 151.68 Bn | 1.18 Bn | 23.85% |
| 4 | Honda Motor | 147.05 Bn | 108.59 Bn | 8.46 Bn | 7.44% |
| 5 | General Motors | 73.24 Bn | 50.16 Bn | 7.33 Bn | 2.68% |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | -2.75% |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.00 Mn | -50.24% |
| 8 | Magna International | 17.88 Bn | 16.79 Bn | 1.61 Bn | 4.36% |
| 9 | Stellantis | 14.02 Bn | -29.10 Bn | 5.55 Bn | 0.61% |
| 10 | Li Auto | 11.82 Bn | -670.23 Mn | 417.98 Mn | -7.71% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.61% |
| Mar 31, 2026 | 1.02% |
| Jun 30, 2025 | -4.86% |
| Mar 31, 2025 | -1.04% |
| Dec 31, 2024 | -176,730.08% |
| Dec 31, 2023 | 8.52% |
| Dec 31, 2022 | 9,628,465.06% |
| Dec 31, 2020 | -20.83% |
| Sep 30, 2020 | 4.64% |
| Jun 30, 2020 | -8.87% |
| Mar 31, 2020 | -8.25% |
| Dec 31, 2019 | -16.37% |
| Sep 30, 2019 | -0.66% |
| Jun 30, 2019 | 17.39% |
| Mar 31, 2019 | 2.51% |
| Dec 31, 2018 | 9.59% |
| Sep 30, 2018 | 2.02% |
| Jun 30, 2018 | 2.71% |
| Mar 31, 2018 | 3.95% |
| Dec 31, 2017 | 2.89% |
Stellantis Net Margin 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=net-margin&ticker=STLA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-margin", "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=net-margin&ticker=STLA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();