Digital Realty Trust (DLR) Net Equity Issued and Repurchased (2010 - 2022)
Digital Realty Trust (DLR) posted Net Equity Issued and Repurchased of $539.0 million for Q4 2022, up 191234.75% on a QoQ basis from -$282000.0 in Q3 2019.
Digital Realty Trust (DLR) Net Equity Issued and Repurchased (2010 - 2022) Analysis & Trends
Digital Realty Trust has reported Net Equity Issued and Repurchased for 9 years, with the latest figure at $539.0 million in Q4 2022.
- On a quarterly basis, Net Equity Issued and Repurchased changed N/A year-over-year to $539.0 million in Q4 2022; TTM through Dec 2022 was $741.0 million, a N/A change from a year earlier, with the FY2023 full-year figure at $939.0 million, changed 0.0% from the prior year.
- Net Equity Issued and Repurchased was $539.0 million for Q4 2022 at Digital Realty Trust, up from -$282000.0 in the prior quarter.
- The five-year high for Net Equity Issued and Repurchased was $539.0 million in Q4 2022, with the low at -$760000.0 in Q2 2019.
- Average Net Equity Issued and Repurchased over 3 years is $92.8 million, with a median of -$147000.0 recorded in 2018.
- The sharpest annual moves came in 2018 and 2019: Net Equity Issued and Repurchased plunged 110.17% in 2018, then soared 1692166.67% in 2019.
- Over 3 years, Net Equity Issued and Repurchased stood at $2.5 million in 2018, then sank by 111.34% to -$282000.0 in 2019, then jumped by 191234.75% to $539.0 million in 2022.
- The last three Net Equity Issued and Repurchased figures came in at $539.0 million (Q4 2022), -$282000.0 (Q3 2019), and -$760000.0 (Q2 2019), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Equity Issued and Repurchased (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, 2022 | 539.00 Mn |
| Sep 30, 2019 | -282,000.00 |
| Jun 30, 2019 | -760,000.00 |
| Mar 31, 2019 | 203.05 Mn |
| Dec 31, 2018 | 2.49 Mn |
| Sep 30, 2018 | -640,000.00 |
| Jun 30, 2018 | -640,000.00 |
| Mar 31, 2018 | -12,000.00 |
| Dec 31, 2017 | 200,000.00 |
| Sep 30, 2017 | 193.35 Mn |
| Jun 30, 2017 | 211.77 Mn |
| Mar 31, 2017 | 118,000.00 |
| Dec 31, 2016 | -649,000.00 |
| Sep 30, 2016 | 1.09 Bn |
| Dec 31, 2015 | 918.94 Mn |
| Sep 30, 2012 | 830.88 Mn |
| Mar 31, 2012 | 63.35 Mn |
| Dec 31, 2011 | 42.83 Mn |
| Sep 30, 2011 | 240.04 Mn |
| Jun 30, 2011 | 400.00 Mn |
Digital Realty Trust Net Equity Issued and Repurchased 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=net-equity-issued-and-repurchased&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-equity-issued-and-repurchased", "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=net-equity-issued-and-repurchased&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();