Digital Realty Trust (DLR) Asset Writedowns and Impairment (2009 - 2024)
Digital Realty Trust (DLR) posted Asset Writedowns and Impairment of $22.9 million for Q4 2024, down 86.4% on a QoQ basis from $168.3 million in Q2 2024, and up 326.65% year-over-year from $5.4 million in Q1 2024.
Digital Realty Trust (DLR) Asset Writedowns and Impairment (2009 - 2024) Analysis & Trends
Digital Realty Trust has reported Asset Writedowns and Impairment for 14 years, with the latest figure at $22.9 million in Q4 2024.
- On a quarterly basis, Asset Writedowns and Impairment rose 326.65% year-over-year to $22.9 million in Q4 2024; TTM through Dec 2024 was $196.5 million, a 66.05% increase from a year earlier, with the FY2025 full-year figure at $78.6 million, down 58.91% from the prior year.
- Asset Writedowns and Impairment was $22.9 million for Q4 2024 at Digital Realty Trust, down from $168.3 million in the prior quarter.
- The five-year high for Asset Writedowns and Impairment was $168.3 million in Q2 2024, with the low at $3.1 million in Q1 2020.
- Average Asset Writedowns and Impairment over 3 years is $53.2 million, with a median of $14.7 million recorded in 2020.
- The sharpest annual moves came in 2020 and 2024: Asset Writedowns and Impairment sank 48.33% in 2020, then jumped 326.65% in 2024.
- Over 3 years, Asset Writedowns and Impairment stood at $6.5 million in 2020, then declined by 17.26% to $5.4 million in 2023, then surged by 326.65% to $22.9 million in 2024.
- The last three Asset Writedowns and Impairment figures came in at $22.9 million (Q4 2024), $168.3 million (Q2 2024), and $5.4 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, 2024 | 22.88 Mn |
| Jun 30, 2024 | 168.30 Mn |
| Dec 31, 2023 | 5.36 Mn |
| Sep 30, 2023 | 113.00 Mn |
| Sep 30, 2020 | 6.48 Mn |
| Mar 31, 2020 | 3.15 Mn |
| Mar 31, 2019 | 6.09 Mn |
| Dec 31, 2018 | 3.71 Mn |
| Mar 31, 2018 | -494,000.00 |
| Sep 30, 2017 | 28.99 Mn |
| Jun 30, 2017 | -1.25 Mn |
| Mar 31, 2017 | -1.31 Mn |
| Dec 31, 2016 | -2.61 Mn |
| Jun 30, 2016 | 1.96 Mn |
| Mar 31, 2016 | -1.93 Mn |
| Dec 31, 2015 | 74.52 Mn |
| Jun 30, 2015 | -59,000.00 |
| Dec 31, 2014 | 113.97 Mn |
| Sep 30, 2014 | 12.50 Mn |
| Jun 30, 2014 | -626,000.00 |
Digital Realty Trust Asset Writedowns and Impairment 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=asset-writedowns-and-impairment&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-writedowns-and-impairment", "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=asset-writedowns-and-impairment&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();