Nio (NIO) Share-based Compensation (2016 - 2025)
Nio (NIO) recorded quarterly Share-based Compensation of $6.1 million in Q4 2025, down 12.74% on a QoQ basis from $7.0 million in Q2 2025, and down 15.83% YoY from $7.2 million in Q4 2024.
Nio (NIO) Share-based Compensation (2016 - 2025) Analysis & Trends
Nio (NIO) has reported Share-based Compensation for 10 consecutive years, with $6.1 million the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Share-based Compensation fell 15.83% year-over-year to $6.1 million; the trailing twelve-month figure through Dec 2025 stood at $6.1 million (down 15.83% YoY), and the FY2025 full-year result was $256.1 million, down 3.08% from the prior year.
- Share-based Compensation was $6.1 million for Q4 2025 at Nio, down from $7.0 million in the prior quarter.
- The five-year high for Share-based Compensation was $62.0 million in Q4 2021, with the low at $6.1 million in Q4 2025.
- Historically, Share-based Compensation has averaged $19.0 million across 5 years, with a median of $8.7 million in 2023.
- Annual changes were most pronounced in 2021 — Share-based Compensation soared 583.06% — and 2023, when it sank 71.86%.
- Tracing NIO's Share-based Compensation over 5 years: stood at $62.0 million in 2021, then sank by 50.2% to $30.9 million in 2022, then sank by 71.86% to $8.7 million in 2023, then slipped by 16.67% to $7.2 million in 2024, then dropped by 15.83% to $6.1 million in 2025.
- Per Business Quant data, the three most recent Share-based Compensation figures were $6.1 million in Q4 2025, $7.0 million in Q2 2025, and $7.2 million in Q4 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. (Qtr) |
|---|---|---|---|---|---|
| 1 | Tesla | 1,226.50 Bn | 1,183.58 Bn | 4.75 Bn | 138.00 Mn |
| 2 | Toyota Motor | 250.64 Bn | 172.66 Bn | 12.27 Bn | - |
| 3 | Ferrari | 153.43 Bn | 151.68 Bn | 1.18 Bn | 24.66 Mn |
| 4 | Honda Motor | 147.05 Bn | 108.59 Bn | 8.46 Bn | - |
| 5 | General Motors | 73.24 Bn | 50.16 Bn | 7.33 Bn | - |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | 101.00 Mn |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.00 Mn | 226.00 Mn |
| 8 | Magna International | 17.88 Bn | 16.79 Bn | 1.61 Bn | - |
| 9 | Stellantis | 14.02 Bn | -29.10 Bn | 5.55 Bn | - |
| 10 | Nio | 9.18 Bn | 2.85 Bn | 870.51 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 6.10 Mn |
| Jun 30, 2025 | 6.99 Mn |
| Dec 31, 2024 | 7.25 Mn |
| Dec 31, 2023 | 8.70 Mn |
| Dec 31, 2022 | 30.90 Mn |
| Dec 31, 2021 | 62.05 Mn |
| Sep 30, 2021 | 11.17 Mn |
| Dec 31, 2020 | 9.08 Mn |
| Sep 30, 2020 | 35.27 Mn |
| Dec 31, 2019 | 7.27 Mn |
| Sep 30, 2019 | 42.80 Mn |
| Dec 31, 2018 | 20.50 Mn |
| Dec 31, 2017 | 5.60 Mn |
| Dec 31, 2016 | 7.71 Mn |
Nio Share-based Compensation 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=share-based-compensation&ticker=NIO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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=share-based-compensation&ticker=NIO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();