Skip to content

INDUS REALTY TRUST, INC.: filings

Every INDUS REALTY TRUST, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 48 filings, each linked to its SEC index.

Filing record ends 2023-05-03

The latest filing in this captured record is a 10-Q filed 2023-05-03. No later filing is in the SEC companyfacts record captured on 2026-09-22. INDUS REALTY TRUST, INC. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2023-05-03fiscal Q1 202329620001558370-23-007879
10-K2023-03-06fiscal FY 202236740001558370-23-002846
10-Q2022-11-08fiscal Q3 202232950001558370-22-016686
10-Q2022-08-09fiscal Q2 202232940001558370-22-012777
10-Q2022-05-10fiscal Q1 202231650001558370-22-008171
10-K2022-03-11fiscal FY 2021381070001558370-22-003444
10-Q2021-11-04fiscal Q3 202132960001558370-21-014665
10-Q2021-08-09fiscal Q2 202130860001558370-21-011012
10-Q2021-05-10fiscal Q1 2021321160001558370-21-006698
10-K2021-02-18fiscal FY 202036960001558370-21-001230
10-Q2020-10-08fiscal Q3 2020351040001558370-20-011422
10-Q2020-07-09fiscal Q2 202034990001558370-20-008098
10-Q2020-04-09fiscal Q1 202033700001558370-20-003745
10-K2020-02-13fiscal FY 201936970001558370-20-000756
10-Q2019-10-09fiscal Q3 201932940001558370-19-008860
10-Q2019-07-09fiscal Q2 201932950001558370-19-006031
10-Q2019-04-08fiscal Q1 201930640001558370-19-002846
10-K/A2019-04-05fiscal FY 201833900001558370-19-002815
10-K2019-02-12fiscal FY 201833900001558370-19-000568
10-Q2018-10-09fiscal Q3 201829850001558370-18-007659
10-Q2018-07-10fiscal Q2 201829850001558370-18-005541
10-Q2018-04-09fiscal Q1 201829610001558370-18-002839
10-K2018-02-08fiscal FY 2017341320001558370-18-000519
10-Q2017-10-10fiscal Q3 201730900001558370-17-007299
10-Q2017-07-07fiscal Q2 201727830001558370-17-005063
10-Q2017-04-07fiscal Q1 201727570001558370-17-002515
10-K2017-02-10fiscal FY 2016321250001558370-17-000508
10-Q2016-10-07fiscal Q3 201626810001558370-16-008551
10-Q2016-07-08fiscal Q2 201625800001558370-16-006594
10-Q2016-04-08fiscal Q1 201622490001558370-16-004543
10-K2016-02-12fiscal FY 2015311280001047469-16-010132
10-Q2015-10-09fiscal Q3 201527860001104659-15-070066
10-Q2015-07-10fiscal Q2 201527870001104659-15-050591
10-Q2015-04-09fiscal Q1 201529650001104659-15-026619
10-K2015-02-13fiscal FY 2014331310001047469-15-000791
10-Q2014-10-10fiscal Q3 201429900001104659-14-071220
10-Q2014-07-10fiscal Q2 201429900001104659-14-050919
10-Q2014-04-09fiscal Q1 201429640001104659-14-026582
10-K2014-02-13fiscal FY 2013401470001047469-14-000864
10-Q2013-10-10fiscal Q3 2013401150001104659-13-075074
10-Q2013-07-11fiscal Q2 2013401140001104659-13-054008
10-Q2013-04-11fiscal Q1 201340840001104659-13-028567
10-K2013-02-14fiscal FY 2012431570001047469-13-001081
10-Q2012-10-11fiscal Q3 2012421190001104659-12-068606
10-Q2012-07-12fiscal Q2 201233920001104659-12-048632
10-Q2012-04-12fiscal Q1 201232680001104659-12-024924
10-K/A2012-02-16fiscal FY 201129780001047469-12-001126
10-Q2011-10-06fiscal Q3 201129820001104659-11-055146

Inspect the source

Entity
INDUS REALTY TRUST, INC. / CIK 0001037390
Captured
SEC response SHA-256
846a2bd27aa39b48368a14ead1c154a7ec38be010d8584c59a2dbeb5ad9baa3e

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/0001037390.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"])))