Vnet (VNET) Income from Non-Controlling Interests (2010 - 2026)
Vnet's (VNET) quarterly Income from Non-Controlling Interests came in at -$1.9 million in Q2 2026, up 2.89% year-over-year from -$1.8 million in Q2 2025, and up 35.35% quarter-over-quarter from -$2.9 million in Q1 2026.
Vnet (VNET) Income from Non-Controlling Interests (2010 - 2026) Analysis & Trends
Vnet has disclosed Income from Non-Controlling Interests across 17 years of filings, most recently posting -$1.9 million for Q2 2026.
- In Q2 2026, Income from Non-Controlling Interests rose 2.89% year-over-year to -$1.9 million; the TTM figure through Jun 2026 stood at -$9.9 million (down 18.4% YoY), while the FY2025 annual figure was -$9.7 million, down 8.05% from the prior year.
- Income from Non-Controlling Interests came in at -$1.9 million for Q2 2026 at Vnet, up from -$2.9 million in the prior quarter.
- In the past five years, Income from Non-Controlling Interests ranged from a high of $647000.0 in Q2 2023 to a low of -$3.9 million in Q1 2024.
- Average Income from Non-Controlling Interests over 5 years is -$1.8 million, with a median of -$1.9 million recorded in 2024.
- The largest YoY upside for Income from Non-Controlling Interests was 217.21% in 2023 against a maximum downside of 795.66% in 2023.
- Over 5 years, Income from Non-Controlling Interests stood at -$987000.0 in 2022, then plunged by 178.32% to -$2.7 million in 2023, then gained by 27.45% to -$2.0 million in 2024, then sank by 43.9% to -$2.9 million in 2025, then surged by 35.46% to -$1.9 million in 2026.
- Per Business Quant data, the three most recent Income from Non-Controlling Interests figures were -$1.9 million in Q2 2026, -$2.9 million in Q1 2026, and -$2.9 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 100.78 Bn | 98.58 Bn | 1.40 Bn | -2.00 Mn |
| 2 | Terawulf | 8.49 Bn | 5.72 Bn | 32.37 Mn | -910,000.00 |
| 3 | Applied Digital | 8.10 Bn | 6.08 Bn | 97.29 Mn | - |
| 4 | Cipher Digital | 7.60 Bn | 3.60 Bn | 9.79 Mn | - |
| 5 | GDS Holdings | 6.77 Bn | 4.71 Bn | 97.89 Mn | -355,000.00 |
| 6 | Core Scientific | 5.75 Bn | 3.81 Bn | 70.04 Mn | - |
| 7 | Vnet | 1.75 Bn | 868.32 Mn | 74.45 Mn | -1.85 Mn |
| 8 | Sify Technologies | 1.48 Bn | 1.48 Bn | 51.65 Mn | - |
| 9 | WhiteFiber | 736.82 Mn | 676.45 Mn | 18.88 Mn | - |
| 10 | Vulcan Infrastructure & Power | 454.82 Mn | 451.62 Mn | -1.25 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.85 Mn |
| Mar 31, 2026 | -2.86 Mn |
| Dec 31, 2025 | -2.87 Mn |
| Sep 30, 2025 | -2.31 Mn |
| Jun 30, 2025 | -1.91 Mn |
| Mar 31, 2025 | -2.39 Mn |
| Dec 31, 2024 | -1.99 Mn |
| Sep 30, 2024 | -2.07 Mn |
| Jun 30, 2024 | -1.13 Mn |
| Mar 31, 2024 | -3.88 Mn |
| Dec 31, 2023 | -2.75 Mn |
| Sep 30, 2023 | -1.45 Mn |
| Jun 30, 2023 | 647,000.00 |
| Mar 31, 2023 | -3.10 Mn |
| Dec 31, 2022 | -987,000.00 |
| Sep 30, 2022 | -177,000.00 |
| Jun 30, 2022 | -552,000.00 |
| Mar 31, 2022 | -346,000.00 |
| Dec 31, 2021 | -429,000.00 |
| Sep 30, 2021 | -616,000.00 |
Vnet Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=VNET&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "ticker": "VNET", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=income-from-non-controlling-interests&ticker=VNET&period=max&api_key=YOUR_API_KEY");
const data = await res.json();