Skip to content

LUB Liquidating Trust: filings

Every LUB Liquidating Trust annual and quarterly report in the SEC record with the published financial measures it tagged, 42 filings, each linked to its SEC index.

Filing record ends 2022-04-21

The latest filing in this captured record is a 10-Q filed 2022-04-21. No later filing is in the SEC companyfacts record captured on 2026-09-22. LUB Liquidating Trust 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-Q2022-04-21fiscal Q2 202225260000016099-22-000019
10-Q2022-01-31fiscal Q1 202225260000016099-22-000006
10-K2021-11-19fiscal FY 202150870000016099-21-000047
10-Q2021-07-19fiscal Q3 202145950000016099-21-000031
10-Q2021-04-26fiscal Q2 202143870000016099-21-000015
10-Q2021-02-01fiscal Q1 202143740000016099-21-000005
10-K2020-12-09fiscal FY 2020501400000016099-20-000124
10-Q2020-07-20fiscal Q3 2020451380000016099-20-000087
10-Q2020-06-05fiscal Q2 2020451300000016099-20-000072
10-Q2020-02-03fiscal Q1 202045990000016099-20-000025
10-K2019-11-26fiscal FY 2019451240000016099-19-000084
10-Q2019-07-15fiscal Q3 2019421220000016099-19-000057
10-Q2019-04-22fiscal Q2 2019421180000016099-19-000040
10-Q2019-01-28fiscal Q1 201943900000016099-19-000015
10-K2018-11-16fiscal FY 2018441480000016099-18-000141
10-Q2018-07-23fiscal Q3 2018411100000016099-18-000094
10-Q2018-04-23fiscal Q2 2018381020000016099-18-000064
10-Q2018-01-29fiscal Q2 201838780000016099-18-000020
10-K2017-11-13fiscal FY 2017401290000016099-17-000106
10-Q2017-07-13fiscal Q3 2017381020000016099-17-000073
10-Q2017-04-24fiscal Q2 201737980000016099-17-000048
10-Q2017-02-06fiscal Q2 201737760000016099-17-000022
10-K2016-11-23fiscal FY 2016391260000016099-16-000059
10-Q2016-07-11fiscal Q3 201637980000016099-16-000027
10-Q2016-04-18fiscal Q2 201637980000016099-16-000003
10-Q2016-01-25fiscal Q2 201637760001437749-16-024043
10-K2015-11-09fiscal FY 2015391220001437749-15-020265
10-Q2015-06-15fiscal Q3 201536980001437749-15-012315
10-Q2015-03-23fiscal Q2 201535960001437749-15-005829
10-Q2014-12-19fiscal Q1 201534700001437749-14-022356
10-K2014-11-12fiscal FY 2014371200001437749-14-020335
10-Q2014-06-16fiscal Q3 201435910001437749-14-011312
10-Q2014-03-28fiscal Q2 201435910001437749-14-005382
10-Q2013-12-20fiscal Q1 201435710001437749-13-016308
10-K/A2013-11-13fiscal FY 2013381210001437749-13-014601
10-Q2013-06-17fiscal Q3 201336960001437749-13-007691
10-Q2013-03-25fiscal Q2 201335940001437749-13-003422
10-Q2012-12-26fiscal Q1 201336740001193125-12-514572
10-K2012-11-13fiscal FY 2012361200001193125-12-465459
10-Q2012-06-15fiscal Q3 201233860001193125-12-272379
10-Q2012-03-23fiscal Q2 201233880001193125-12-129606
10-Q/A2012-01-06fiscal Q1 201233680001193125-12-005089

Inspect the source

Entity
LUB Liquidating Trust / CIK 0000016099
Captured
SEC response SHA-256
ecc789c5646c4bb6b341a4fb70901f4c950565e98946eee47a0b43d67ea48d9c

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