Nio (NIO) Tax Rate (2017 - 2026)
Nio (NIO) recorded quarterly Tax Rate of 6.63% in Q2 2026, up 75.05% on a QoQ basis from 3.79% in Q1 2026, and up 576.0% YoY from 0.98% in Q2 2025.
Nio (NIO) Tax Rate (2017 - 2026) Analysis & Trends
Nio (NIO) has reported Tax Rate for 10 consecutive years, with 6.63% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Tax Rate rose 576.0% year-over-year to 6.63%; the trailing twelve-month figure through Jun 2026 stood at 3.06% (up 299.0% YoY), and the FY2025 full-year result was 0.8%, up 90.0% from the prior year.
- Tax Rate was 6.63% for Q2 2026 at Nio, up from 3.79% in the prior quarter.
- The five-year high for Tax Rate was 6.63% in Q2 2026, with the low at 5.76% in Q4 2025.
- Historically, Tax Rate has averaged 0.8% across 5 years, with a median of 0.26% in 2022.
- Annual changes were most pronounced in 2024 — Tax Rate slumped 551 bps — and 2026, when it jumped 576 bps.
- Tracing NIO's Tax Rate over 5 years: stood at 0.29% in 2022, then surged by 1458 bps to 4.54% in 2023, then plunged by 122 bps to 0.98% in 2024, then tumbled by 490 bps to 5.76% in 2025, then soared by 215 bps to 6.63% in 2026.
- Per Business Quant data, the three most recent Tax Rate figures were 6.63% in Q2 2026, 3.79% in Q1 2026, and 5.76% in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (Qtr) |
|---|---|---|---|---|---|
| 1 | Tesla | 1,226.50 Bn | 1,183.58 Bn | 4.75 Bn | 15.12% |
| 2 | Toyota Motor | 250.64 Bn | 172.66 Bn | 12.27 Bn | -42.23% |
| 3 | Ferrari | 153.43 Bn | 151.68 Bn | 1.18 Bn | 23.00% |
| 4 | Honda Motor | 147.05 Bn | 108.59 Bn | 8.46 Bn | -21.69% |
| 5 | General Motors | 73.24 Bn | 50.16 Bn | 7.33 Bn | 13.65% |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | 34.97% |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.00 Mn | 0.12% |
| 8 | Magna International | 17.88 Bn | 16.79 Bn | 1.61 Bn | 20.03% |
| 9 | Stellantis | 14.02 Bn | -29.10 Bn | 5.55 Bn | 41.40% |
| 10 | Nio | 9.18 Bn | 2.85 Bn | 870.51 Mn | 6.63% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 6.63% |
| Mar 31, 2026 | 3.79% |
| Dec 31, 2025 | -5.76% |
| Sep 30, 2025 | 1.67% |
| Jun 30, 2025 | 0.87% |
| Mar 31, 2025 | 0.07% |
| Dec 31, 2024 | -0.98% |
| Sep 30, 2024 | 0.76% |
| Jun 30, 2024 | 0.04% |
| Mar 31, 2024 | 0.13% |
| Dec 31, 2023 | 4.54% |
| Sep 30, 2023 | 0.04% |
| Jun 30, 2023 | 0.31% |
| Mar 31, 2023 | 0.16% |
| Dec 31, 2022 | 0.29% |
| Sep 30, 2022 | 0.24% |
| Jun 30, 2022 | -0.06% |
| Mar 31, 2022 | 1.74% |
| Dec 31, 2021 | 1.58% |
| Sep 30, 2021 | 0.39% |
Nio Tax Rate 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=tax-rate&ticker=NIO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=NIO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();