Innovative Industrial Properties (IIPR) Long-Term Debt Issuances (2025)
Innovative Industrial Properties' (IIPR) quarterly Long-Term Debt Issuances came in at -$8.7 million in Q2 2025, down 200.0% quarter-over-quarter from $8.7 million in Q1 2025.
Innovative Industrial Properties (IIPR) Long-Term Debt Issuances (2025) Analysis & Trends
Innovative Industrial Properties has disclosed Long-Term Debt Issuances across 1 years of filings, most recently posting -$8.7 million for Q2 2025.
- In Q2 2025, Long-Term Debt Issuances changed N/A year-over-year to -$8.7 million; the TTM figure through Mar 2025 stood at $8.7 million (changed N/A YoY), while the FY2021 annual figure was $300.0 million, changed N/A from the prior year.
- Long-Term Debt Issuances came in at -$8.7 million for Q2 2025 at Innovative Industrial Properties, down from $8.7 million in the prior quarter.
- In the past five years, Long-Term Debt Issuances ranged from a high of $8.7 million in Q1 2025 to a low of -$8.7 million in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Long-Term Debt Issuances (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 | - | 244.00 Mn |
| 4 | Lineage | 8.39 Bn | 9.32 Bn | 425.00 Mn | - |
| 5 | STAG Industrial | 7.25 Bn | 7.32 Bn | - | 57,000.00 |
| 6 | Terreno Realty | 7.08 Bn | 7.08 Bn | - | - |
| 7 | Americold Realty Trust | 4.11 Bn | 4.11 Bn | 212.69 Mn | 138.37 Mn |
| 8 | LXP Industrial Trust | 3.58 Bn | 3.60 Bn | 71.94 Mn | 1.44 Mn |
| 9 | Innovative Industrial Properties | 1.53 Bn | 1.53 Bn | - | - |
| 10 | Industrial Logistics Properties Trust | 514.74 Mn | 894.24 Mn | - | 1.62 Bn |
Innovative Industrial Properties Long-Term Debt Issuances 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=long-term-debt-issuances&ticker=IIPR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-debt-issuances", "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=long-term-debt-issuances&ticker=IIPR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();