Industrial Logistics Properties Trust (ILPT) Change in Acquisitions & Divestments (2022)
Industrial Logistics Properties Trust's (ILPT) quarterly Change in Acquisitions & Divestments came in at $25.1 million in Q2 2022, down 78.35% quarter-over-quarter from $115.7 million in Q1 2022.
Industrial Logistics Properties Trust (ILPT) Change in Acquisitions & Divestments (2022) Analysis & Trends
Industrial Logistics Properties Trust (ILPT) has reported Change in Acquisitions & Divestments for 1 consecutive years, with $25.1 million the latest figure, recorded in Q2 2022.
- On a quarterly basis, Change in Acquisitions & Divestments changed N/A year-over-year to $25.1 million in Q2 2022; TTM through Mar 2023 was $25.1 million, a N/A change from a year earlier, with the FY2022 full-year figure at $140.8 million, changed N/A from the prior year.
- Change in Acquisitions & Divestments was $25.1 million for Q2 2022 at Industrial Logistics Properties Trust, down from $115.7 million in the prior quarter.
- Over five years, Change in Acquisitions & Divestments peaked at $115.7 million in Q1 2022 and troughed at $25.1 million in Q2 2022.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Prologis | 125.76 Bn | 130.15 Bn | 2.41 Bn |
| 2 | Eastgroup Properties | 10.88 Bn | 10.88 Bn | 193.10 Mn |
| 3 | Rexford Industrial Realty | 8.56 Bn | 8.91 Bn | - |
| 4 | Lineage | 8.39 Bn | 9.32 Bn | 425.00 Mn |
| 5 | STAG Industrial | 7.25 Bn | 7.32 Bn | - |
| 6 | Terreno Realty | 7.08 Bn | 7.08 Bn | - |
| 7 | Americold Realty Trust | 4.11 Bn | 4.11 Bn | 212.69 Mn |
| 8 | LXP Industrial Trust | 3.58 Bn | 3.60 Bn | 71.94 Mn |
| 9 | Innovative Industrial Properties | 1.53 Bn | 1.53 Bn | - |
| 10 | Industrial Logistics Properties Trust | 514.74 Mn | 894.24 Mn | - |
Industrial Logistics Properties Trust Change in Acquisitions & Divestments 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-acquisitions-and-divestments&ticker=ILPT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-acquisitions-and-divestments", "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=change-in-acquisitions-and-divestments&ticker=ILPT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();