Skip to content

SMG INDUSTRIES INC.: filings

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

Filing record ends 2023-11-14

The latest filing in this captured record is a 10-Q filed 2023-11-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. SMG INDUSTRIES 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-11-14fiscal Q3 2023501370001410578-23-002468
10-Q2023-08-14fiscal Q2 2023421190001410578-23-001856
10-Q2023-05-15fiscal Q1 202343890001410578-23-001190
10-K2023-04-17fiscal FY 202247930001410578-23-000684
10-Q2022-11-14fiscal Q3 2022431270001410578-22-003286
10-Q2022-08-15fiscal Q2 2022431190001410578-22-002535
10-Q2022-05-16fiscal Q1 202243860001410578-22-001624
10-K2022-04-15fiscal FY 202146920001410578-22-000943
10-Q2021-11-15fiscal Q3 2021451270001410578-21-000307
10-Q2021-08-23fiscal Q2 2021431170001104659-21-108510
10-Q2021-05-24fiscal Q1 202143850001104659-21-071058
10-K2021-04-19fiscal FY 202046910001104659-21-051843
10-Q2020-11-17fiscal Q3 2020481280001104659-20-126218
10-Q2020-08-14fiscal Q2 2020491290001104659-20-095311
10-Q2020-06-29fiscal Q1 202046910001104659-20-078062
10-K2020-05-29fiscal FY 2019521020001104659-20-067861
10-Q2019-11-14fiscal Q3 2019471210001104659-19-064034
10-Q2019-08-14fiscal Q2 2019461170001144204-19-039696
10-Q2019-05-14fiscal Q1 201947950001144204-19-025988
10-K2019-04-01fiscal FY 201847940001144204-19-017308
10-Q2018-11-09fiscal Q3 2018431110001144204-18-058654
10-Q2018-08-13fiscal Q2 2018431110001144204-18-043827
10-Q2018-05-10fiscal Q1 201840820001144204-18-027038
10-K2018-04-02fiscal FY 201742840001144204-18-018716
10-Q2017-11-13fiscal Q3 201734880001144204-17-058201
10-Q2017-08-14fiscal Q2 201711300001144204-17-043162
10-Q2017-05-12fiscal Q1 201710220001144204-17-026887
10-K2017-03-30fiscal FY 201615320001144204-17-017689
10-Q2016-11-14fiscal Q3 201611310001144204-16-133643
10-Q2016-08-12fiscal Q2 201611310001144204-16-118468
10-Q2016-05-13fiscal Q1 201611250001144204-16-101917
10-K2016-03-28fiscal FY 201522460001144204-16-090610
10-Q2015-11-13fiscal Q3 201518560001144204-15-064968
10-Q2015-08-14fiscal Q2 201519580001144204-15-049306
10-Q2015-05-14fiscal Q1 201519400001144204-15-030685
10-K2015-03-27fiscal FY 201424500001144204-15-018950
10-Q2014-11-14fiscal Q3 201421620001144204-14-068037
10-Q2014-08-14fiscal Q2 201424680001144204-14-050139
10-Q2014-05-14fiscal Q1 201422460001144204-14-030115
10-K2014-03-28fiscal FY 201326540001144204-14-018736
10-Q2013-11-13fiscal Q3 201324670001144204-13-060719
10-Q2013-08-14fiscal Q2 201316380001144204-13-045601
10-Q2013-05-10fiscal Q1 201315320001144204-13-027633
10-K2013-04-01fiscal FY 201221440001144204-13-019117
10-Q2012-11-13fiscal Q3 201217420001144204-12-061109
10-Q2012-08-10fiscal Q2 201215380001144204-12-044334
10-Q2012-05-08fiscal Q1 201214300001144204-12-026655
10-K2012-03-23fiscal FY 201118380001144204-12-016924
10-Q2011-11-14fiscal Q3 201117410001144204-11-063299
10-Q/A2011-10-17fiscal Q2 201114360001144204-11-058155
10-Q2011-08-15fiscal Q2 201113320001144204-11-047027

Inspect the source

Entity
SMG INDUSTRIES INC. / CIK 0001426506
Captured
SEC response SHA-256
0f8650a01220bd7c6470bb22c7b8b0638f451b519abb5eca70b74c95bca088af

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