Nio (NIO) Preferred Dividend Payments (2017 - 2026)
Nio (NIO) recorded quarterly Preferred Dividend Payments of -$28.3 million in Q2 2026, down 18.51% on a QoQ basis from -$23.9 million in Q1 2026, and down 36.85% YoY from -$44.9 million in Q2 2025.
Nio (NIO) Preferred Dividend Payments (2017 - 2026) Analysis & Trends
Nio (NIO) has reported Preferred Dividend Payments for 10 consecutive years, with -$28.3 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Preferred Dividend Payments fell 36.85% year-over-year to -$28.3 million; the trailing twelve-month figure through Jun 2026 stood at -$97.2 million (down 46.24% YoY), and the FY2025 full-year result was -$87.2 million, down 83.18% from the prior year.
- Preferred Dividend Payments was -$28.3 million for Q2 2026 at Nio, down from -$23.9 million in the prior quarter.
- The five-year high for Preferred Dividend Payments was -$10.0 million in Q3 2022, with the low at -$28.3 million in Q2 2026.
- Historically, Preferred Dividend Payments has averaged -$15.0 million across 5 years, with a median of -$11.3 million in 2023.
- Annual changes were most pronounced in 2022 — Preferred Dividend Payments soared 98.44% — and 2025, when it plunged 81.3%.
- Tracing NIO's Preferred Dividend Payments over 5 years: stood at -$10.5 million in 2022, then decreased by 5.43% to -$11.1 million in 2023, then retreated by 15.55% to -$12.8 million in 2024, then sank by 80.29% to -$23.1 million in 2025, then dropped by 22.64% to -$28.3 million in 2026.
- Per Business Quant data, the three most recent Preferred Dividend Payments figures were -$28.3 million in Q2 2026, -$23.9 million in Q1 2026, and -$23.1 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Pref Dividends (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 | - |
| 3 | Ferrari | 153.43 Bn | 151.68 Bn | 1.18 Bn | - |
| 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 | - |
| 7 | Rivian Automotive | 20.62 Bn | 15.33 Bn | 179.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 | -28.35 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -28.35 Mn |
| Mar 31, 2026 | -23.92 Mn |
| Dec 31, 2025 | -23.11 Mn |
| Sep 30, 2025 | -21.83 Mn |
| Jun 30, 2025 | -20.71 Mn |
| Mar 31, 2025 | -19.91 Mn |
| Dec 31, 2024 | -12.82 Mn |
| Sep 30, 2024 | -13.02 Mn |
| Jun 30, 2024 | -11.42 Mn |
| Mar 31, 2024 | -11.01 Mn |
| Dec 31, 2023 | -11.09 Mn |
| Sep 30, 2023 | -10.58 Mn |
| Jun 30, 2023 | -10.31 Mn |
| Mar 31, 2023 | -10.55 Mn |
| Dec 31, 2022 | -10.52 Mn |
| Sep 30, 2022 | -10.00 Mn |
| Jun 30, 2022 | -10.29 Mn |
| Mar 31, 2022 | -10.53 Mn |
| Dec 31, 2021 | -10.50 Mn |
| Sep 30, 2021 | -314.05 Mn |
Nio Preferred Dividend Payments 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=preferred-dividend-payments&ticker=NIO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "preferred-dividend-payments", "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=preferred-dividend-payments&ticker=NIO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();