Industrial Logistics Properties Trust (ILPT) Net Equity Issued and Repurchased (2018)
Industrial Logistics Properties Trust's (ILPT) quarterly Net Equity Issued and Repurchased came in at $444.3 million in Q1 2018.
Industrial Logistics Properties Trust (ILPT) Net Equity Issued and Repurchased (2018) Analysis & Trends
Industrial Logistics Properties Trust (ILPT) has reported Net Equity Issued and Repurchased for 1 consecutive years, with $444.3 million the latest figure, recorded in Q1 2018.
- On a quarterly basis, Net Equity Issued and Repurchased changed N/A year-over-year to $444.3 million in Q1 2018; TTM through Dec 2018 was $444.3 million, a N/A change from a year earlier, with the FY2018 full-year figure at $444.3 million, changed N/A from the prior year.
- Net Equity Issued and Repurchased was $444.3 million for Q1 2018 at Industrial Logistics Properties Trust.
- Over five years, Net Equity Issued and Repurchased peaked at $444.3 million in Q1 2018 and troughed at $444.3 million in Q1 2018.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Equity Issued (Qtr) |
|---|---|---|---|---|---|
| 1 | Prologis | 126.70 Bn | 131.10 Bn | 2.41 Bn | - |
| 2 | Eastgroup Properties | 10.89 Bn | 10.89 Bn | 193.10 Mn | - |
| 3 | Rexford Industrial Realty | 8.63 Bn | 8.99 Bn | - | - |
| 4 | Lineage | 8.55 Bn | 9.48 Bn | 425.00 Mn | - |
| 5 | STAG Industrial | 7.23 Bn | 7.31 Bn | - | - |
| 6 | Terreno Realty | 7.15 Bn | 7.15 Bn | - | 132.45 Mn |
| 7 | Americold Realty Trust | 4.20 Bn | 4.20 Bn | 212.69 Mn | - |
| 8 | LXP Industrial Trust | 3.59 Bn | 3.60 Bn | 71.94 Mn | - |
| 9 | Innovative Industrial Properties | 1.55 Bn | 1.55 Bn | - | 34.75 Mn |
| 10 | Industrial Logistics Properties Trust | 521.41 Mn | 900.92 Mn | - | - |
Industrial Logistics Properties 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=ILPT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-equity-issued-and-repurchased", "ticker": "ILPT", "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=ILPT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();