GDS Holdings (GDS) Times Interest Earned (2015 - 2026)
GDS Holdings (GDS) posted Times Interest Earned of 1.2 for Q2 2026, up 49.91% on a QoQ basis from 2.39 in Q1 2026, and down 18.09% year-over-year from 1.46 in Q2 2025.
GDS Holdings (GDS) Times Interest Earned (2015 - 2026) Analysis & Trends
GDS Holdings has reported Times Interest Earned for 12 years, with the latest figure at 1.2 in Q2 2026.
- On a quarterly basis, Times Interest Earned fell 18.09% year-over-year to 1.2 in Q2 2026; TTM through Jun 2026 was 0.68, a 10.02% increase from a year earlier, with the FY2025 full-year figure at 0.03, up 105.49% from the prior year.
- Times Interest Earned was 1.2 for Q2 2026 at GDS Holdings, up from 2.39 in the prior quarter.
- The five-year high for Times Interest Earned was 6.09 in Q4 2023, with the low at 2.39 in Q1 2026.
- Average Times Interest Earned over 5 years is 0.18, with a median of 0.48 recorded in 2023.
- The sharpest annual moves came in 2023 and 2025: Times Interest Earned surged 2230.95% in 2023, then sank 289.68% in 2025.
- Over 5 years, Times Interest Earned stood at 0.29 in 2022, then surged by 2230.95% to 6.09 in 2023, then plunged by 110.8% to 0.66 in 2024, then surged by 534.98% to 2.86 in 2025, then slumped by 141.85% to 1.2 in 2026.
- The last three Times Interest Earned figures came in at 1.2 (Q2 2026), 2.39 (Q1 2026), and 2.86 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Times Interest Earned (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 100.78 Bn | 98.58 Bn | 1.40 Bn | 4.40 |
| 2 | Terawulf | 8.49 Bn | 5.72 Bn | 32.37 Mn | -2.49 |
| 3 | Applied Digital | 8.10 Bn | 6.08 Bn | 97.29 Mn | -11.74 |
| 4 | Cipher Digital | 7.60 Bn | 3.60 Bn | 9.79 Mn | -1.18 |
| 5 | GDS Holdings | 6.77 Bn | 4.71 Bn | 97.89 Mn | 1.20 |
| 6 | Core Scientific | 5.75 Bn | 3.81 Bn | 70.04 Mn | - |
| 7 | Vnet | 1.75 Bn | 868.32 Mn | 74.45 Mn | 1.12 |
| 8 | Sify Technologies | 1.48 Bn | 1.48 Bn | 51.65 Mn | 1.09 |
| 9 | WhiteFiber | 736.82 Mn | 676.45 Mn | 18.88 Mn | -2.02 |
| 10 | Vulcan Infrastructure & Power | 454.82 Mn | 451.62 Mn | -1.25 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.20 |
| Mar 31, 2026 | -2.39 |
| Dec 31, 2025 | 2.86 |
| Sep 30, 2025 | -2.33 |
| Jun 30, 2025 | -1.01 |
| Mar 31, 2025 | -0.80 |
| Dec 31, 2024 | -0.66 |
| Sep 30, 2024 | -0.60 |
| Jun 30, 2024 | -0.62 |
| Mar 31, 2024 | -0.44 |
| Dec 31, 2023 | 6.09 |
| Sep 30, 2023 | -0.16 |
| Jun 30, 2023 | -0.52 |
| Mar 31, 2023 | -0.32 |
| Dec 31, 2022 | -0.29 |
| Sep 30, 2022 | -0.33 |
| Jun 30, 2022 | -0.28 |
| Mar 31, 2022 | -0.30 |
| Dec 31, 2021 | -0.34 |
| Sep 30, 2021 | -0.38 |
GDS Holdings Times Interest Earned 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=times-interest-earned&ticker=GDS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "times-interest-earned", "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=times-interest-earned&ticker=GDS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();