Skip to content

LZG INTERNATIONAL, INC.: filings

Every LZG INTERNATIONAL, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 48 filings, each linked to its SEC index.

Filing record ends 2023-06-27

The latest filing in this captured record is a 10-Q/A filed 2023-06-27. No later filing is in the SEC companyfacts record captured on 2026-09-22. LZG INTERNATIONAL, 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-Q/A2023-06-27fiscal Q3 2023381070001654954-23-008433
10-Q2023-01-23fiscal Q2 202338980001654954-23-000638
10-Q2022-10-17fiscal Q1 202232620001654954-22-013824
10-K2022-09-13fiscal FY 202234600001213900-22-055586
10-Q2022-04-14fiscal Q3 202221620001554795-22-000149
10-Q2022-01-20fiscal Q2 202121610001554795-22-000024
10-Q2021-10-13fiscal Q1 202119410001554795-21-000364
10-K2021-08-26fiscal FY 202122460001607062-21-000294
10-Q2021-04-14fiscal Q3 202124780001607062-21-000083
10-Q2021-01-12fiscal Q2 202123700001607062-21-000006
10-Q2020-10-14fiscal Q1 202122480001607062-20-000301
10-K2020-08-28fiscal FY 202018370001607062-20-000251
10-Q2020-04-14fiscal Q3 202018620001607062-20-000103
10-Q2020-01-10fiscal Q2 202018560001607062-20-000011
10-Q2019-10-09fiscal Q1 202017370001607062-19-000384
10-K2019-08-29fiscal FY 201918420001607062-19-000350
10-Q2019-04-15fiscal Q3 201918600001607062-19-000145
10-Q2019-01-11fiscal Q2 201918500001607062-19-000004
10-Q2018-10-15fiscal Q1 201918360001607062-18-000337
10-K2018-10-01fiscal FY 201820420001607062-18-000308
10-Q2018-04-16fiscal Q3 201818500001607062-18-000121
10-Q2018-01-11fiscal Q2 201818500001607062-18-000014
10-Q2017-09-29fiscal Q1 201818380001607062-17-000321
10-K2017-08-11fiscal FY 201621440001607062-17-000262
10-Q2017-04-07fiscal Q3 201620550001607062-17-000149
10-Q2017-01-12fiscal Q2 201620550001607062-17-000015
10-Q2016-10-13fiscal Q1 201620430001607062-16-001013
10-K2016-08-24fiscal FY 201520420001607062-16-000970
10-Q2016-04-12fiscal Q3 201520520001607062-16-000782
10-Q2016-01-11fiscal Q2 201519510001607062-16-000584
10-Q2015-10-06fiscal Q1 201519390001607062-15-000438
10-K2015-08-11fiscal FY 201420420001607062-15-000347
10-Q2015-04-13fiscal Q3 201519510001607062-15-000175
10-Q2015-01-06fiscal Q2 201419500001607062-15-000005
10-Q2014-09-30fiscal Q1 201419390001607062-14-000111
10-K2014-08-15fiscal FY 201421710001607062-14-000081
10-Q2014-04-14fiscal Q3 201419570001477932-14-001702
10-Q2014-01-10fiscal Q2 201420560001477932-14-000106
10-Q2013-09-27fiscal Q1 201419450001477932-13-004373
10-K2013-08-26fiscal FY 201320660001477932-13-004016
10-Q2013-04-15fiscal Q3 201322740001477932-13-001808
10-Q2013-01-09fiscal Q2 201319530001477932-13-000078
10-Q2012-10-15fiscal Q1 201319430001477932-12-003883
10-K2012-08-13fiscal FY 201220660001471242-12-001071
10-Q2012-04-05fiscal Q3 201220690000798947-12-000020
10-Q/A2012-01-20fiscal Q2 201221730000798947-12-000005
10-Q2012-01-09fiscal Q2 201221730000798947-12-000003
10-Q2011-10-13fiscal Q1 201218470000798947-11-000040

Inspect the source

Entity
LZG INTERNATIONAL, INC. / CIK 0001126115
Captured
SEC response SHA-256
3e168a2fba28adca17876e6b9ae0a2e3ac2b03c01f67969ed839bbe722b0a12c

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