Skip to content

LIFE STORAGE, INC.: filings

Every LIFE STORAGE, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 52 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. LIFE STORAGE, 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 202329600000950170-23-017254
10-K2023-02-24fiscal FY 2022301210000950170-23-004415
10-Q2022-11-03fiscal Q3 202230940000950170-22-021946
10-Q2022-08-04fiscal Q2 202228840000950170-22-014858
10-Q2022-05-05fiscal Q1 202228580000950170-22-007859
10-K2022-02-25fiscal FY 2021301220000950170-22-002120
10-Q2021-11-03fiscal Q3 202129920000950170-21-002855
10-Q2021-08-04fiscal Q2 202129880000950170-21-000800
10-Q2021-05-05fiscal Q1 202129600001564590-21-024098
10-K2021-02-23fiscal FY 2020321270001564590-21-007648
10-Q2020-11-06fiscal Q3 2020321020001564590-20-052001
10-Q2020-08-07fiscal Q2 202031940001564590-20-038401
10-Q2020-05-08fiscal Q1 202031640001564590-20-023573
10-K2020-02-25fiscal FY 2019331280001564590-20-006451
10-Q2019-10-31fiscal Q3 2019311020001564590-19-039148
10-Q2019-08-01fiscal Q2 201930940001564590-19-028006
10-Q2019-05-02fiscal Q1 201930620001564590-19-015345
10-K2019-02-26fiscal FY 2018321230001564590-19-004470
10-Q2018-11-01fiscal Q3 201832920001564590-18-026237
10-Q2018-08-02fiscal Q2 201831980001564590-18-018912
10-Q2018-05-03fiscal Q1 201831650001564590-18-010686
10-K2018-02-27fiscal FY 2017321250001564590-18-003512
10-Q2017-11-03fiscal Q3 201729880001564590-17-021530
10-Q2017-08-04fiscal Q2 201725830001193125-17-248737
10-Q2017-05-04fiscal Q1 201724520001193125-17-158714
10-K2017-02-27fiscal FY 2016261120001193125-17-059149
10-Q2016-11-04fiscal Q3 201623780001193125-16-760197
10-Q2016-08-05fiscal Q2 201623780001193125-16-673498
10-Q2016-05-04fiscal Q1 201623500001193125-16-577605
10-K2016-02-25fiscal FY 2015281190001193125-16-478278
10-Q2015-11-04fiscal Q3 2015231010001193125-15-365345
10-Q2015-08-04fiscal Q2 2015241030001193125-15-276516
10-Q2015-05-04fiscal Q1 201523730001193125-15-168973
10-K2015-02-24fiscal FY 2014281180001193125-15-060048
10-Q2014-11-04fiscal Q3 201427860001193125-14-396205
10-Q2014-08-05fiscal Q2 201427840001193125-14-294714
10-Q2014-05-06fiscal Q1 201427560001193125-14-184824
10-K2014-02-27fiscal FY 2013291210001193125-14-072946
10-Q2013-11-06fiscal Q3 201326810001193125-13-430074
10-Q2013-08-07fiscal Q2 201326770001193125-13-322858
10-Q2013-05-08fiscal Q1 201326540001193125-13-205446
10-K2013-02-27fiscal FY 2012291180001193125-13-078591
10-Q2012-11-06fiscal Q3 201225730001193125-12-453033
10-Q2012-08-07fiscal Q2 201225730001193125-12-339396
10-Q2012-05-08fiscal Q1 201223470001193125-12-216757
10-K2012-02-28fiscal FY 2011271150001193125-12-085879
10-Q2011-11-04fiscal Q3 201123670001193125-11-297351
10-Q2011-08-08fiscal Q2 201123670001193125-11-214236
10-Q2011-05-06fiscal Q1 201121440000950123-11-046163
10-K2011-02-25fiscal FY 201019540000950123-11-018700
10-Q2010-11-05fiscal Q3 201021620000950123-10-101695
10-Q2010-08-06fiscal Q2 201021620000950123-10-073808

Inspect the source

Entity
LIFE STORAGE, INC. / CIK 0000944314
Captured
SEC response SHA-256
cf3112459a3b1d543401d273a20b85ae31f92c87d52774aae25e7a003d5462f7

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