Applied Digital (APLD) Times Interest Earned (2021 - 2026)
Applied Digital's (APLD) quarterly Times Interest Earned came in at 11.74 in Q2 2026, down 124.98% on a YoY basis from 47.0 in Q2 2025, and down 132.71% quarter-over-quarter from 35.89 in Q1 2026.
Applied Digital (APLD) Times Interest Earned (2021 - 2026) Analysis & Trends
Applied Digital (APLD) has reported Times Interest Earned for 6 consecutive years, with 11.74 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Times Interest Earned fell 124.98% year-over-year to 11.74; the trailing twelve-month figure through May 2026 stood at 11.14 (down 412.0% YoY), and the FY2026 full-year result was 8.01, down 256.74% from the prior year.
- Times Interest Earned fell to 11.74 in Q2 2026 per APLD's latest filing, from 35.89 in the prior quarter.
- Across five years, Times Interest Earned topped out at 35.89 in Q1 2026 and bottomed at 73.35 in Q4 2022.
- Historically, Times Interest Earned has averaged 9.14 across 5 years, with a median of 5.22 in 2025.
- The sharpest annual moves came in 2025 and 2026: Times Interest Earned tumbled 240.15% in 2025, then soared 1785.61% in 2026.
- Over 5 years, Times Interest Earned stood at 73.35 in 2022, then jumped by 95.88% to 3.02 in 2023, then tumbled by 44.6% to 4.37 in 2024, then jumped by 38.34% to 2.7 in 2025, then plunged by 335.47% to 11.74 in 2026.
- According to Business Quant data, Times Interest Earned over the past three periods registered 11.74, 35.89, and 2.7 for Q2 2026, Q1 2026, and Q4 2025 respectively.
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 |
|---|---|
| May 31, 2026 | -11.74 |
| Feb 28, 2026 | 35.89 |
| Nov 30, 2025 | -2.70 |
| Aug 31, 2025 | -5.65 |
| May 31, 2025 | -5.22 |
| Feb 28, 2025 | -2.13 |
| Nov 30, 2024 | -4.37 |
| Aug 31, 2024 | 8.55 |
| May 31, 2024 | -1.53 |
| Feb 29, 2024 | -11.63 |
| Nov 30, 2023 | -3.02 |
| Aug 31, 2023 | -3.45 |
| May 31, 2023 | -5.33 |
| Feb 28, 2023 | -19.86 |
| Nov 30, 2022 | -73.35 |
| Aug 31, 2022 | -11.73 |
| May 31, 2022 | -38.09 |
| May 31, 2021 | -25.54 |
Applied Digital 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=APLD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "times-interest-earned", "ticker": "APLD", "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=APLD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();