Nio (NIO) EBIT Margin (2018 - 2026)
Nio (NIO) recorded quarterly EBIT Margin of 1.08% in Q2 2026, up 10.62% on a QoQ basis from 1.2% in Q1 2026, and up 2475.0% YoY from 0.04% in Q2 2025.
Nio (NIO) EBIT Margin (2018 - 2026) Analysis & Trends
Nio (NIO) has reported EBIT Margin for 9 consecutive years, with 1.08% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EBIT Margin rose 2475.0% year-over-year to 1.08%; the trailing twelve-month figure through Jun 2026 stood at 2.89% (up 2944.0% YoY), and the FY2025 full-year result was 16.05%, up 1723.0% from the prior year.
- EBIT Margin was 1.08% for Q2 2026 at Nio, up from 1.2% in the prior quarter.
- The five-year high for EBIT Margin was 2.33% in Q4 2025, with the low at 69.25% in Q2 2023.
- Historically, EBIT Margin has averaged 30.14% across 5 years, with a median of 28.97% in 2022.
- Annual changes were most pronounced in 2023 — EBIT Margin tumbled 4116 bps — and 2026, when it jumped 5213 bps.
- Tracing NIO's EBIT Margin over 5 years: stood at 41.93% in 2022, then climbed by 8 bps to 38.74% in 2023, then advanced by 21 bps to 30.62% in 2024, then soared by 108 bps to 2.33% in 2025, then tumbled by 146 bps to 1.08% in 2026.
- Per Business Quant data, the three most recent EBIT Margin figures were 1.08% in Q2 2026, 1.2% in Q1 2026, and 2.33% in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBIT 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 | 12.19% |
| 9 | Stellantis | 14.02 Bn | -29.10 Bn | 5.55 Bn | 1.61% |
| 10 | Nio | 9.18 Bn | 2.85 Bn | 870.51 Mn | -1.08% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.08% |
| Mar 31, 2026 | -1.20% |
| Dec 31, 2025 | 2.33% |
| Sep 30, 2025 | -16.16% |
| Jun 30, 2025 | -25.82% |
| Mar 31, 2025 | -53.33% |
| Dec 31, 2024 | -30.62% |
| Sep 30, 2024 | -27.46% |
| Jun 30, 2024 | -29.86% |
| Mar 31, 2024 | -54.97% |
| Dec 31, 2023 | -38.74% |
| Sep 30, 2023 | -25.41% |
| Jun 30, 2023 | -69.25% |
| Mar 31, 2023 | -47.88% |
| Dec 31, 2022 | -41.93% |
| Sep 30, 2022 | -30.96% |
| Jun 30, 2022 | -28.08% |
| Mar 31, 2022 | -22.08% |
| Dec 31, 2021 | -24.70% |
| Sep 30, 2021 | -10.12% |
Nio EBIT 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=ebit-margin&ticker=NIO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit-margin", "ticker": "NIO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=ebit-margin&ticker=NIO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();