Digital Realty Trust (DLR) Liabilities from Discontinued Operations (2014 - 2024)
Digital Realty Trust (DLR) posted Liabilities from Discontinued Operations of $10.0 million for Q1 2024, down 74.41% on a QoQ basis from $39.0 million in Q4 2023.
Digital Realty Trust (DLR) Liabilities from Discontinued Operations (2014 - 2024) Analysis & Trends
Digital Realty Trust has reported Liabilities from Discontinued Operations for 9 years, with the latest figure at $10.0 million in Q1 2024.
- On a quarterly basis, Liabilities from Discontinued Operations changed N/A year-over-year to $10.0 million in Q1 2024; TTM through Mar 2024 was $10.0 million, a N/A change from a year earlier, with the FY2023 full-year figure at $39.0 million, changed N/A from the prior year.
- Liabilities from Discontinued Operations was $10.0 million for Q1 2024 at Digital Realty Trust, down from $39.0 million in the prior quarter.
- The five-year high for Liabilities from Discontinued Operations was $39.0 million in Q4 2023, with the low at $238000.0 in Q2 2020.
- Average Liabilities from Discontinued Operations over 3 years is $13.6 million, with a median of $7.5 million recorded in 2023.
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 |
|---|---|
| Mar 31, 2024 | 9.98 Mn |
| Dec 31, 2023 | 39.00 Mn |
| Jun 30, 2023 | 5.00 Mn |
| Jun 30, 2020 | 238,000.00 |
| Dec 31, 2019 | 2.70 Mn |
| Sep 30, 2019 | 23.53 Mn |
| Mar 31, 2018 | 1.77 Mn |
| Dec 31, 2017 | 5.03 Mn |
| Sep 30, 2017 | 4.66 Mn |
| Jun 30, 2017 | 2.95 Mn |
| Mar 31, 2017 | 3.07 Mn |
| Dec 31, 2016 | 2.60 Mn |
| Sep 30, 2016 | 2.82 Mn |
| Jun 30, 2016 | 13.09 Mn |
| Mar 31, 2016 | 4.97 Mn |
| Dec 31, 2015 | 5.80 Mn |
| Sep 30, 2015 | 6.89 Mn |
| Jun 30, 2015 | 7.44 Mn |
| Mar 31, 2015 | 3.23 Mn |
| Dec 31, 2014 | 5.76 Mn |
Digital Realty Trust Liabilities from Discontinued Operations 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=liabilities-from-discontinued-operations&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "liabilities-from-discontinued-operations", "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=liabilities-from-discontinued-operations&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();