Nio (NIO) Capital Leases (2019 - 2025)
Nio (NIO) recorded quarterly Capital Leases of $236.4 million in Q2 2025, up 4731.34% on a QoQ basis from $4.9 million in Q4 2024.
Nio (NIO) Capital Leases (2019 - 2025) Analysis & Trends
Nio (NIO) has reported Capital Leases for 6 consecutive years, with $236.4 million the latest figure, recorded in Q2 2025.
- For the quarter ending Q2 2025, Capital Leases changed N/A year-over-year to $236.4 million; the trailing twelve-month figure through Jun 2025 stood at $236.4 million (changed N/A YoY), and the FY2024 full-year result was $4.9 million, up 55.89% from the prior year.
- Capital Leases was $236.4 million for Q2 2025 at Nio, up from $4.9 million in the prior quarter.
- The five-year high for Capital Leases was $236.4 million in Q2 2025, with the low at $3.1 million in Q4 2023.
- Historically, Capital Leases has averaged $51.0 million across 4 years, with a median of $4.9 million in 2021.
- Annual changes were most pronounced in 2021 — Capital Leases plunged 43.12% — and 2024, when it soared 58.88%.
- Tracing NIO's Capital Leases over 4 years: stood at $4.9 million in 2021, then tumbled by 37.78% to $3.1 million in 2023, then soared by 58.88% to $4.9 million in 2024, then jumped by 4731.34% to $236.4 million in 2025.
- Per Business Quant data, the three most recent Capital Leases figures were $236.4 million in Q2 2025, $4.9 million in Q4 2024, and $3.1 million in Q4 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | 236.38 Mn |
| Dec 31, 2024 | 4.89 Mn |
| Dec 31, 2023 | 3.08 Mn |
| Dec 31, 2021 | 4.95 Mn |
| Sep 30, 2021 | 5.56 Mn |
| Dec 31, 2020 | 8.32 Mn |
| Sep 30, 2020 | 9.77 Mn |
| Dec 31, 2019 | 12.60 Mn |
Nio Capital Leases 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=capital-leases&ticker=NIO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "capital-leases", "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=capital-leases&ticker=NIO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();