GDS Holdings (GDS) Income from Discontinued Operations (2023 - 2024)
GDS Holdings (GDS) posted Income from Discontinued Operations of $597.9 million for Q4 2024, up 5526.37% on a QoQ basis from -$11.0 million in Q3 2024, and up 4681.19% year-over-year from $12.5 million in Q1 2024.
GDS Holdings (GDS) Income from Discontinued Operations (2023 - 2024) Analysis & Trends
GDS Holdings has reported Income from Discontinued Operations for 2 years, with the latest figure at $597.9 million in Q4 2024.
- On a quarterly basis, Income from Discontinued Operations rose 4681.19% year-over-year to $597.9 million in Q4 2024; TTM through Sep 2025 was $597.9 million, a 3662.9% increase from a year earlier, with the FY2024 full-year figure at -$558.2 million, down 223294799900.0% from the prior year.
- Income from Discontinued Operations was $597.9 million for Q4 2024 at GDS Holdings, up from -$11.0 million in the prior quarter.
- The five-year high for Income from Discontinued Operations was $597.9 million in Q4 2024, with the low at -$11.0 million in Q3 2024.
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, 2024 | 597.86 Mn |
| Sep 30, 2024 | -11.02 Mn |
| Jun 30, 2024 | -8.14 Mn |
| Mar 31, 2024 | -10.13 Mn |
| Dec 31, 2023 | 12.50 Mn |
GDS Holdings 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=GDS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "ticker": "GDS", "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=GDS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();