Digital Realty Trust (DLR) Operating Leases (2009 - 2026)
Digital Realty Trust (DLR) posted Operating Leases of $1.2 billion for Q2 2026, down 0.74% on a QoQ basis from $1.2 billion in Q1 2026, and down 6.83% year-over-year from $1.3 billion in Q2 2025.
Digital Realty Trust (DLR) Operating Leases (2009 - 2026) Analysis & Trends
Digital Realty Trust has reported Operating Leases for 18 years, with the latest figure at $1.2 billion in Q2 2026.
- On a quarterly basis, Operating Leases fell 6.83% year-over-year to $1.2 billion in Q2 2026; TTM through Jun 2026 was $1.2 billion, a 6.83% decrease from a year earlier, with the FY2025 full-year figure at $1.3 billion, down 3.17% from the prior year.
- Operating Leases was $1.2 billion for Q2 2026 at Digital Realty Trust, down from $1.2 billion in the prior quarter.
- The five-year high for Operating Leases was $1.5 billion in Q4 2023, with the low at $1.2 billion in Q2 2026.
- Average Operating Leases over 5 years is $1.4 billion, with a median of $1.4 billion recorded in 2024.
- The sharpest annual moves came in 2023 and 2024: Operating Leases climbed 4.83% in 2023, then decreased 16.07% in 2024.
- Over 5 years, Operating Leases stood at $1.5 billion in 2022, then increased by 4.83% to $1.5 billion in 2023, then slipped by 16.07% to $1.3 billion in 2024, then fell by 3.17% to $1.3 billion in 2025, then slipped by 3.49% to $1.2 billion in 2026.
- The last three Operating Leases figures came in at $1.2 billion (Q2 2026), $1.2 billion (Q1 2026), and $1.3 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.21 Bn |
| Mar 31, 2026 | 1.22 Bn |
| Dec 31, 2025 | 1.25 Bn |
| Sep 30, 2025 | 1.29 Bn |
| Jun 30, 2025 | 1.30 Bn |
| Mar 31, 2025 | 1.28 Bn |
| Dec 31, 2024 | 1.29 Bn |
| Sep 30, 2024 | 1.34 Bn |
| Jun 30, 2024 | 1.34 Bn |
| Mar 31, 2024 | 1.36 Bn |
| Dec 31, 2023 | 1.54 Bn |
| Sep 30, 2023 | 1.40 Bn |
| Jun 30, 2023 | 1.42 Bn |
| Mar 31, 2023 | 1.44 Bn |
| Dec 31, 2022 | 1.47 Bn |
| Sep 30, 2022 | 1.36 Bn |
| Jun 30, 2022 | 1.42 Bn |
| Mar 31, 2022 | 1.47 Bn |
| Dec 31, 2021 | 1.51 Bn |
| Sep 30, 2021 | 1.54 Bn |
Digital Realty Trust Operating Leases 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=operating-leases&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-leases", "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=operating-leases&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();