Vnet (VNET) Other Operating Expenses (2010 - 2026)
Vnet's (VNET) quarterly Other Operating Expenses came in at -$5.3 million in Q2 2026, up 60.19% year-over-year from -$3.3 million in Q2 2025, and up 72.54% quarter-over-quarter from -$19.2 million in Q1 2026.
Vnet (VNET) Other Operating Expenses (2010 - 2026) Analysis & Trends
Vnet has disclosed Other Operating Expenses across 17 years of filings, most recently posting -$5.3 million for Q2 2026.
- In Q2 2026, Other Operating Expenses rose 60.19% year-over-year to -$5.3 million; the TTM figure through Jun 2026 stood at -$47.9 million (down 6.46% YoY), while the FY2025 annual figure was -$50.6 million, down 43.82% from the prior year.
- Other Operating Expenses came in at -$5.3 million for Q2 2026 at Vnet, up from -$19.2 million in the prior quarter.
- In the past five years, Other Operating Expenses ranged from a high of -$2.6 million in Q4 2024 to a low of -$320.2 million in Q4 2023.
- Average Other Operating Expenses over 5 years is -$27.2 million, with a median of -$10.3 million recorded in 2025.
- Year-over-year, Other Operating Expenses tumbled 1995.64% in 2023 and surged 99.2% in 2024.
- Over 5 years, Other Operating Expenses stood at -$15.3 million in 2022, then plunged by 1995.64% to -$320.2 million in 2023, then surged by 99.2% to -$2.6 million in 2024, then sank by 398.64% to -$12.8 million in 2025, then jumped by 59.06% to -$5.3 million in 2026.
- Per Business Quant data, the three most recent Other Operating Expenses figures were -$5.3 million in Q2 2026, -$19.2 million in Q1 2026, and -$12.8 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Equinix | 100.78 Bn | 98.58 Bn | 1.40 Bn |
| 2 | Terawulf | 8.49 Bn | 5.72 Bn | 32.37 Mn |
| 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 |
| 6 | Core Scientific | 5.75 Bn | 3.81 Bn | 70.04 Mn |
| 7 | Vnet | 1.75 Bn | 868.32 Mn | 74.45 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 | -5.26 Mn |
| Mar 31, 2026 | -19.16 Mn |
| Dec 31, 2025 | -12.85 Mn |
| Sep 30, 2025 | -10.65 Mn |
| Jun 30, 2025 | -13.22 Mn |
| Mar 31, 2025 | -12.88 Mn |
| Dec 31, 2024 | -2.58 Mn |
| Sep 30, 2024 | -16.34 Mn |
| Jun 30, 2024 | -8.39 Mn |
| Mar 31, 2024 | -8.76 Mn |
| Dec 31, 2023 | -320.19 Mn |
| Sep 30, 2023 | -7.63 Mn |
| Jun 30, 2023 | -5.56 Mn |
| Mar 31, 2023 | -4.36 Mn |
| Dec 31, 2022 | -15.28 Mn |
| Sep 30, 2022 | -10.04 Mn |
| Jun 30, 2022 | -11.64 Mn |
| Mar 31, 2022 | -5.15 Mn |
| Dec 31, 2021 | -30.72 Mn |
| Sep 30, 2021 | -7.11 Mn |
Vnet Other Operating Expenses 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=other-operating-expenses&ticker=VNET&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-expenses", "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=other-operating-expenses&ticker=VNET&period=max&api_key=YOUR_API_KEY");
const data = await res.json();