Skip to content

GL Brands, Inc.: filings

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

Filing record ends 2020-01-31

The latest filing in this captured record is a 10-Q filed 2020-01-31. No later filing is in the SEC companyfacts record captured on 2026-09-22. GL Brands, 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-Q2020-01-31fiscal Q1 202042880001683168-20-000308
10-K/A2019-11-18fiscal FY 201944890001683168-19-003706
10-Q2019-05-21fiscal Q3 2019411150001683168-19-001672
10-Q2019-02-19fiscal Q2 2019411040001683168-19-000436
10-Q2018-11-19fiscal Q1 201939780001683168-18-003492
10-K2018-10-15fiscal FY 201843860001683168-18-003066
10-Q2018-06-29fiscal Q3 2018411070001683168-18-001819
10-Q2018-02-21fiscal Q2 201834820001683168-18-000482
10-Q2017-11-20fiscal Q1 201834680001683168-17-003119
10-K2017-10-19fiscal FY 201734680001683168-17-002706
10-Q2017-05-22fiscal Q3 201727680001683168-17-001363
10-Q2017-02-17fiscal Q2 201627680001683168-17-000408
10-Q2016-11-15fiscal Q1 201626520001683168-16-000672
10-K2016-10-07fiscal FY 201628580001683168-16-000265
10-Q2016-05-16fiscal Q3 201624600001019687-16-006284
10-Q2016-02-11fiscal Q2 201623580001019687-16-005131
10-Q2015-11-12fiscal Q1 201622440001019687-15-004019
10-K2015-10-06fiscal FY 201523460001019687-15-003645
10-Q/A2015-09-15fiscal Q3 201418440001019687-15-003462
10-Q/A2015-09-11fiscal Q2 201418440001019687-15-003431
10-Q2015-05-15fiscal Q3 201511300001019687-15-001980
10-Q2015-02-17fiscal Q2 201517500001019687-15-000600
10-Q2015-02-02fiscal Q1 201517370001019687-15-000394
10-K2014-08-08fiscal FY 201411220001607062-14-000059
10-Q2014-04-21fiscal Q3 201412270001554795-14-000302
10-Q2014-01-24fiscal Q2 201412260001554795-14-000048

Inspect the source

Entity
GL Brands, Inc. / CIK 0001581545
Captured
SEC response SHA-256
9afc40b15c1971dc9326a56cd45e144ab03056463aa9aaf7fcb2d01cdecd247e

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