Skip to content

Innovative Industrial Properties, Inc.: filings

Every Innovative Industrial Properties, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 39 filings, each linked to its SEC index.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
10-Q2026-08-04fiscal Q2 202627840001677576-26-000004
10-Q2026-05-05fiscal Q1 202627580001677576-26-000002
10-K2026-02-24fiscal FY 202532880001677576-26-000001
10-Q2025-11-04fiscal Q3 202531930001677576-25-000005
10-Q2025-08-07fiscal Q2 202531930001628280-25-038972
10-Q2025-05-08fiscal Q1 202531650001628280-25-023920
10-K2025-02-21fiscal FY 202430850001558370-25-001322
10-Q2024-11-07fiscal Q3 202430900001558370-24-014891
10-Q2024-08-06fiscal Q2 202431920001558370-24-011114
10-Q2024-05-09fiscal Q1 202429600001558370-24-007612
10-K2024-02-27fiscal FY 202329820001558370-24-001866
10-Q2023-11-02fiscal Q3 202329880001558370-23-017449
10-Q2023-08-03fiscal Q2 202329880001558370-23-013260
10-Q2023-05-09fiscal Q1 202329600001558370-23-008863
10-K2023-02-28fiscal FY 202229820001558370-23-002394
10-Q2022-11-09fiscal Q3 202229890001558370-22-017144
10-Q2022-08-04fiscal Q2 202229890001558370-22-012237
10-Q2022-05-05fiscal Q1 202229600001558370-22-007428
10-K2022-02-24fiscal FY 202130820001558370-22-001947
10-Q2021-11-04fiscal Q3 202127820001558370-21-014644
10-Q2021-08-05fiscal Q2 202127820001558370-21-010534
10-Q2021-05-06fiscal Q1 202127570001558370-21-006297
10-K2021-02-26fiscal FY 2020281740001558370-21-001890
10-Q2020-11-05fiscal Q3 202027840001104659-20-121888
10-Q2020-08-06fiscal Q2 202027830001104659-20-091470
10-Q2020-05-07fiscal Q1 202027620001104659-20-058201
10-K2020-03-02fiscal FY 2019271650001104659-20-027821
10-Q2019-11-07fiscal Q3 201925790001104659-19-061094
10-Q2019-08-08fiscal Q2 201924770001144204-19-038551
10-Q2019-05-09fiscal Q1 201923490001144204-19-024896
10-K2019-03-14fiscal FY 201822460001144204-19-013981
10-Q2018-11-08fiscal Q3 201822680001144204-18-058344
10-Q2018-08-13fiscal Q2 201822680001144204-18-043991
10-Q2018-05-10fiscal Q1 201821440001144204-18-027118
10-K2018-03-29fiscal FY 201718370001144204-18-017926
10-Q2017-11-09fiscal Q3 201717290001144204-17-057738
10-Q2017-08-10fiscal Q2 201713250001144204-17-042039
10-Q2017-05-11fiscal Q1 201711170001144204-17-026441
10-K2017-03-23fiscal FY 201611130001144204-17-016274

Inspect the source

Entity
Innovative Industrial Properties, Inc. / CIK 0001677576
Captured
2026-09-21T17:23:31.940Z
SEC response SHA-256
085a341f36ecca72a7b431d37fdd93b9e1d92085a341effa8e67a933c81814df

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.

Use this in research

A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.

These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.

Research methodology · Execution and cost assumptions · Check backtest overfitting

Build with the open-source tools

Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0001677576.json") as response:
    record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
    print(concept["tag"], next(iter(concept["observations"])))