Digital Realty Trust (DLR) Change in Receivables (2009 - 2020)
Digital Realty Trust (DLR) posted Change in Receivables of -$28.5 million for Q4 2020, down 169.18% on a QoQ basis from $41.2 million in Q3 2020, and up 2.07% year-over-year from -$27.9 million in Q1 2020.
Digital Realty Trust (DLR) Change in Receivables (2009 - 2020) Analysis & Trends
Digital Realty Trust has reported Change in Receivables for 12 years, with the latest figure at -$28.5 million in Q4 2020.
- On a quarterly basis, Change in Receivables rose 2.07% year-over-year to -$28.5 million in Q4 2020; TTM through Dec 2020 was -$2.4 million, a 128.83% decrease from a year earlier, with the FY2020 full-year figure at -$2.4 million, down 128.83% from the prior year.
- Change in Receivables was -$28.5 million for Q4 2020 at Digital Realty Trust, down from $41.2 million in the prior quarter.
- The five-year high for Change in Receivables was $50.3 million in Q1 2019, with the low at -$32.7 million in Q4 2016.
- Average Change in Receivables over 5 years is $5.7 million, with a median of $475500.0 recorded in 2016.
- The sharpest annual moves came in 2016 and 2017: Change in Receivables sank 474.42% in 2016, then jumped 664.37% in 2017.
- Over 5 years, Change in Receivables stood at -$32.7 million in 2016, then jumped by 197.74% to $32.0 million in 2017, then slumped by 150.56% to -$16.2 million in 2018, then slumped by 79.7% to -$29.1 million in 2019, then rose by 2.07% to -$28.5 million in 2020.
- The last three Change in Receivables figures came in at -$28.5 million (Q4 2020), $41.2 million (Q3 2020), and $4.2 million (Q2 2020), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Receivables (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, 2020 | -28.47 Mn |
| Sep 30, 2020 | 41.16 Mn |
| Jun 30, 2020 | 4.17 Mn |
| Mar 31, 2020 | -19.29 Mn |
| Dec 31, 2019 | -29.08 Mn |
| Sep 30, 2019 | -7.52 Mn |
| Jun 30, 2019 | -5.23 Mn |
| Mar 31, 2019 | 50.26 Mn |
| Dec 31, 2018 | -16.18 Mn |
| Sep 30, 2018 | 28.19 Mn |
| Jun 30, 2018 | -20.94 Mn |
| Mar 31, 2018 | 30.25 Mn |
| Dec 31, 2017 | 32.00 Mn |
| Sep 30, 2017 | 18.00 Mn |
| Jun 30, 2017 | 33.17 Mn |
| Mar 31, 2017 | -9.46 Mn |
| Dec 31, 2016 | -32.74 Mn |
| Sep 30, 2016 | 45.38 Mn |
| Jun 30, 2016 | 4.34 Mn |
| Mar 31, 2016 | -3.22 Mn |
Digital Realty Trust Change in Receivables 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=change-in-receivables&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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=change-in-receivables&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();