Digital Realty Trust (DLR) Cash & Equivalents Growth (3y) (2012 - 2026)
Analysis
Digital Realty Trust (DLR) Cash & Equivalents Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - | 146.49% |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 146.49% |
| Mar 31, 2026 | 164.32% |
| Dec 31, 2025 | 189.83% |
| Sep 30, 2025 | 165.17% |
| Jun 30, 2025 | 229.64% |
| Mar 31, 2025 | 144.96% |
| Dec 31, 2024 | 200.47% |
| Sep 30, 2024 | 165.69% |
| Jun 30, 2024 | 166.56% |
| Mar 31, 2024 | 75.42% |
| Dec 31, 2023 | 146.52% |
| Sep 30, 2023 | 3.02% |
| Jun 30, 2023 | -37.30% |
| Mar 31, 2023 | -18.91% |
| Dec 31, 2022 | 16.43% |
| Sep 30, 2022 | 190.89% |
| Jun 30, 2022 | 43.56% |
| Mar 31, 2022 | 8.44% |
| Dec 31, 2021 | 4.04% |
| Sep 30, 2021 | 35.88% |
API Access
Digital Realty Trust Cash & Equivalents 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=cash-and-equivalents-growth-3y&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-3y", "ticker": "DLR", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=cash-and-equivalents-growth-3y&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();