Digital Realty Trust (DLR) Receivables - Other (2020 - 2026)
Digital Realty Trust (DLR) posted Receivables - Other of $226.6 million for Q2 2026, down 17.96% on a QoQ basis from $276.1 million in Q1 2026, and up 16.27% year-over-year from $194.9 million in Q2 2025.
Digital Realty Trust (DLR) Receivables - Other (2020 - 2026) Analysis & Trends
Digital Realty Trust has reported Receivables - Other for 7 years, with the latest figure at $226.6 million in Q2 2026.
- On a quarterly basis, Receivables - Other rose 16.27% year-over-year to $226.6 million in Q2 2026; TTM through Jun 2026 was $226.6 million, a 16.27% increase from a year earlier, with the FY2025 full-year figure at $188.0 million, down 1.5% from the prior year.
- Receivables - Other was $226.6 million for Q2 2026 at Digital Realty Trust, down from $276.1 million in the prior quarter.
- The five-year high for Receivables - Other was $276.1 million in Q1 2026, with the low at $38.8 million in Q1 2022.
- Average Receivables - Other over 5 years is $133.0 million, with a median of $117.5 million recorded in 2024.
- The sharpest annual moves came in 2024 and 2025: Receivables - Other jumped 178.8% in 2024, then decreased 1.5% in 2025.
- Over 5 years, Receivables - Other stood at $52.8 million in 2022, then advanced by 29.61% to $68.4 million in 2023, then surged by 178.8% to $190.8 million in 2024, then declined by 1.5% to $188.0 million in 2025, then grew by 20.53% to $226.6 million in 2026.
- The last three Receivables - Other figures came in at $226.6 million (Q2 2026), $276.1 million (Q1 2026), and $188.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 226.56 Mn |
| Mar 31, 2026 | 276.15 Mn |
| Dec 31, 2025 | 187.97 Mn |
| Sep 30, 2025 | 210.87 Mn |
| Jun 30, 2025 | 194.87 Mn |
| Mar 31, 2025 | 243.90 Mn |
| Dec 31, 2024 | 190.83 Mn |
| Sep 30, 2024 | 125.46 Mn |
| Jun 30, 2024 | 121.94 Mn |
| Mar 31, 2024 | 113.07 Mn |
| Dec 31, 2023 | 68.45 Mn |
| Sep 30, 2023 | 100.60 Mn |
| Jun 30, 2023 | 68.42 Mn |
| Mar 31, 2023 | 66.63 Mn |
| Dec 31, 2022 | 52.81 Mn |
| Sep 30, 2022 | 59.13 Mn |
| Jun 30, 2022 | 48.35 Mn |
| Mar 31, 2022 | 38.84 Mn |
| Dec 31, 2021 | 27.99 Mn |
| Dec 31, 2020 | 20.28 Mn |
Digital Realty Trust Receivables - Other 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=receivables-other&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables-other", "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=receivables-other&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();