Vnet (VNET) Times Interest Earned (2010 - 2026)
Vnet's (VNET) quarterly Times Interest Earned came in at 1.12 in Q2 2026, down 15505.01% year-over-year from N/an in Q2 2025, and down 299251.55% quarter-over-quarter from 0.0 in Q1 2026.
Vnet (VNET) Times Interest Earned (2010 - 2026) Analysis & Trends
Vnet has disclosed Times Interest Earned across 17 years of filings, most recently posting 1.12 for Q2 2026.
- In Q2 2026, Times Interest Earned fell 15505.01% year-over-year to 1.12; the TTM figure through Jun 2026 stood at 0.34 (down 33.5% YoY), while the FY2025 annual figure was 0.05, up 83.77% from the prior year.
- Times Interest Earned came in at 1.12 for Q2 2026 at Vnet, down from 0.0 in the prior quarter.
- In the past five years, Times Interest Earned ranged from a high of 28.04 in Q4 2023 to a low of 2.11 in Q2 2024.
- Average Times Interest Earned over 5 years is 1.05, with a median of 0.1 recorded in 2024.
- Year-over-year, Times Interest Earned surged 11668.12% in 2023 and tumbled 15505.01% in 2026.
- Over 5 years, Times Interest Earned stood at 0.24 in 2022, then surged by 11668.12% to 28.04 in 2023, then tumbled by 104.57% to 1.28 in 2024, then surged by 93.96% to 0.08 in 2025, then sank by 1347.56% to 1.12 in 2026.
- Per Business Quant data, the three most recent Times Interest Earned figures were 1.12 in Q2 2026, 0.0 in Q1 2026, and 0.08 in Q4 2025.
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.12 |
| Mar 31, 2026 | 0.00 |
| Dec 31, 2025 | -0.08 |
| Sep 30, 2025 | -0.08 |
| Jun 30, 2025 | 0.01 |
| Mar 31, 2025 | -0.01 |
| Dec 31, 2024 | -1.28 |
| Sep 30, 2024 | -0.13 |
| Jun 30, 2024 | -2.11 |
| Mar 31, 2024 | -0.03 |
| Dec 31, 2023 | 28.04 |
| Sep 30, 2023 | -0.35 |
| Jun 30, 2023 | -1.30 |
| Mar 31, 2023 | -0.48 |
| Dec 31, 2022 | 0.24 |
| Sep 30, 2022 | -0.08 |
| Jun 30, 2022 | -0.53 |
| Mar 31, 2022 | -1.81 |
| Dec 31, 2021 | 3.58 |
| Sep 30, 2021 | -1.29 |
Vnet 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=VNET&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "times-interest-earned", "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=times-interest-earned&ticker=VNET&period=max&api_key=YOUR_API_KEY");
const data = await res.json();