Li Auto (LI) EBITDA Margin (2020 - 2026)
Li Auto (LI) posted EBITDA Margin of 8.93% for Q2 2026, up 31.26% on a QoQ basis from 12.99% in Q1 2026, and down 1164.0% year-over-year from 0.84% in Q2 2025.
Li Auto (LI) EBITDA Margin (2020 - 2026) Analysis & Trends
Li Auto has reported EBITDA Margin for 7 years, with the latest figure at 8.93% in Q2 2026.
- On a quarterly basis, EBITDA Margin fell 1164.0% year-over-year to 8.93% in Q2 2026; TTM through Jun 2026 was 6.62%, a 1232.0% decrease from a year earlier, with the FY2025 full-year figure at 0.46%, down 532.0% from the prior year.
- EBITDA Margin was 8.93% for Q2 2026 at Li Auto, up from 12.99% in the prior quarter.
- The five-year high for EBITDA Margin was 8.36% in Q4 2024, with the low at 22.8% in Q3 2022.
- Average EBITDA Margin over 5 years is 1.43%, with a median of 0.14% recorded in 2022.
- The sharpest annual moves came in 2022 and 2023: EBITDA Margin slumped 2154 bps in 2022, then soared 2960 bps in 2023.
- Over 5 years, EBITDA Margin stood at 0.76% in 2022, then jumped by 1061 bps to 7.28% in 2023, then grew by 15 bps to 8.36% in 2024, then tumbled by 118 bps to 1.54% in 2025, then tumbled by 481 bps to 8.93% in 2026.
- The last three EBITDA Margin figures came in at 8.93% (Q2 2026), 12.99% (Q1 2026), and 1.54% (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBITDA Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Tesla | 1,226.50 Bn | 1,183.58 Bn | 4.75 Bn | 1.41% |
| 2 | Toyota Motor | 250.64 Bn | 172.66 Bn | 12.27 Bn | 8.76% |
| 3 | Ferrari | 153.43 Bn | 151.68 Bn | 1.18 Bn | 31.22% |
| 4 | Honda Motor | 147.05 Bn | 108.59 Bn | 8.46 Bn | 8.76% |
| 5 | General Motors | 73.24 Bn | 50.16 Bn | 7.33 Bn | 3.04% |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | 1.32% |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.00 Mn | -50.42% |
| 8 | Magna International | 17.88 Bn | 16.79 Bn | 1.61 Bn | 15.79% |
| 9 | Stellantis | 14.02 Bn | -29.10 Bn | 5.55 Bn | 1.61% |
| 10 | Li Auto | 11.82 Bn | -670.23 Mn | 417.98 Mn | -8.93% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -8.93% |
| Mar 31, 2026 | -12.99% |
| Dec 31, 2025 | -1.54% |
| Sep 30, 2025 | -4.28% |
| Jun 30, 2025 | 2.71% |
| Mar 31, 2025 | 1.05% |
| Dec 31, 2024 | 8.36% |
| Sep 30, 2024 | 7.84% |
| Jun 30, 2024 | 1.48% |
| Mar 31, 2024 | -2.30% |
| Dec 31, 2023 | 7.28% |
| Sep 30, 2023 | 6.80% |
| Jun 30, 2023 | 5.67% |
| Mar 31, 2023 | 2.16% |
| Dec 31, 2022 | -0.76% |
| Sep 30, 2022 | -22.80% |
| Jun 30, 2022 | -11.20% |
| Mar 31, 2022 | -4.32% |
| Dec 31, 2021 | 0.23% |
| Sep 30, 2021 | -1.26% |
Li Auto EBITDA 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=ebitda-margin&ticker=LI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebitda-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=ebitda-margin&ticker=LI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();