Skip to content

Strategic Student & Senior Housing Trust, Inc.: filings

Every Strategic Student & Senior Housing Trust, 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-12fiscal Q2 202622660001193125-26-346614
10-Q2026-05-13fiscal Q1 202622480001193125-26-221319
10-K2026-03-20fiscal FY 202523640001193125-26-117409
10-Q2025-11-12fiscal Q3 202522700001193125-25-277010
10-Q2025-08-08fiscal Q2 202522660000950170-25-105624
10-Q2025-05-05fiscal Q1 202521460000950170-25-063410
10-K2025-03-21fiscal FY 202422610000950170-25-043115
10-Q2024-11-08fiscal Q3 202420640000950170-24-124012
10-Q2024-08-09fiscal Q2 202420600000950170-24-094520
10-Q2024-05-07fiscal Q1 202422480000950170-24-054306
10-K2024-03-22fiscal FY 202324650000950170-24-035186
10-Q2023-11-13fiscal Q3 202321700000950170-23-062822
10-Q2023-08-07fiscal Q2 202321660000950170-23-039015
10-Q2023-05-08fiscal Q1 202321460000950170-23-018747
10-K2023-03-24fiscal FY 202224620000950170-23-009674
10-Q2022-11-10fiscal Q3 202223730000950170-22-024354
10-Q2022-08-09fiscal Q2 202222670000950170-22-016100
10-Q2022-05-11fiscal Q1 202222470000950170-22-009096
10-K2022-03-22fiscal FY 202124630000950170-22-004296
10-Q2021-11-10fiscal Q3 202125760001564590-21-056123
10-Q2021-08-11fiscal Q2 202125720001564590-21-043375
10-Q2021-05-12fiscal Q1 202125510001564590-21-026985
10-K2021-03-26fiscal FY 202024640001564590-21-015794
10-Q2020-11-16fiscal Q3 202023760001564590-20-054118
10-Q2020-08-12fiscal Q2 202023730001564590-20-039612
10-Q2020-05-14fiscal Q1 202023520001564590-20-025409
10-K2020-03-20fiscal FY 201924630001564590-20-012027
10-Q2019-11-12fiscal Q3 201923760001564590-19-043006
10-Q2019-08-09fiscal Q2 201923710001564590-19-031215
10-Q2019-05-13fiscal Q1 201923490001564590-19-018846
10-K2019-04-01fiscal FY 201822450001564590-19-010213
10-Q2018-11-14fiscal Q3 201823630001564590-18-029484
10-Q2018-08-14fiscal Q2 201822600001564590-18-021667
10-Q2018-06-08fiscal Q1 201823320001193125-18-188294

Inspect the source

Entity
Strategic Student & Senior Housing Trust, Inc. / CIK 0001698538
Captured
2026-09-21T17:19:16.761Z
SEC response SHA-256
0e7148a1b70a4ff11531c53f4d00d72d8c483912ce452f660cd3466386aed27b

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