Industrial Logistics Properties Trust (ILPT) Cash from Financing Activities (2017 - 2026)
Industrial Logistics Properties Trust's (ILPT) quarterly Cash from Financing Activities came in at -$29.5 million in Q2 2026, up 71.07% year-over-year from -$17.2 million in Q2 2025, and down 249.59% quarter-over-quarter from -$8.4 million in Q1 2026.
Industrial Logistics Properties Trust (ILPT) Cash from Financing Activities (2017 - 2026) Analysis & Trends
Industrial Logistics Properties Trust (ILPT) has reported Cash from Financing Activities for 10 consecutive years, with -$29.5 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Financing Activities rose 71.07% year-over-year to -$29.5 million in Q2 2026; TTM through Jun 2026 was -$54.6 million, a 53.9% increase from a year earlier, with the FY2025 full-year figure at -$124.1 million, down 473.75% from the prior year.
- Cash from Financing Activities was -$29.5 million for Q2 2026 at Industrial Logistics Properties Trust, down from -$8.4 million in the prior quarter.
- Over five years, Cash from Financing Activities peaked at $3.8 billion in Q1 2022 and troughed at -$270.2 million in Q3 2022.
- A 5-year average of $184.5 million and a median of -$5.5 million in 2024 frame the typical range for Cash from Financing Activities.
- Across the five-year window, Cash from Financing Activities soared 14886.22% in 2022 and tumbled 1870.02% in 2025, its largest moves.
- Over 5 years, Cash from Financing Activities stood at $1.6 million in 2022, then slumped by 418.1% to -$5.1 million in 2023, then slipped by 5.18% to -$5.4 million in 2024, then plunged by 52.35% to -$8.2 million in 2025, then sank by 261.23% to -$29.5 million in 2026.
- The last three Cash from Financing Activities figures came in at -$29.5 million (Q2 2026), -$8.4 million (Q1 2026), and -$8.2 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing 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 | -83.29 Mn |
| 3 | Rexford Industrial Realty | 8.56 Bn | 8.91 Bn | - | -210.48 Mn |
| 4 | Lineage | 8.39 Bn | 9.32 Bn | 425.00 Mn | -198.00 Mn |
| 5 | STAG Industrial | 7.25 Bn | 7.32 Bn | - | 232.85 Mn |
| 6 | Terreno Realty | 7.08 Bn | 7.08 Bn | - | 75.05 Mn |
| 7 | Americold Realty Trust | 4.11 Bn | 4.11 Bn | 212.69 Mn | -9.31 Mn |
| 8 | LXP Industrial Trust | 3.58 Bn | 3.60 Bn | 71.94 Mn | -27.77 Mn |
| 9 | Innovative Industrial Properties | 1.53 Bn | 1.53 Bn | - | 151.66 Mn |
| 10 | Industrial Logistics Properties Trust | 514.74 Mn | 894.24 Mn | - | -29.50 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -29.50 Mn |
| Mar 31, 2026 | -8.44 Mn |
| Dec 31, 2025 | -8.17 Mn |
| Sep 30, 2025 | -8.49 Mn |
| Jun 30, 2025 | -101.97 Mn |
| Mar 31, 2025 | -5.46 Mn |
| Dec 31, 2024 | -5.36 Mn |
| Sep 30, 2024 | -5.63 Mn |
| Jun 30, 2024 | -5.18 Mn |
| Mar 31, 2024 | -5.47 Mn |
| Dec 31, 2023 | -5.10 Mn |
| Sep 30, 2023 | -5.33 Mn |
| Jun 30, 2023 | 47.79 Mn |
| Mar 31, 2023 | -6.22 Mn |
| Dec 31, 2022 | 1.60 Mn |
| Sep 30, 2022 | -270.24 Mn |
| Jun 30, 2022 | -35.24 Mn |
| Mar 31, 2022 | 3.78 Bn |
| Dec 31, 2021 | -194.39 Mn |
| Sep 30, 2021 | 87.73 Mn |
Industrial Logistics Properties Trust Cash from Financing 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-financing-activities&ticker=ILPT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-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-financing-activities&ticker=ILPT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();