Skip to content

U.S. Lighting Group, Inc.: filings

Every U.S. Lighting Group, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 20 filings, each linked to its SEC index.

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-Q2024-11-26fiscal Q3 2024411140001213900-24-102919
10-Q2024-08-28fiscal Q2 2024411090001213900-24-073392
10-Q2024-05-20fiscal Q1 202439780001213900-24-045166
10-K2024-04-16fiscal FY 202338760001213900-24-033333
10-Q/A2023-12-13fiscal Q2 202335950001213900-23-095182
10-Q/A2023-11-28fiscal Q1 202333670001213900-23-090333
10-Q2023-11-21fiscal Q3 2023351030001213900-23-089204
10-Q2023-08-15fiscal Q2 202335950001213900-23-067647
10-Q2023-05-15fiscal Q1 202334690001213900-23-039234
10-K2023-04-14fiscal FY 202240780001213900-23-029790
10-Q2022-11-18fiscal Q3 2022391080001213900-22-073620
10-Q2022-08-15fiscal Q2 202237990001213900-22-047858
10-Q2022-07-14fiscal Q1 202237730001213900-22-039331
10-K2022-06-30fiscal FY 202141790001213900-22-036284
10-Q2021-11-12fiscal Q3 2021371030001213900-21-058439
10-Q2021-08-30fiscal Q2 2021371010001213900-21-045665
10-Q2021-05-05fiscal Q1 202139810001213900-21-024669
10-K2021-03-24fiscal FY 202044880001213900-21-017529
10-Q2020-11-16fiscal Q3 202039980001213900-20-037178
10-Q2016-08-15fiscal Q2 201610280001144204-16-119198

Inspect the source

Entity
U.S. Lighting Group, Inc. / CIK 0001536394
Captured
2026-09-21T17:20:35.303Z
SEC response SHA-256
282ebe857fd11f4cd9d7abf5b056482c2ba65eb64d994f826f1bbe6914150fff

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