Skip to content

COTTONWOOD COMMUNITIES, INC.: filings

Every COTTONWOOD COMMUNITIES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 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-14fiscal Q2 2026341090001692951-26-000141
10-Q2026-05-12fiscal Q1 202633710001692951-26-000089
10-K2026-03-30fiscal FY 202534980001692951-26-000055
10-Q2025-11-13fiscal Q3 2025321070001692951-25-000256
10-Q2025-08-14fiscal Q2 2025321040001692951-25-000198
10-Q2025-05-15fiscal Q1 202532690001692951-25-000142
10-K2025-03-31fiscal FY 2024361000001692951-25-000106
10-Q2024-11-14fiscal Q3 2024321090001692951-24-000207
10-Q2024-08-12fiscal Q2 2024321030001692951-24-000136
10-Q2024-05-10fiscal Q1 202432690001692951-24-000080
10-K2024-03-28fiscal FY 202334690001692951-24-000052
10-Q2023-11-14fiscal Q3 2023311030001692951-23-000192
10-K/A2023-10-13fiscal FY 2022341010001692951-23-000181
10-Q2023-08-14fiscal Q2 202331990001692951-23-000126
10-Q2023-05-12fiscal Q1 202331670001692951-23-000082
10-K2023-03-24fiscal FY 202234710001692951-23-000052
10-Q2022-11-09fiscal Q3 2022311030001692951-22-000112
10-Q2022-08-12fiscal Q2 202231980001692951-22-000077
10-Q2022-05-12fiscal Q1 202231670001692951-22-000050
10-K2022-03-30fiscal FY 202134690001692951-22-000032
10-Q2021-11-12fiscal Q3 202129950001692951-21-000092
10-Q2021-08-16fiscal Q2 202128890001692951-21-000059
10-Q2021-05-17fiscal Q1 202119430001692951-21-000021
10-K2021-03-26fiscal FY 202021840001692951-21-000009
10-Q2020-11-13fiscal Q3 202020630001692951-20-000079
10-Q2020-08-14fiscal Q2 202019570001692951-20-000062
10-Q2020-05-14fiscal Q1 202018410001692951-20-000036
10-K2020-03-25fiscal FY 201919720001692951-20-000026
10-Q2019-11-13fiscal Q3 201920650001692951-19-000038
10-Q2019-08-13fiscal Q2 201920610001692951-19-000027
10-Q2019-05-15fiscal Q1 201915340001692951-19-000013
10-K2019-03-29fiscal FY 201814400001692951-19-000005
10-Q2018-11-13fiscal Q3 201811300001692951-18-000008
10-Q2018-09-26fiscal Q2 201811300001692951-18-000002

Inspect the source

Entity
COTTONWOOD COMMUNITIES, INC. / CIK 0001692951
Captured
2026-09-21T17:24:17.116Z
SEC response SHA-256
9d7611ea7fd6f5fca3f0ad1e4a6ec0448d844496620bc316fe8a8e29afe91bf0

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