Skip to content

SmartStop Self Storage REIT, Inc.: filings

Every SmartStop Self Storage REIT, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 49 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-07fiscal Q2 202632970001585389-26-000014
10-Q2026-05-08fiscal Q1 202632650001585389-26-000006
10-K2026-02-27fiscal FY 202533880001193125-26-082573
10-Q2025-11-07fiscal Q3 2025351120001193125-25-272347
10-Q2025-08-08fiscal Q2 2025341080000950170-25-105824
10-Q2025-05-09fiscal Q1 202534700000950170-25-068012
10-K2025-03-12fiscal FY 202432880000950170-25-037896
10-Q2024-11-13fiscal Q3 2024321020000950170-24-126275
10-Q2024-08-13fiscal Q2 2024321020000950170-24-096043
10-Q2024-05-14fiscal Q1 202432660000950170-24-058948
10-K2024-03-18fiscal FY 202331850000950170-24-032792
10-Q2023-11-14fiscal Q3 2023301000000950170-23-063581
10-Q2023-08-10fiscal Q2 202330960000950170-23-041149
10-Q2023-05-11fiscal Q1 202332660000950170-23-021042
10-K2023-03-03fiscal FY 202232880000950170-23-005961
10-Q2022-11-10fiscal Q3 2022321080000950170-22-024314
10-Q2022-08-11fiscal Q2 2022311000000950170-22-016783
10-Q2022-05-11fiscal Q1 202227550000950170-22-009300
10-K2022-03-23fiscal FY 202127720000950170-22-004427
10-Q2021-11-05fiscal Q3 202128970001564590-21-054918
10-Q2021-08-13fiscal Q2 202128940001564590-21-044259
10-Q2021-05-14fiscal Q1 202128710001564590-21-027943
10-K2021-03-26fiscal FY 2020281040001564590-21-015769
10-Q2020-11-13fiscal Q3 202026930001564590-20-053816
10-Q2020-08-12fiscal Q2 202026900001564590-20-039559
10-Q2020-05-15fiscal Q1 202026670001564590-20-025758
10-K2020-03-27fiscal FY 2019271010001564590-20-013638
10-Q2019-11-14fiscal Q3 201926900001564590-19-043449
10-Q2019-08-14fiscal Q2 201926870001564590-19-032107
10-Q2019-05-15fiscal Q1 201925640001564590-19-019458
10-K2019-03-22fiscal FY 2018251010001564590-19-009037
10-Q2018-11-13fiscal Q3 201825860001564590-18-029334
10-Q2018-08-13fiscal Q2 201825860001564590-18-021477
10-Q2018-05-11fiscal Q1 201821560001564590-18-013217
10-K2018-03-28fiscal FY 201720880001564590-18-006987
10-Q2017-11-13fiscal Q3 201720760001564590-17-023528
10-Q2017-08-11fiscal Q2 201720760001193125-17-255930
10-Q2017-05-12fiscal Q1 201720540001193125-17-168648
10-K2017-03-31fiscal FY 201621900001193125-17-106252
10-Q2016-11-14fiscal Q3 201622800001193125-16-767620
10-Q2016-08-15fiscal Q2 201621780001193125-16-681771
10-Q2016-05-16fiscal Q1 201621560001193125-16-591871
10-K2016-03-29fiscal FY 201519830001193125-16-521470
10-Q2015-11-13fiscal Q3 201518700001193125-15-376078
10-Q2015-08-11fiscal Q2 201520740001193125-15-286606
10-Q2015-05-14fiscal Q1 201522610001193125-15-188299
10-K2015-03-31fiscal FY 201419600001193125-15-113783
10-Q2014-11-13fiscal Q3 201413380001193125-14-410968
10-Q2014-08-14fiscal Q2 201413380001193125-14-310123

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
SmartStop Self Storage REIT, Inc. / CIK 0001585389
Captured
2026-09-20T09:23:24.061Z
SEC response SHA-256
80a0b76b6f9c49d53f700ade67ca6c51fb89938f8c9dd52da67eeab17b0435a7

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