Nio (NIO) EBT Margin (2018 - 2026)
Nio (NIO) recorded quarterly EBT Margin of 1.54% in Q2 2026, down 22.96% on a QoQ basis from 1.25% in Q1 2026, and up 2451.0% YoY from 0.06% in Q2 2025.
Nio (NIO) EBT Margin (2018 - 2026) Analysis & Trends
Nio (NIO) has reported EBT Margin for 9 consecutive years, with 1.54% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EBT Margin rose 2451.0% year-over-year to 1.54%; the trailing twelve-month figure through Jun 2026 stood at 3.39% (up 3094.0% YoY), and the FY2025 full-year result was 16.94%, up 1717.0% from the prior year.
- EBT Margin was 1.54% for Q2 2026 at Nio, down from 1.25% in the prior quarter.
- The five-year high for EBT Margin was 0.87% in Q4 2025, with the low at 68.82% in Q2 2023.
- Historically, EBT Margin has averaged 29.07% across 5 years, with a median of 27.9% in 2024.
- Annual changes were most pronounced in 2023 — EBT Margin slumped 4201 bps — and 2026, when it jumped 5480 bps.
- Tracing NIO's EBT Margin over 5 years: stood at 35.92% in 2022, then grew by 16 bps to 30.02% in 2023, then declined by 21 bps to 36.45% in 2024, then soared by 102 bps to 0.87% in 2025, then slumped by 278 bps to 1.54% in 2026.
- Per Business Quant data, the three most recent EBT Margin figures were 1.54% in Q2 2026, 1.25% in Q1 2026, and 0.87% in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Tesla | 1,226.50 Bn | 1,183.58 Bn | 4.75 Bn | 4.71% |
| 2 | Toyota Motor | 250.64 Bn | 172.66 Bn | 12.27 Bn | 16.17% |
| 3 | Ferrari | 153.43 Bn | 151.68 Bn | 1.18 Bn | 31.02% |
| 4 | Honda Motor | 147.05 Bn | 108.59 Bn | 8.46 Bn | 9.98% |
| 5 | General Motors | 73.24 Bn | 50.16 Bn | 7.33 Bn | 3.26% |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | -4.21% |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.00 Mn | -50.54% |
| 8 | Magna International | 17.88 Bn | 16.79 Bn | 1.61 Bn | 5.46% |
| 9 | Stellantis | 14.02 Bn | -29.10 Bn | 5.55 Bn | 1.15% |
| 10 | Nio | 9.18 Bn | 2.85 Bn | 870.51 Mn | -1.54% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.54% |
| Mar 31, 2026 | -1.25% |
| Dec 31, 2025 | 0.87% |
| Sep 30, 2025 | -15.71% |
| Jun 30, 2025 | -26.05% |
| Mar 31, 2025 | -56.05% |
| Dec 31, 2024 | -36.45% |
| Sep 30, 2024 | -26.89% |
| Jun 30, 2024 | -28.91% |
| Mar 31, 2024 | -52.25% |
| Dec 31, 2023 | -30.02% |
| Sep 30, 2023 | -23.89% |
| Jun 30, 2023 | -68.82% |
| Mar 31, 2023 | -44.32% |
| Dec 31, 2022 | -35.92% |
| Sep 30, 2022 | -31.54% |
| Jun 30, 2022 | -26.81% |
| Mar 31, 2022 | -17.68% |
| Dec 31, 2021 | -21.38% |
| Sep 30, 2021 | -8.49% |
Nio EBT 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=ebt-margin&ticker=NIO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-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=ebt-margin&ticker=NIO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();