Skip to content

Legacy IMBDS, Inc.: filings

Every Legacy IMBDS, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 47 filings, each linked to its SEC index.

Filing record ends 2022-12-13

The latest filing in this captured record is a 10-Q filed 2022-12-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. Legacy IMBDS, 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-Q2022-12-13fiscal Q3 2022531520001558370-22-018598
10-Q2022-09-13fiscal Q2 2022531480001558370-22-014377
10-Q2022-06-09fiscal Q1 2022531100001558370-22-009886
10-K2022-04-29fiscal FY 2021591520001558370-22-006372
10-Q2021-12-07fiscal Q3 2021521490001558370-21-016591
10-Q2021-09-03fiscal Q2 2021501390001558370-21-012226
10-Q2021-06-09fiscal Q1 2021501040001558370-21-008158
10-K2021-04-23fiscal FY 2020541440001558370-21-004743
10-Q2020-12-11fiscal Q3 2020481400000870826-20-000017
10-Q2020-08-25fiscal Q2 2020481360000870826-20-000014
10-Q2020-06-16fiscal Q1 2020481000000870826-20-000009
10-K2020-04-30fiscal FY 2019551310000870826-20-000003
10-Q2019-12-10fiscal Q3 2019491390000870826-19-000019
10-Q2019-09-10fiscal Q2 2019491350000870826-19-000014
10-Q2019-06-12fiscal Q1 201948970000870826-19-000009
10-K2019-03-29fiscal FY 2018512260000870826-19-000003
10-Q2018-12-07fiscal Q3 2018451280000870826-18-000015
10-Q2018-09-07fiscal Q2 2018451220000870826-18-000010
10-Q2018-06-07fiscal Q1 201845930000870826-18-000006
10-K2018-04-10fiscal FY 2017482080000870826-18-000004
10-Q2017-12-04fiscal Q3 2017431160000870826-17-000010
10-Q2017-08-30fiscal Q2 2017431160000870826-17-000008
10-Q2017-06-01fiscal Q1 201743880000870826-17-000005
10-K2017-03-30fiscal FY 2016472050000870826-17-000002
10-Q2016-11-30fiscal Q3 2016421140000870826-16-000019
10-Q2016-08-26fiscal Q2 2016421120000870826-16-000017
10-Q2016-05-26fiscal Q1 201642850000870826-16-000015
10-K2016-04-01fiscal FY 2015441180000870826-16-000013
10-Q2015-12-03fiscal Q3 2015401100000870826-15-000011
10-Q2015-08-28fiscal Q2 2015401090000870826-15-000008
10-Q2015-05-27fiscal Q1 201540800000870826-15-000006
10-K2015-03-26fiscal FY 2014421140000870826-15-000003
10-Q2014-12-08fiscal Q3 2014401100000870826-14-000016
10-Q2014-09-09fiscal Q2 2014401100000870826-14-000009
10-Q2014-06-06fiscal Q1 201440830000870826-14-000005
10-K2014-03-31fiscal FY 2013431170000870826-14-000003
10-Q2013-12-09fiscal Q3 2013401100000870826-13-000011
10-Q2013-09-06fiscal Q2 2013401100000870826-13-000009
10-Q2013-06-06fiscal Q1 201340810000870826-13-000007
10-K2013-03-28fiscal FY 2012441190000870826-13-000002
10-Q2012-11-29fiscal Q3 2012401100000870826-12-000012
10-Q2012-09-04fiscal Q2 2012401100000870826-12-000010
10-Q2012-06-07fiscal Q1 201240820000870826-12-000007
10-K2012-04-05fiscal FY 2011411100000870826-12-000004
10-Q2011-12-08fiscal Q3 2011401080000870826-11-000012
10-Q2011-09-08fiscal Q2 2011401080000870826-11-000009
10-Q2011-06-07fiscal Q1 201140820000870826-11-000005

Inspect the source

Entity
Legacy IMBDS, Inc. / CIK 0000870826
Captured
SEC response SHA-256
971d5e10457549f06380e775ddb1f67353482a764258afc6938b91931f6614db

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