Industrial Logistics Properties Trust (ILPT) Cash from Investing Activities (2017 - 2026)
Industrial Logistics Properties Trust's (ILPT) quarterly Cash from Investing Activities came in at $3.5 million in Q2 2026, down 41.13% year-over-year from $5.9 million in Q2 2025, and up 174.25% quarter-over-quarter from -$4.7 million in Q1 2026.
Industrial Logistics Properties Trust (ILPT) Cash from Investing Activities (2017 - 2026) Analysis & Trends
Industrial Logistics Properties Trust (ILPT) has reported Cash from Investing Activities for 10 consecutive years, with $3.5 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Investing Activities fell 41.13% year-over-year to $3.5 million in Q2 2026; TTM through Jun 2026 was $8.5 million, a 41.83% increase from a year earlier, with the FY2025 full-year figure at $4.0 million, down 75.89% from the prior year.
- Cash from Investing Activities was $3.5 million for Q2 2026 at Industrial Logistics Properties Trust, up from -$4.7 million in the prior quarter.
- Over five years, Cash from Investing Activities peaked at $36.3 million in Q4 2023 and troughed at -$3.4 billion in Q1 2022.
- A 5-year average of -$186.6 million and a median of $5.6 million in 2025 frame the typical range for Cash from Investing Activities.
- Across the five-year window, Cash from Investing Activities tumbled 436209.89% in 2022 and soared 246.5% in 2025, its largest moves.
- Over 5 years, Cash from Investing Activities stood at $11.2 million in 2022, then soared by 225.3% to $36.3 million in 2023, then tumbled by 109.99% to -$3.6 million in 2024, then soared by 246.5% to $5.3 million in 2025, then sank by 34.41% to $3.5 million in 2026.
- The last three Cash from Investing Activities figures came in at $3.5 million (Q2 2026), -$4.7 million (Q1 2026), and $5.3 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Prologis | 125.76 Bn | 130.15 Bn | 2.41 Bn | - |
| 2 | Eastgroup Properties | 10.88 Bn | 10.88 Bn | 193.10 Mn | -74.28 Mn |
| 3 | Rexford Industrial Realty | 8.56 Bn | 8.91 Bn | - | 84.20 Mn |
| 4 | Lineage | 8.39 Bn | 9.32 Bn | 425.00 Mn | -122.00 Mn |
| 5 | STAG Industrial | 7.25 Bn | 7.32 Bn | - | -316.39 Mn |
| 6 | Terreno Realty | 7.08 Bn | 7.08 Bn | - | -186.37 Mn |
| 7 | Americold Realty Trust | 4.11 Bn | 4.11 Bn | 212.69 Mn | -89.74 Mn |
| 8 | LXP Industrial Trust | 3.58 Bn | 3.60 Bn | 71.94 Mn | -133.06 Mn |
| 9 | Innovative Industrial Properties | 1.53 Bn | 1.53 Bn | - | -78.06 Mn |
| 10 | Industrial Logistics Properties Trust | 514.74 Mn | 894.24 Mn | - | 3.49 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.49 Mn |
| Mar 31, 2026 | -4.70 Mn |
| Dec 31, 2025 | 5.32 Mn |
| Sep 30, 2025 | 4.41 Mn |
| Jun 30, 2025 | 5.92 Mn |
| Mar 31, 2025 | -11.69 Mn |
| Dec 31, 2024 | -3.63 Mn |
| Sep 30, 2024 | 15.40 Mn |
| Jun 30, 2024 | 16.42 Mn |
| Mar 31, 2024 | -11.77 Mn |
| Dec 31, 2023 | 36.32 Mn |
| Sep 30, 2023 | 14.03 Mn |
| Jun 30, 2023 | 7.95 Mn |
| Mar 31, 2023 | 9.44 Mn |
| Dec 31, 2022 | 11.17 Mn |
| Sep 30, 2022 | -41.01 Mn |
| Jun 30, 2022 | 26.46 Mn |
| Mar 31, 2022 | -3.44 Bn |
| Dec 31, 2021 | 157.97 Mn |
| Sep 30, 2021 | -100.47 Mn |
Industrial Logistics Properties Trust Cash from Investing Activities 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=cash-from-investing-activities&ticker=ILPT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=ILPT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();