Applied Digital (APLD) Income from Non-Controlling Interests (2022 - 2023)
Applied Digital's (APLD) quarterly Income from Non-Controlling Interests came in at -$397000.0 in Q3 2023, down 210.16% on a YoY basis from $360397.2 in Q3 2022, and down 3.66% quarter-over-quarter from -$383000.0 in Q2 2023.
Applied Digital (APLD) Income from Non-Controlling Interests (2022 - 2023) Analysis & Trends
Applied Digital (APLD) has reported Income from Non-Controlling Interests for 2 consecutive years, with -$397000.0 the latest figure, recorded in Q3 2023.
- For the quarter ending Q3 2023, Income from Non-Controlling Interests fell 210.16% year-over-year to -$397000.0; the trailing twelve-month figure through May 2024 stood at -$397000.0 (up 58.65% YoY), and the FY2024 full-year result was -$397000.0, up 58.65% from the prior year.
- Income from Non-Controlling Interests slipped to -$397000.0 in Q3 2023 per APLD's latest filing, from -$383000.0 in the prior quarter.
- Across five years, Income from Non-Controlling Interests topped out at -$10000.0 in Q2 2022 and bottomed at -$397000.0 in Q3 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 100.78 Bn | 98.58 Bn | 1.40 Bn | -2.00 Mn |
| 2 | Terawulf | 8.49 Bn | 5.72 Bn | 32.37 Mn | -910,000.00 |
| 3 | Applied Digital | 8.10 Bn | 6.08 Bn | 97.29 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 | -355,000.00 |
| 6 | Core Scientific | 5.75 Bn | 3.81 Bn | 70.04 Mn | - |
| 7 | Vnet | 1.75 Bn | 868.32 Mn | 74.45 Mn | -1.85 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 |
|---|---|
| Aug 31, 2023 | -397,000.00 |
| May 31, 2023 | -383,000.00 |
| Feb 28, 2023 | -316,000.00 |
| Nov 30, 2022 | -133,000.00 |
| Aug 31, 2022 | -128,000.00 |
| May 31, 2022 | -10,000.00 |
Applied Digital Income from Non-Controlling Interests 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-non-controlling-interests&ticker=APLD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=APLD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();