Equinix (EQIX) Income from Non-Controlling Interests (2011 - 2026)
Equinix (EQIX) posted Income from Non-Controlling Interests of -$2.0 million for Q2 2026, down 100.0% on a QoQ basis from -$1.0 million in Q4 2025, and down 100.0% year-over-year from -$inf billion in Q2 2025.
Equinix (EQIX) Income from Non-Controlling Interests (2011 - 2026) Analysis & Trends
Equinix has reported Income from Non-Controlling Interests for 12 years, with the latest figure at -$2.0 million in Q2 2026.
- On a quarterly basis, Income from Non-Controlling Interests fell 100.0% year-over-year to -$2.0 million in Q2 2026; TTM through Jun 2026 was -$3.0 million, a 50.0% decrease from a year earlier, with the FY2025 full-year figure at -$2.0 million, down 100.0% from the prior year.
- Income from Non-Controlling Interests was -$2.0 million for Q2 2026 at Equinix, down from -$1.0 million in the prior quarter.
- The five-year high for Income from Non-Controlling Interests was $240000.0 in Q1 2022, with the low at -$2.0 million in Q2 2026.
- Average Income from Non-Controlling Interests over 5 years is -$507300.0, with a median of -$86000.0 recorded in 2022.
- The largest YoY upside for Income from Non-Controlling Interests was 183.33% in 2022 against a maximum downside of 154.05% in 2022.
- Over 5 years, Income from Non-Controlling Interests stood at -$92000.0 in 2022, then soared by 81.52% to -$17000.0 in 2023, then tumbled by 5782.35% to -$1.0 million in 2024, then changed by 0.0% to -$1.0 million in 2025, then sank by 100.0% to -$2.0 million in 2026.
- The last three Income from Non-Controlling Interests figures came in at -$2.0 million (Q2 2026), -$1.0 million (Q4 2025), and -$1.0 million (Q2 2025), per Business Quant data.
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 | -2.00 Mn |
| Dec 31, 2025 | -1.00 Mn |
| Jun 30, 2025 | -1.00 Mn |
| Sep 30, 2024 | -1.00 Mn |
| Jun 30, 2023 | -17,000.00 |
| Mar 31, 2023 | -56,000.00 |
| Dec 31, 2022 | -92,000.00 |
| Sep 30, 2022 | -68,000.00 |
| Jun 30, 2022 | -80,000.00 |
| Mar 31, 2022 | 240,000.00 |
| Dec 31, 2021 | -133,000.00 |
| Sep 30, 2021 | -190,000.00 |
| Jun 30, 2021 | 148,000.00 |
| Mar 31, 2021 | -288,000.00 |
| Dec 31, 2020 | -58,000.00 |
| Sep 30, 2020 | 144,000.00 |
| Jun 30, 2020 | 46,000.00 |
| Mar 31, 2020 | 165,000.00 |
| Dec 31, 2019 | -160,000.00 |
| Sep 30, 2019 | -39,000.00 |
Equinix 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=EQIX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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-non-controlling-interests&ticker=EQIX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();