Equinix (EQIX) Dividends Paid - Common Growth (3y) (2018 - 2026)
Analysis
Equinix (EQIX) Dividends Paid - Common Growth (3y) (2018 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Div. Paid (Common) Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Equinix | 104.32 Bn | 102.12 Bn | 1.40 Bn | 16.69% |
| 2 | Terawulf | 8.71 Bn | 5.94 Bn | 32.37 Mn | - |
| 3 | Applied Digital | 8.12 Bn | 6.10 Bn | 97.29 Mn | - |
| 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 | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 16.69% |
| Mar 31, 2026 | 16.77% |
| Dec 31, 2025 | 16.96% |
| Sep 30, 2025 | 17.06% |
| Jun 30, 2025 | 17.57% |
| Mar 31, 2025 | 17.34% |
| Dec 31, 2024 | 16.76% |
| Sep 30, 2024 | 16.33% |
| Jun 30, 2024 | 16.21% |
| Mar 31, 2024 | 16.13% |
| Dec 31, 2023 | 19.23% |
| Sep 30, 2023 | 10.53% |
| Jun 30, 2023 | 10.80% |
| Mar 31, 2023 | 11.77% |
| Dec 31, 2022 | 11.05% |
| Sep 30, 2022 | 11.03% |
| Jun 30, 2022 | 10.74% |
| Mar 31, 2022 | 12.29% |
| Dec 31, 2021 | 12.17% |
| Sep 30, 2021 | 12.15% |
API Access
Equinix Dividends Paid - Common Growth (3y) 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-growth-3y&ticker=EQIX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common-growth-3y", "ticker": "EQIX", "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-growth-3y&ticker=EQIX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();