Nio (NIO) Net Margin (2018 - 2026)
Nio (NIO) recorded quarterly Net Margin of 2.62% in Q2 2026, down 3.79% on a QoQ basis from 2.53% in Q1 2026, and up 2443.0% YoY from 0.1% in Q2 2025.
Nio (NIO) Net Margin (2018 - 2026) Analysis & Trends
Nio (NIO) has reported Net Margin for 9 consecutive years, with 2.62% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Net Margin rose 2443.0% year-over-year to 2.62%; the trailing twelve-month figure through Jun 2026 stood at 4.57% (up 3079.0% YoY), and the FY2025 full-year result was 17.8%, up 5227.0% from the prior year.
- Net Margin was 2.62% for Q2 2026 at Nio, down from 2.53% in the prior quarter.
- The five-year high for Net Margin was 0.0% in Q4 2025, with the low at 69.79% in Q2 2023.
- Historically, Net Margin has averaged 30.35% across 5 years, with a median of 29.26% in 2024.
- Annual changes were most pronounced in 2023 — Net Margin plunged 4312 bps — and 2026, when it surged 5473 bps.
- Tracing NIO's Net Margin over 5 years: stood at 37.35% in 2022, then slipped by 0 bps to 37.46% in 2023, then increased by 3 bps to 36.2% in 2024, then soared by 100 bps to 0.0% in 2025, then plunged by 193979 bps to 2.62% in 2026.
- Per Business Quant data, the three most recent Net Margin figures were 2.62% in Q2 2026, 2.53% in Q1 2026, and 0.0% in Q4 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 | Nio | 9.18 Bn | 2.85 Bn | 870.51 Mn | -2.62% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2.62% |
| Mar 31, 2026 | -2.53% |
| Dec 31, 2025 | 0.00% |
| Sep 30, 2025 | -17.45% |
| Jun 30, 2025 | -27.05% |
| Mar 31, 2025 | -57.26% |
| Dec 31, 2024 | -36.20% |
| Sep 30, 2024 | -29.13% |
| Jun 30, 2024 | -29.38% |
| Mar 31, 2024 | -53.06% |
| Dec 31, 2023 | -37.46% |
| Sep 30, 2023 | -24.60% |
| Jun 30, 2023 | -69.79% |
| Mar 31, 2023 | -45.52% |
| Dec 31, 2022 | -37.35% |
| Sep 30, 2022 | -31.86% |
| Jun 30, 2022 | -26.67% |
| Mar 31, 2022 | -18.42% |
| Dec 31, 2021 | -22.43% |
| Sep 30, 2021 | -29.16% |
Nio 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=NIO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-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=net-margin&ticker=NIO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();