Innovative Industrial Properties (IIPR) Cash from Investing Activities (2017 - 2026)
Innovative Industrial Properties' (IIPR) quarterly Cash from Investing Activities came in at -$78.1 million in Q2 2026, down 1256.12% year-over-year from $6.8 million in Q2 2025, and down 22790.91% quarter-over-quarter from -$341000.0 in Q1 2026.
Innovative Industrial Properties (IIPR) Cash from Investing Activities (2017 - 2026) Analysis & Trends
Innovative Industrial Properties has disclosed Cash from Investing Activities across 10 years of filings, most recently posting -$78.1 million for Q2 2026.
- In Q2 2026, Cash from Investing Activities fell 1256.12% year-over-year to -$78.1 million; the TTM figure through Jun 2026 stood at -$229.8 million (down 1044.65% YoY), while the FY2025 annual figure was -$174.3 million, down 211.27% from the prior year.
- Cash from Investing Activities came in at -$78.1 million for Q2 2026 at Innovative Industrial Properties, down from -$341000.0 in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $44.2 million in Q2 2023 to a low of -$345.9 million in Q2 2022.
- Average Cash from Investing Activities over 5 years is -$39.5 million, with a median of -$10.1 million recorded in 2024.
- Year-over-year, Cash from Investing Activities surged 154.48% in 2022 and slumped 1812.96% in 2025.
- Over 5 years, Cash from Investing Activities stood at $5.5 million in 2022, then sank by 114.25% to -$789000.0 in 2023, then slumped by 351.84% to -$3.6 million in 2024, then tumbled by 1070.41% to -$41.7 million in 2025, then slumped by 87.08% to -$78.1 million in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$78.1 million in Q2 2026, -$341000.0 in Q1 2026, and -$41.7 million in Q4 2025.
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 | -78.06 Mn |
| Mar 31, 2026 | -341,000.00 |
| Dec 31, 2025 | -41.73 Mn |
| Sep 30, 2025 | -109.66 Mn |
| Jun 30, 2025 | -5.76 Mn |
| Mar 31, 2025 | -17.16 Mn |
| Dec 31, 2024 | -3.57 Mn |
| Sep 30, 2024 | 6.40 Mn |
| Jun 30, 2024 | -44.44 Mn |
| Mar 31, 2024 | -14.40 Mn |
| Dec 31, 2023 | -789,000.00 |
| Sep 30, 2023 | 12.43 Mn |
| Jun 30, 2023 | 44.25 Mn |
| Mar 31, 2023 | -62.68 Mn |
| Dec 31, 2022 | 5.54 Mn |
| Sep 30, 2022 | 25.23 Mn |
| Jun 30, 2022 | -345.88 Mn |
| Mar 31, 2022 | -81.09 Mn |
| Dec 31, 2021 | -50.62 Mn |
| Sep 30, 2021 | -46.32 Mn |
Innovative Industrial Properties 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=IIPR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "IIPR", "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=IIPR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();