Applied Digital (APLD) Non Operating Investment Income (2025 - 2026)
Applied Digital's (APLD) quarterly Non Operating Investment Income came in at $4.8 million in Q2 2026, up 44.27% quarter-over-quarter from $3.3 million in Q1 2026.
Applied Digital (APLD) Non Operating Investment Income (2025 - 2026) Analysis & Trends
Applied Digital (APLD) has reported Non Operating Investment Income for 2 consecutive years, with $4.8 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Non Operating Investment Income changed N/A year-over-year to $4.8 million; the trailing twelve-month figure through May 2026 stood at $10.8 million (changed N/A YoY), and the FY2026 full-year result was $10.8 million, changed N/A from the prior year.
- Non Operating Investment Income climbed to $4.8 million in Q2 2026 per APLD's latest filing, from $3.3 million in the prior quarter.
- Across five years, Non Operating Investment Income topped out at $4.8 million in Q2 2026 and bottomed at $2.8 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Operating Investment Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 100.78 Bn | 98.58 Bn | 1.40 Bn | - |
| 2 | Terawulf | 8.49 Bn | 5.72 Bn | 32.37 Mn | - |
| 3 | Applied Digital | 8.10 Bn | 6.08 Bn | 97.29 Mn | 4.77 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 | - |
| 6 | Core Scientific | 5.75 Bn | 3.81 Bn | 70.04 Mn | - |
| 7 | Vnet | 1.75 Bn | 868.32 Mn | 74.45 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 |
|---|---|
| May 31, 2026 | 4.77 Mn |
| Feb 28, 2026 | 3.31 Mn |
| Nov 30, 2025 | 2.77 Mn |
Applied Digital Non Operating Investment Income 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=non-operating-investment-income&ticker=APLD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-income", "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=non-operating-investment-income&ticker=APLD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();