Digital Realty Trust (DLR) Payables (2009 - 2026)
Digital Realty Trust (DLR) posted Payables of $3.2 billion for Q2 2026, up 33.96% on a QoQ basis from $2.4 billion in Q1 2026, and up 40.28% year-over-year from $2.3 billion in Q2 2025.
Digital Realty Trust (DLR) Payables (2009 - 2026) Analysis & Trends
Digital Realty Trust has reported Payables for 18 years, with the latest figure at $3.2 billion in Q2 2026.
- On a quarterly basis, Payables rose 40.28% year-over-year to $3.2 billion in Q2 2026; TTM through Jun 2026 was $3.2 billion, a 40.28% increase from a year earlier, with the FY2025 full-year figure at $3.0 billion, up 22.4% from the prior year.
- Payables was $3.2 billion for Q2 2026 at Digital Realty Trust, up from $2.4 billion in the prior quarter.
- The five-year high for Payables was $3.2 billion in Q2 2026, with the low at $1.6 billion in Q1 2022.
- Average Payables over 5 years is $2.2 billion, with a median of $2.2 billion recorded in 2023.
- The sharpest annual moves came in 2024 and 2026: Payables fell 10.88% in 2024, then surged 40.28% in 2026.
- Over 5 years, Payables stood at $2.2 billion in 2022, then increased by 14.53% to $2.6 billion in 2023, then slipped by 3.21% to $2.5 billion in 2024, then advanced by 22.4% to $3.0 billion in 2025, then gained by 7.01% to $3.2 billion in 2026.
- The last three Payables figures came in at $3.2 billion (Q2 2026), $2.4 billion (Q1 2026), and $3.0 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - | 3.24 Bn |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - | 149.69 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.24 Bn |
| Mar 31, 2026 | 2.42 Bn |
| Dec 31, 2025 | 3.03 Bn |
| Sep 30, 2025 | 2.38 Bn |
| Jun 30, 2025 | 2.31 Bn |
| Mar 31, 2025 | 1.93 Bn |
| Dec 31, 2024 | 2.47 Bn |
| Sep 30, 2024 | 2.14 Bn |
| Jun 30, 2024 | 1.97 Bn |
| Mar 31, 2024 | 1.87 Bn |
| Dec 31, 2023 | 2.56 Bn |
| Sep 30, 2023 | 2.15 Bn |
| Jun 30, 2023 | 2.21 Bn |
| Mar 31, 2023 | 1.92 Bn |
| Dec 31, 2022 | 2.23 Bn |
| Sep 30, 2022 | 1.62 Bn |
| Jun 30, 2022 | 1.62 Bn |
| Mar 31, 2022 | 1.57 Bn |
| Dec 31, 2021 | 1.88 Bn |
| Sep 30, 2021 | 1.34 Bn |
Digital Realty Trust Payables 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=payables&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "payables", "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=payables&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();