Digital Realty Trust (DLR) Accounts Payables (2009 - 2026)
Digital Realty Trust (DLR) posted Accounts 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) Accounts Payables (2009 - 2026) Analysis & Trends
Digital Realty Trust has reported Accounts Payables for 18 years, with the latest figure at $3.2 billion in Q2 2026.
- On a quarterly basis, Accounts 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 $2.6 billion, up 26.49% from the prior year.
- Accounts 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 Accounts Payables was $3.2 billion in Q2 2026, with the low at $1.6 billion in Q1 2022.
- Average Accounts Payables over 5 years is $2.1 billion, with a median of $2.1 billion recorded in 2024.
- The sharpest annual moves came in 2024 and 2026: Accounts Payables fell 10.88% in 2024, then surged 40.28% in 2026.
- Over 5 years, Accounts Payables stood at $1.9 billion in 2022, then grew by 16.06% to $2.2 billion in 2023, then dropped by 5.2% to $2.1 billion in 2024, then advanced by 26.49% to $2.6 billion in 2025, then increased by 24.64% to $3.2 billion in 2026.
- The last three Accounts Payables figures came in at $3.2 billion (Q2 2026), $2.4 billion (Q1 2026), and $2.6 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Accounts 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 | 2.60 Bn |
| Sep 30, 2025 | 2.38 Bn |
| Jun 30, 2025 | 2.31 Bn |
| Mar 31, 2025 | 1.93 Bn |
| Dec 31, 2024 | 2.06 Bn |
| Sep 30, 2024 | 2.14 Bn |
| Jun 30, 2024 | 1.97 Bn |
| Mar 31, 2024 | 1.87 Bn |
| Dec 31, 2023 | 2.17 Bn |
| Sep 30, 2023 | 2.15 Bn |
| Jun 30, 2023 | 2.21 Bn |
| Mar 31, 2023 | 1.92 Bn |
| Dec 31, 2022 | 1.87 Bn |
| Sep 30, 2022 | 1.62 Bn |
| Jun 30, 2022 | 1.62 Bn |
| Mar 31, 2022 | 1.57 Bn |
| Dec 31, 2021 | 1.54 Bn |
| Sep 30, 2021 | 1.34 Bn |
Digital Realty Trust Accounts 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=accounts-payables&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "accounts-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=accounts-payables&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();