Li Auto (LI) Net Margin (2020 - 2026)
Li Auto (LI) posted Net Margin of 7.71% for Q2 2026, up 27.74% on a QoQ basis from 10.66% in Q1 2026, and down 1132.0% year-over-year from 0.75% in Q2 2025.
Li Auto (LI) Net Margin (2020 - 2026) Analysis & Trends
Li Auto has reported Net Margin for 7 years, with the latest figure at 7.71% in Q2 2026.
- On a quarterly basis, Net Margin fell 1132.0% year-over-year to 7.71% in Q2 2026; TTM through Jun 2026 was 5.25%, a 1105.0% decrease from a year earlier, with the FY2025 full-year figure at 1.0%, down 460.0% from the prior year.
- Net Margin was 7.71% for Q2 2026 at Li Auto, up from 10.66% in the prior quarter.
- The five-year high for Net Margin was 13.65% in Q4 2023, with the low at 17.56% in Q3 2022.
- Average Net Margin over 5 years is 0.91%, with a median of 2.41% recorded in 2025.
- The sharpest annual moves came in 2022 and 2023: Net Margin sank 1728 bps in 2022, then surged 2576 bps in 2023.
- Over 5 years, Net Margin stood at 1.69% in 2022, then jumped by 706 bps to 13.65% in 2023, then tumbled by 38 bps to 8.49% in 2024, then plunged by 114 bps to 1.15% in 2025, then plunged by 569 bps to 7.71% in 2026.
- The last three Net Margin figures came in at 7.71% (Q2 2026), 10.66% (Q1 2026), and 1.15% (Q4 2025), per Business Quant data.
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 | -7.71% |
| Mar 31, 2026 | -10.66% |
| Dec 31, 2025 | -1.15% |
| Sep 30, 2025 | -2.55% |
| Jun 30, 2025 | 3.61% |
| Mar 31, 2025 | 2.51% |
| Dec 31, 2024 | 8.49% |
| Sep 30, 2024 | 6.56% |
| Jun 30, 2024 | 3.52% |
| Mar 31, 2024 | 2.31% |
| Dec 31, 2023 | 13.65% |
| Sep 30, 2023 | 8.20% |
| Jun 30, 2023 | 7.58% |
| Mar 31, 2023 | 5.10% |
| Dec 31, 2022 | 1.69% |
| Sep 30, 2022 | -17.56% |
| Jun 30, 2022 | -7.08% |
| Mar 31, 2022 | -0.11% |
| Dec 31, 2021 | 2.78% |
| Sep 30, 2021 | -0.28% |
Li Auto 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=LI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-margin", "ticker": "LI", "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=LI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();