Skip to content

Luckwel Pharmaceuticals Inc.: filings

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

Filing record ends 2021-09-09

The latest filing in this captured record is a 10-K filed 2021-09-09. No later filing is in the SEC companyfacts record captured on 2026-09-23. Luckwel Pharmaceuticals 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-K2021-09-09fiscal FY 202115290001493152-21-022312
10-Q2021-09-08fiscal Q3 202115400001493152-21-022174
10-Q2021-09-08fiscal Q2 202115400001493152-21-022134
10-Q2021-09-07fiscal Q1 202115320001493152-21-022056
10-K2021-06-10fiscal FY 202014270001493152-21-014053
10-Q2020-02-13fiscal Q3 202014380001493152-20-002208
10-Q2019-11-14fiscal Q2 202012330001493152-19-017346
10-Q2019-08-14fiscal Q1 202012270001493152-19-012580
10-K2019-07-02fiscal FY 201914260001493152-19-010056
10-Q2019-02-14fiscal Q3 201915430001493152-19-002019
10-Q2018-11-14fiscal Q2 201814400001493152-18-015946
10-Q2018-08-14fiscal Q1 201814280001493152-18-011877
10-K2018-07-16fiscal FY 201818340001493152-18-009999
10-Q2018-02-12fiscal Q3 201816360001493152-18-001784
10-Q2017-11-13fiscal Q2 201815360001493152-17-012839
10-Q2017-08-10fiscal Q1 201815310001493152-17-008909
10-K2017-06-27fiscal FY 201720620001185185-17-001459
10-Q2017-02-03fiscal Q3 201717510001185185-17-000186
10-Q2016-11-10fiscal Q2 201718530001185185-16-005712
10-Q2016-08-11fiscal Q1 201618650001185185-16-005158
10-K2016-05-02fiscal FY 201619370001520138-16-000886
10-K2016-04-29fiscal FY 201516320001520138-16-000879
10-Q2016-01-11fiscal Q3 201617350001520138-16-000662
10-Q2015-10-15fiscal Q2 201515310001520138-15-000421
10-Q2015-07-09fiscal Q1 201514280001520138-15-000312
10-K2015-06-01fiscal FY 201516320001520138-15-000267
10-Q2015-01-14fiscal Q3 201413300001520138-15-000016
10-Q2014-09-19fiscal Q2 201414310001520138-14-000250
10-Q2014-08-06fiscal Q1 201414270001520138-14-000201

Inspect the source

Entity
Luckwel Pharmaceuticals Inc. / CIK 0001567098
Captured
SEC response SHA-256
444789a3afe5c32166761a9713e1cfb92bdcb9595003c8ed59a468e3d1770909

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