Applied Digital (APLD) Dividends Paid - Common (2026)
Applied Digital's (APLD) quarterly Dividends Paid - Common came in at $886000.0 in Q2 2026, up 345.23% quarter-over-quarter from $199000.0 in Q1 2026.
Applied Digital (APLD) Dividends Paid - Common (2026) Analysis & Trends
Applied Digital (APLD) has reported Dividends Paid - Common for 1 consecutive years, with $886000.0 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Dividends Paid - Common changed N/A year-over-year to $886000.0; the trailing twelve-month figure through May 2026 stood at $1.1 million (changed N/A YoY), and the FY2026 full-year result was $62.9 million, changed N/A from the prior year.
- Dividends Paid - Common grew to $886000.0 in Q2 2026 per APLD's latest filing, from $199000.0 in the prior quarter.
- Across five years, Dividends Paid - Common topped out at $886000.0 in Q2 2026 and bottomed at $199000.0 in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Div. Paid (Common) (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 104.32 Bn | 102.12 Bn | 1.40 Bn | 510.00 Mn |
| 2 | Terawulf | 8.71 Bn | 5.94 Bn | 32.37 Mn | - |
| 3 | Applied Digital | 8.12 Bn | 6.10 Bn | 97.29 Mn | 886,000.00 |
| 4 | Cipher Digital | 7.83 Bn | 3.83 Bn | 9.79 Mn | - |
| 5 | GDS Holdings | 7.07 Bn | 5.01 Bn | 97.89 Mn | - |
| 6 | Core Scientific | 5.87 Bn | 3.93 Bn | 70.04 Mn | - |
| 7 | Vnet | 1.95 Bn | 1.06 Bn | 74.45 Mn | - |
| 8 | Sify Technologies | 1.53 Bn | 1.53 Bn | 51.65 Mn | - |
| 9 | WhiteFiber | 771.39 Mn | 711.02 Mn | 18.88 Mn | - |
| 10 | Vulcan Infrastructure & Power | 455.54 Mn | 452.34 Mn | -1.25 Mn | - |
Applied Digital Dividends Paid - Common 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=dividends-paid-common&ticker=APLD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common", "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=dividends-paid-common&ticker=APLD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();