Skip to content

LANNETT CO INC: filings

Every LANNETT CO 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 2023-05-15

The latest filing in this captured record is a 10-Q filed 2023-05-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. LANNETT CO 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-15fiscal Q3 2023551550001558370-23-009852
10-Q2023-02-02fiscal Q2 2023551550001558370-23-000786
10-Q2022-11-03fiscal Q1 2023551140001558370-22-016155
10-K2022-08-25fiscal FY 2022581540001558370-22-013954
10-Q2022-05-10fiscal Q3 2022571600001558370-22-008115
10-Q2022-02-04fiscal Q2 2022571600001558370-22-000808
10-Q2021-11-04fiscal Q1 2022551140001558370-21-014607
10-K2021-08-26fiscal FY 2021571510001558370-21-012094
10-Q2021-05-06fiscal Q3 2021541490001558370-21-006203
10-Q2021-02-04fiscal Q2 2021541490001558370-21-000750
10-Q2020-11-05fiscal Q1 2021531100001558370-20-012833
10-K2020-08-27fiscal FY 2020552500001558370-20-010874
10-Q2020-05-07fiscal Q3 2020531440001558370-20-005713
10-Q2020-02-06fiscal Q2 2020531440001558370-20-000575
10-Q2019-11-07fiscal Q1 2020521060001104659-19-061154
10-K2019-08-28fiscal FY 2019562480001104659-19-047753
10-Q2019-05-07fiscal Q3 2019521440001104659-19-027244
10-Q2019-02-07fiscal Q2 2019531460001104659-19-006363
10-Q2018-11-08fiscal Q1 2019521080001104659-18-066991
10-K2018-08-28fiscal FY 2018552420001104659-18-053976
10-Q2018-05-08fiscal Q3 2018521430001104659-18-031139
10-Q2018-02-08fiscal Q2 2018521430001104659-18-007636
10-Q2017-11-08fiscal Q1 2018511050001104659-17-067035
10-K2017-08-28fiscal FY 2017542400001104659-17-053995
10-Q2017-05-05fiscal Q3 2017481350001104659-17-030298
10-Q2017-02-03fiscal Q2 2017481350001104659-17-006313
10-Q2016-11-04fiscal Q1 201747970001104659-16-154924
10-K2016-08-29fiscal FY 2016512270001104659-16-141905
10-Q2016-05-10fiscal Q3 2016481320001104659-16-119445
10-Q2016-02-09fiscal Q2 2016471280001104659-16-094983
10-Q2015-11-05fiscal Q1 201646930001104659-15-075968
10-K2015-08-27fiscal FY 2015502230001104659-15-062047
10-Q2015-05-08fiscal Q3 2015461260001104659-15-035984
10-Q2015-02-06fiscal Q2 2015451260001104659-15-007227
10-Q2014-11-06fiscal Q1 201545910001104659-14-077456
10-K2014-08-29fiscal FY 2014492240001104659-14-063906
10-Q2014-05-09fiscal Q3 2014471290001104659-14-037038
10-Q2014-02-07fiscal Q2 2014471280001104659-14-007506
10-Q2013-11-08fiscal Q1 201447950001104659-13-082739
10-K2013-09-12fiscal FY 2013492240001104659-13-069449
10-Q2013-05-09fiscal Q3 2013461260001104659-13-039482
10-Q2013-02-08fiscal Q2 2013461260001104659-13-008802
10-Q2012-11-09fiscal Q1 201346940001104659-12-076541
10-K2012-09-12fiscal FY 2012502350001104659-12-063063
10-Q2012-05-09fiscal Q3 2012411120001104659-12-035067
10-Q2012-02-08fiscal Q2 2012411120001104659-12-007768
10-Q2011-11-04fiscal Q1 201241860001104659-11-060917

Inspect the source

Entity
LANNETT CO INC / CIK 0000057725
Captured
SEC response SHA-256
f8a3687bdcc4aa741d124eaaa64b6f072be61e6849adf27777a05b20417863c7

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