Nio (NIO) Equity Income (2017 - 2026)
Nio (NIO) recorded quarterly Equity Income of -$22.0 million in Q2 2026, down 300.58% on a QoQ basis from -$5.5 million in Q1 2026, and down 26.51% YoY from -$30.0 million in Q2 2025.
Nio (NIO) Equity Income (2017 - 2026) Analysis & Trends
Nio (NIO) has reported Equity Income for 10 consecutive years, with -$22.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Equity Income fell 26.51% year-over-year to -$22.0 million; the trailing twelve-month figure through Jun 2026 stood at -$128.8 million (down 16.58% YoY), and the FY2025 full-year result was -$156.2 million, down 126.55% from the prior year.
- Equity Income was -$22.0 million for Q2 2026 at Nio, down from -$5.5 million in the prior quarter.
- The five-year high for Equity Income was $35.4 million in Q4 2022, with the low at -$75.7 million in Q4 2025.
- Historically, Equity Income has averaged -$10.5 million across 5 years, with a median of -$4.1 million in 2024.
- Annual changes were most pronounced in 2022 — Equity Income jumped 13390.73% — and 2024, when it sank 2769.04%.
- Tracing NIO's Equity Income over 5 years: stood at $35.4 million in 2022, then slumped by 87.1% to $4.6 million in 2023, then slumped by 742.47% to -$29.3 million in 2024, then plunged by 158.32% to -$75.7 million in 2025, then jumped by 70.91% to -$22.0 million in 2026.
- Per Business Quant data, the three most recent Equity Income figures were -$22.0 million in Q2 2026, -$5.5 million in Q1 2026, and -$75.7 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Equity Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Tesla | 1,226.50 Bn | 1,183.58 Bn | 4.75 Bn | - |
| 2 | Toyota Motor | 250.64 Bn | 172.66 Bn | 12.27 Bn | -1.32 Bn |
| 3 | Ferrari | 153.43 Bn | 151.68 Bn | 1.18 Bn | - |
| 4 | Honda Motor | 147.05 Bn | 108.59 Bn | 8.46 Bn | 142.07 Mn |
| 5 | General Motors | 73.24 Bn | 50.16 Bn | 7.33 Bn | -324.00 Mn |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | -2.76 Bn |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.00 Mn | - |
| 8 | Magna International | 17.88 Bn | 16.79 Bn | 1.61 Bn | -45.00 Mn |
| 9 | Stellantis | 14.02 Bn | -29.10 Bn | 5.55 Bn | 37.20 Mn |
| 10 | Nio | 9.18 Bn | 2.85 Bn | 870.51 Mn | -22.02 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -22.02 Mn |
| Mar 31, 2026 | -5.50 Mn |
| Dec 31, 2025 | -75.68 Mn |
| Sep 30, 2025 | -25.58 Mn |
| Jun 30, 2025 | -17.40 Mn |
| Mar 31, 2025 | -35.31 Mn |
| Dec 31, 2024 | -29.30 Mn |
| Sep 30, 2024 | -28.45 Mn |
| Jun 30, 2024 | -10.13 Mn |
| Mar 31, 2024 | -2.70 Mn |
| Dec 31, 2023 | 4.56 Mn |
| Sep 30, 2023 | 1.07 Mn |
| Jun 30, 2023 | 1.47 Mn |
| Mar 31, 2023 | 1.98 Mn |
| Dec 31, 2022 | 35.35 Mn |
| Sep 30, 2022 | 7.61 Mn |
| Jun 30, 2022 | 7.29 Mn |
| Mar 31, 2022 | 4.13 Mn |
| Dec 31, 2021 | -266,000.00 |
| Sep 30, 2021 | -5.53 Mn |
Nio Equity Income 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=equity-income&ticker=NIO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-income", "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=equity-income&ticker=NIO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();