Digital Realty Trust (DLR) Dividends payables (2009 - 2025)
Digital Realty Trust (DLR) posted Dividends payables of $428.3 million for Q4 2025, up 2.31% on a QoQ basis from $418.7 million in Q4 2024, and up 2.31% year-over-year from $418.7 million in Q4 2024.
Digital Realty Trust (DLR) Dividends payables (2009 - 2025) Analysis & Trends
Digital Realty Trust has reported Dividends payables for 17 years, with the latest figure at $428.3 million in Q4 2025.
- On a quarterly basis, Dividends payables rose 2.31% year-over-year to $428.3 million in Q4 2025; TTM through Dec 2025 was $428.3 million, a 2.31% increase from a year earlier, with the FY2025 full-year figure at $428.3 million, up 2.31% from the prior year.
- Dividends payables was $428.3 million for Q4 2025 at Digital Realty Trust, up from $418.7 million in the prior quarter.
- The five-year high for Dividends payables was $428.3 million in Q4 2025, with the low at $338.7 million in Q4 2021.
- Average Dividends payables over 5 years is $387.5 million, with a median of $388.0 million recorded in 2023.
- The sharpest annual moves came in 2024 and 2025: Dividends payables grew 7.91% in 2024, then increased 2.31% in 2025.
- Over 5 years, Dividends payables stood at $338.7 million in 2021, then increased by 7.38% to $363.7 million in 2022, then rose by 6.67% to $388.0 million in 2023, then advanced by 7.91% to $418.7 million in 2024, then climbed by 2.31% to $428.3 million in 2025.
- The last three Dividends payables figures came in at $428.3 million (Q4 2025), $418.7 million (Q4 2024), and $388.0 million (Q4 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Dividends payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - | - |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 428.34 Mn |
| Dec 31, 2024 | 418.66 Mn |
| Dec 31, 2023 | 387.99 Mn |
| Dec 31, 2022 | 363.72 Mn |
| Dec 31, 2021 | 338.73 Mn |
| Dec 31, 2020 | 324.39 Mn |
| Sep 30, 2020 | 571,000.00 |
| Dec 31, 2019 | 234.62 Mn |
| Dec 31, 2018 | 217.24 Mn |
| Dec 31, 2017 | 199.76 Mn |
| Dec 31, 2016 | 144.19 Mn |
| Dec 31, 2015 | 126.93 Mn |
| Dec 31, 2014 | 115.02 Mn |
| Dec 31, 2013 | 102.51 Mn |
| Dec 31, 2012 | 93.43 Mn |
| Dec 31, 2011 | 75.46 Mn |
| Dec 31, 2010 | 51.21 Mn |
| Dec 31, 2009 | 37.00 Mn |
Digital Realty Trust Dividends 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=dividends-payables&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-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=dividends-payables&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();