Digital Realty Trust (DLR) Long-Term Deferred Tax (2012 - 2025)
Digital Realty Trust (DLR) posted Long-Term Deferred Tax of $13.8 million for Q4 2025, up 294.29% on a QoQ basis from $3.5 million in Q4 2024, and up 294.29% year-over-year from $3.5 million in Q4 2024.
Digital Realty Trust (DLR) Long-Term Deferred Tax (2012 - 2025) Analysis & Trends
Digital Realty Trust has reported Long-Term Deferred Tax for 7 years, with the latest figure at $13.8 million in Q4 2025.
- On a quarterly basis, Long-Term Deferred Tax rose 294.29% year-over-year to $13.8 million in Q4 2025; TTM through Dec 2025 was $13.8 million, a 294.29% increase from a year earlier, with the FY2025 full-year figure at $13.8 million, up 294.29% from the prior year.
- Long-Term Deferred Tax was $13.8 million for Q4 2025 at Digital Realty Trust, up from $3.5 million in the prior quarter.
- The five-year high for Long-Term Deferred Tax was $13.8 million in Q4 2025, with the low at $3.5 million in Q4 2024.
- Average Long-Term Deferred Tax over 5 years is $7.9 million, with a median of $7.7 million recorded in 2021.
- The sharpest annual moves came in 2024 and 2025: Long-Term Deferred Tax sank 43.55% in 2024, then surged 294.29% in 2025.
- Over 5 years, Long-Term Deferred Tax stood at $7.7 million in 2021, then grew by 6.49% to $8.2 million in 2022, then fell by 24.39% to $6.2 million in 2023, then plunged by 43.55% to $3.5 million in 2024, then soared by 294.29% to $13.8 million in 2025.
- The last three Long-Term Deferred Tax figures came in at $13.8 million (Q4 2025), $3.5 million (Q4 2024), and $6.2 million (Q4 2023), 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 |
|---|---|
| Dec 31, 2025 | 13.80 Mn |
| Dec 31, 2024 | 3.50 Mn |
| Dec 31, 2023 | 6.20 Mn |
| Dec 31, 2022 | 8.20 Mn |
| Dec 31, 2021 | 7.70 Mn |
| Dec 31, 2013 | 110.40 Mn |
| Sep 30, 2013 | 87.80 Mn |
| Jun 30, 2013 | 75.30 Mn |
| Mar 31, 2013 | 71.60 Mn |
| Dec 31, 2012 | 75.40 Mn |
Digital Realty Trust Long-Term Deferred Tax 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=long-term-deferred-tax&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-deferred-tax", "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=long-term-deferred-tax&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();