Equinix (EQIX) Income from Discontinued Operations (2011 - 2016)
Equinix (EQIX) posted Income from Discontinued Operations of -$1.9 million for Q4 2016, down 171.39% on a QoQ basis from $2.7 million in Q3 2016.
Equinix (EQIX) Income from Discontinued Operations (2011 - 2016) Analysis & Trends
Equinix has reported Income from Discontinued Operations for 3 years, with the latest figure at -$1.9 million in Q4 2016.
- On a quarterly basis, Income from Discontinued Operations changed N/A year-over-year to -$1.9 million in Q4 2016; TTM through Sep 2017 was -$1.9 million, a 113.38% decrease from a year earlier, with the FY2016 full-year figure at $12.4 million, changed N/A from the prior year.
- Income from Discontinued Operations was -$1.9 million for Q4 2016 at Equinix, down from $2.7 million in the prior quarter.
- The five-year high for Income from Discontinued Operations was $10.6 million in Q4 2012, with the low at -$1.9 million in Q4 2016.
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 | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2016 | -1.91 Mn |
| Sep 30, 2016 | 2.68 Mn |
| Jun 30, 2016 | 5.41 Mn |
| Mar 31, 2016 | 6.22 Mn |
| Dec 31, 2012 | 10.62 Mn |
| Sep 30, 2012 | 679,000.00 |
| Jun 30, 2012 | 350,000.00 |
| Mar 31, 2012 | 199,000.00 |
| Dec 31, 2011 | 190,000.00 |
| Sep 30, 2011 | 464,000.00 |
| Jun 30, 2011 | -182,000.00 |
| Mar 31, 2011 | 537,000.00 |
Equinix 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=EQIX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "ticker": "EQIX", "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=EQIX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();