Innovative Industrial Properties (IIPR) Asset Writedowns and Impairment (2025)
Innovative Industrial Properties' (IIPR) quarterly Asset Writedowns and Impairment came in at $3.5 million in Q1 2025.
Innovative Industrial Properties (IIPR) Asset Writedowns and Impairment (2025) Analysis & Trends
Innovative Industrial Properties has disclosed Asset Writedowns and Impairment across 1 years of filings, most recently posting $3.5 million for Q1 2025.
- In Q1 2025, Asset Writedowns and Impairment changed N/A year-over-year to $3.5 million; the TTM figure through Dec 2025 stood at $3.5 million (changed N/A YoY), while the FY2025 annual figure was $3.5 million, changed N/A from the prior year.
- Asset Writedowns and Impairment came in at $3.5 million for Q1 2025 at Innovative Industrial Properties.
- In the past five years, Asset Writedowns and Impairment ranged from a high of $3.5 million in Q1 2025 to a low of $3.5 million in Q1 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Prologis | 126.70 Bn | 131.10 Bn | 2.41 Bn |
| 2 | Eastgroup Properties | 10.89 Bn | 10.89 Bn | 193.10 Mn |
| 3 | Rexford Industrial Realty | 8.63 Bn | 8.99 Bn | - |
| 4 | Lineage | 8.55 Bn | 9.48 Bn | 425.00 Mn |
| 5 | STAG Industrial | 7.23 Bn | 7.31 Bn | - |
| 6 | Terreno Realty | 7.15 Bn | 7.15 Bn | - |
| 7 | Americold Realty Trust | 4.20 Bn | 4.20 Bn | 212.69 Mn |
| 8 | LXP Industrial Trust | 3.59 Bn | 3.60 Bn | 71.94 Mn |
| 9 | Innovative Industrial Properties | 1.55 Bn | 1.55 Bn | - |
| 10 | Industrial Logistics Properties Trust | 521.41 Mn | 900.92 Mn | - |
Innovative Industrial Properties Asset Writedowns and Impairment 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=asset-writedowns-and-impairment&ticker=IIPR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-writedowns-and-impairment", "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=asset-writedowns-and-impairment&ticker=IIPR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();