Innovative Industrial Properties (IIPR) Cash from Financing Activities (2017 - 2026)
Innovative Industrial Properties' (IIPR) quarterly Cash from Financing Activities came in at $151.7 million in Q2 2026, up 313.5% year-over-year from $36.7 million in Q2 2025, and up 1170.3% quarter-over-quarter from -$14.2 million in Q1 2026.
Innovative Industrial Properties (IIPR) Cash from Financing Activities (2017 - 2026) Analysis & Trends
Innovative Industrial Properties has disclosed Cash from Financing Activities across 10 years of filings, most recently posting $151.7 million for Q2 2026.
- In Q2 2026, Cash from Financing Activities rose 313.5% year-over-year to $151.7 million; the TTM figure through Jun 2026 stood at $141.3 million (up 162.4% YoY), while the FY2025 annual figure was -$122.5 million, up 38.08% from the prior year.
- Cash from Financing Activities came in at $151.7 million for Q2 2026 at Innovative Industrial Properties, up from -$14.2 million in the prior quarter.
- In the past five years, Cash from Financing Activities ranged from a high of $284.7 million in Q2 2022 to a low of -$71.0 million in Q2 2025.
- Average Cash from Financing Activities over 5 years is -$11.9 million, with a median of -$47.4 million recorded in 2022.
- Year-over-year, Cash from Financing Activities slumped 154.68% in 2023 and surged 313.5% in 2026.
- Over 5 years, Cash from Financing Activities stood at -$50.8 million in 2022, then advanced by 17.24% to -$42.1 million in 2023, then plunged by 31.01% to -$55.1 million in 2024, then surged by 104.98% to $2.7 million in 2025, then jumped by 5427.0% to $151.7 million in 2026.
- Per Business Quant data, the three most recent Cash from Financing Activities figures were $151.7 million in Q2 2026, -$14.2 million in Q1 2026, and $2.7 million in Q4 2025.
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 | 151.66 Mn |
| Mar 31, 2026 | -14.17 Mn |
| Dec 31, 2025 | 2.74 Mn |
| Sep 30, 2025 | 1.08 Mn |
| Jun 30, 2025 | -71.04 Mn |
| Mar 31, 2025 | -55.32 Mn |
| Dec 31, 2024 | -55.12 Mn |
| Sep 30, 2024 | -44.98 Mn |
| Jun 30, 2024 | -52.43 Mn |
| Mar 31, 2024 | -45.37 Mn |
| Dec 31, 2023 | -42.08 Mn |
| Sep 30, 2023 | -51.08 Mn |
| Jun 30, 2023 | -51.06 Mn |
| Mar 31, 2023 | -51.41 Mn |
| Dec 31, 2022 | -50.84 Mn |
| Sep 30, 2022 | -49.47 Mn |
| Jun 30, 2022 | 284.72 Mn |
| Mar 31, 2022 | -20.19 Mn |
| Dec 31, 2021 | -38.05 Mn |
| Sep 30, 2021 | -34.26 Mn |
Innovative Industrial Properties 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=IIPR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-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-financing-activities&ticker=IIPR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();