Digital Realty Trust (DLR) Receivables (2009 - 2026)
Digital Realty Trust (DLR) posted Receivables of $1.8 billion for Q2 2026, up 4.99% on a QoQ basis from $1.7 billion in Q1 2026, and up 0.59% year-over-year from $1.8 billion in Q2 2025.
Digital Realty Trust (DLR) Receivables (2009 - 2026) Analysis & Trends
Digital Realty Trust has reported Receivables for 18 years, with the latest figure at $1.8 billion in Q2 2026.
- On a quarterly basis, Receivables rose 0.59% year-over-year to $1.8 billion in Q2 2026; TTM through Jun 2026 was $1.8 billion, a 0.59% increase from a year earlier, with the FY2025 full-year figure at $1.5 billion, up 6.81% from the prior year.
- Receivables was $1.8 billion for Q2 2026 at Digital Realty Trust, up from $1.7 billion in the prior quarter.
- The five-year high for Receivables was $1.8 billion in Q2 2026, with the low at $813.4 million in Q1 2022.
- Average Receivables over 5 years is $1.4 billion, with a median of $1.4 billion recorded in 2023.
- The sharpest annual moves came in 2023 and 2024: Receivables soared 54.99% in 2023, then retreated 1.85% in 2024.
- Over 5 years, Receivables stood at $1.0 billion in 2022, then jumped by 31.74% to $1.3 billion in 2023, then grew by 7.56% to $1.4 billion in 2024, then rose by 6.81% to $1.5 billion in 2025, then advanced by 15.82% to $1.8 billion in 2026.
- The last three Receivables figures came in at $1.8 billion (Q2 2026), $1.7 billion (Q1 2026), and $1.5 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - | 1.79 Bn |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.79 Bn |
| Mar 31, 2026 | 1.71 Bn |
| Dec 31, 2025 | 1.55 Bn |
| Sep 30, 2025 | 1.71 Bn |
| Jun 30, 2025 | 1.78 Bn |
| Mar 31, 2025 | 1.62 Bn |
| Dec 31, 2024 | 1.45 Bn |
| Sep 30, 2024 | 1.40 Bn |
| Jun 30, 2024 | 1.34 Bn |
| Mar 31, 2024 | 1.33 Bn |
| Dec 31, 2023 | 1.35 Bn |
| Sep 30, 2023 | 1.43 Bn |
| Jun 30, 2023 | 1.23 Bn |
| Mar 31, 2023 | 1.14 Bn |
| Dec 31, 2022 | 1.02 Bn |
| Sep 30, 2022 | 920.25 Mn |
| Jun 30, 2022 | 845.55 Mn |
| Mar 31, 2022 | 813.42 Mn |
| Dec 31, 2021 | 699.71 Mn |
| Sep 30, 2021 | 610.42 Mn |
Digital Realty Trust Receivables 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&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables", "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&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();