Vnet (VNET) Income from Discontinued Operations (2010)
Vnet's (VNET) quarterly Income from Discontinued Operations came in at -$362946.5 in Q4 2010, up 80.89% quarter-over-quarter from -$1.9 million in Q1 2010.
Vnet (VNET) Income from Discontinued Operations (2010) Analysis & Trends
Vnet has disclosed Income from Discontinued Operations across 1 years of filings, most recently posting -$362946.5 for Q4 2010.
- In Q4 2010, Income from Discontinued Operations changed N/A year-over-year to -$362946.5; the TTM figure through Dec 2010 stood at -$2.3 million (changed N/A YoY), while the FY2010 annual figure was -$2.3 million, up 75.74% from the prior year.
- Income from Discontinued Operations came in at -$362946.5 for Q4 2010 at Vnet, up from -$1.9 million in the prior quarter.
- In the past five years, Income from Discontinued Operations ranged from a high of -$362946.5 in Q4 2010 to a low of -$1.9 million in Q1 2010.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 104.32 Bn | 102.12 Bn | 1.40 Bn | - |
| 2 | Terawulf | 8.71 Bn | 5.94 Bn | 32.37 Mn | - |
| 3 | Applied Digital | 8.12 Bn | 6.10 Bn | 97.29 Mn | - |
| 4 | Cipher Digital | 7.83 Bn | 3.83 Bn | 9.79 Mn | - |
| 5 | GDS Holdings | 7.07 Bn | 5.01 Bn | 97.89 Mn | - |
| 6 | Core Scientific | 5.87 Bn | 3.93 Bn | 70.04 Mn | - |
| 7 | Vnet | 1.95 Bn | 1.06 Bn | 74.45 Mn | - |
| 8 | Sify Technologies | 1.53 Bn | 1.53 Bn | 51.65 Mn | - |
| 9 | WhiteFiber | 771.39 Mn | 711.02 Mn | 18.88 Mn | - |
| 10 | Vulcan Infrastructure & Power | 455.54 Mn | 452.34 Mn | -1.25 Mn | - |
Vnet Income from Discontinued Operations 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-discontinued-operations&ticker=VNET&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "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-discontinued-operations&ticker=VNET&period=max&api_key=YOUR_API_KEY");
const data = await res.json();