Digital Realty Trust (DLR) Receivables - Net (2009 - 2026)
Digital Realty Trust (DLR) posted Receivables - Net of $1.6 billion for Q2 2026, up 9.42% on a QoQ basis from $1.4 billion in Q1 2026, and down 1.34% year-over-year from $1.6 billion in Q2 2025.
Digital Realty Trust (DLR) Receivables - Net (2009 - 2026) Analysis & Trends
Digital Realty Trust has reported Receivables - Net for 18 years, with the latest figure at $1.6 billion in Q2 2026.
- On a quarterly basis, Receivables - Net fell 1.34% year-over-year to $1.6 billion in Q2 2026; TTM through Jun 2026 was $1.6 billion, a 1.34% decrease from a year earlier, with the FY2025 full-year figure at $1.4 billion, up 8.07% from the prior year.
- Receivables - Net was $1.6 billion for Q2 2026 at Digital Realty Trust, up from $1.4 billion in the prior quarter.
- The five-year high for Receivables - Net was $1.6 billion in Q2 2025, with the low at $774.6 million in Q1 2022.
- Average Receivables - Net over 5 years is $1.2 billion, with a median of $1.3 billion recorded in 2024.
- The sharpest annual moves came in 2023 and 2024: Receivables - Net soared 53.95% in 2023, then fell 3.87% in 2024.
- Over 5 years, Receivables - Net stood at $969.3 million in 2022, then surged by 31.86% to $1.3 billion in 2023, then fell by 1.62% to $1.3 billion in 2024, then gained by 8.07% to $1.4 billion in 2025, then increased by 15.16% to $1.6 billion in 2026.
- The last three Receivables - Net figures came in at $1.6 billion (Q2 2026), $1.4 billion (Q1 2026), and $1.4 billion (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 | 1.56 Bn |
| Mar 31, 2026 | 1.43 Bn |
| Dec 31, 2025 | 1.36 Bn |
| Sep 30, 2025 | 1.50 Bn |
| Jun 30, 2025 | 1.59 Bn |
| Mar 31, 2025 | 1.37 Bn |
| Dec 31, 2024 | 1.26 Bn |
| Sep 30, 2024 | 1.27 Bn |
| Jun 30, 2024 | 1.22 Bn |
| Mar 31, 2024 | 1.22 Bn |
| Dec 31, 2023 | 1.28 Bn |
| Sep 30, 2023 | 1.33 Bn |
| Jun 30, 2023 | 1.16 Bn |
| Mar 31, 2023 | 1.07 Bn |
| Dec 31, 2022 | 969.29 Mn |
| Sep 30, 2022 | 861.12 Mn |
| Jun 30, 2022 | 797.21 Mn |
| Mar 31, 2022 | 774.58 Mn |
| Dec 31, 2021 | 671.72 Mn |
| Sep 30, 2021 | 610.42 Mn |
Digital Realty Trust Receivables - Net 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-net&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables-net", "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-net&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();