Nio (NIO) Retained Earnings (2017 - 2025)
Nio (NIO) recorded quarterly Retained Earnings of -$18.1 billion in Q4 2025, down 205.22% on a QoQ basis from $17.2 billion in Q2 2025, and down 209.25% YoY from $16.5 billion in Q4 2024.
Nio (NIO) Retained Earnings (2017 - 2025) Analysis & Trends
Nio (NIO) has reported Retained Earnings for 9 consecutive years, with -$18.1 billion the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Retained Earnings fell 209.25% year-over-year to -$18.1 billion; the trailing twelve-month figure through Dec 2025 stood at -$18.1 billion (down 209.25% YoY), and the FY2025 full-year result was $18.8 billion, up 15.85% from the prior year.
- Retained Earnings was -$18.1 billion for Q4 2025 at Nio, down from $17.2 billion in the prior quarter.
- The five-year high for Retained Earnings was $17.2 billion in Q2 2025, with the low at -$18.1 billion in Q4 2025.
- Historically, Retained Earnings has averaged $8.7 billion across 5 years, with a median of $13.3 billion in 2022.
- On a YoY basis, Retained Earnings climbed as much as 216.63% in 2025 and fell as far as 209.25% in 2025.
- Tracing NIO's Retained Earnings over 5 years: stood at $14.5 billion in 2021, then decreased by 8.04% to $13.3 billion in 2022, then rose by 22.93% to $16.3 billion in 2023, then rose by 1.06% to $16.5 billion in 2024, then slumped by 209.25% to -$18.1 billion in 2025.
- Per Business Quant data, the three most recent Retained Earnings figures were -$18.1 billion in Q4 2025, $17.2 billion in Q2 2025, and $16.5 billion in Q4 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Tesla | 1,226.50 Bn | 1,183.58 Bn | 4.75 Bn | 40.59 Bn |
| 2 | Toyota Motor | 250.64 Bn | 172.66 Bn | 12.27 Bn | 236.05 Bn |
| 3 | Ferrari | 153.43 Bn | 151.68 Bn | 1.18 Bn | - |
| 4 | Honda Motor | 147.05 Bn | 108.59 Bn | 8.46 Bn | 61.54 Bn |
| 5 | General Motors | 73.24 Bn | 50.16 Bn | 7.33 Bn | 52.99 Bn |
| 6 | Ford Motor | 51.31 Bn | 20.01 Bn | 6.08 Bn | 22.51 Bn |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.00 Mn | 33.31 Bn |
| 8 | Magna International | 17.88 Bn | 16.79 Bn | 1.61 Bn | -868.00 Mn |
| 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 | -18.05 Bn |
| Jun 30, 2025 | 17.16 Bn |
| Dec 31, 2024 | 16.52 Bn |
| Jun 30, 2024 | -14.71 Bn |
| Dec 31, 2023 | 16.35 Bn |
| Jun 30, 2023 | 13.66 Bn |
| Dec 31, 2022 | 13.30 Bn |
| Dec 31, 2021 | 14.46 Bn |
| Sep 30, 2021 | 12.42 Bn |
| Jun 30, 2021 | 12.57 Bn |
| Mar 31, 2021 | 12.35 Bn |
| Dec 31, 2020 | 11.90 Bn |
| Sep 30, 2020 | 8.60 Bn |
| Jun 30, 2020 | 6.19 Bn |
| Mar 31, 2020 | 5.69 Bn |
| Dec 31, 2019 | 5.71 Bn |
| Sep 30, 2019 | 5.64 Bn |
| Jun 30, 2019 | 5.86 Bn |
| Mar 31, 2019 | 5.97 Bn |
| Dec 31, 2018 | 6.06 Bn |
Nio Retained Earnings 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=retained-earnings&ticker=NIO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=NIO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();