Skip to content

Generation NEXT Franchise Brands, Inc.: filings

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

Filing record ends 2019-10-16

The latest filing in this captured record is a 10-K filed 2019-10-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. Generation NEXT Franchise 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-K2019-10-16fiscal FY 201937870001640334-19-002050
10-Q2019-05-15fiscal Q3 2019371080001640334-19-000893
10-Q2019-02-14fiscal Q2 201938940001640334-19-000263
10-Q2018-11-23fiscal Q1 201937710001640334-18-002266
10-K2018-10-19fiscal FY 201840810001640334-18-001962
10-Q2018-05-15fiscal Q3 201829770001640334-18-000999
10-Q2018-02-14fiscal Q2 201829740001640334-18-000329
10-Q2017-11-14fiscal Q1 201828550001640334-17-002423
10-K2017-10-02fiscal FY 201733660001640334-17-002082
10-Q2017-05-22fiscal Q3 201731760001640334-17-001069
10-Q2017-02-21fiscal Q2 201728720001640334-17-000337
10-Q2016-11-21fiscal Q1 201726530001640334-16-002090
10-K2016-10-05fiscal FY 201632660001640334-16-001762
10-Q2016-05-23fiscal Q3 201627690001640334-16-001147
10-Q2016-02-16fiscal Q2 201628700001640334-16-000712
10-Q2015-11-23fiscal Q1 201628550001640334-15-000369
10-K2015-10-13fiscal FY 201533650001640334-15-000209
10-Q2015-05-15fiscal Q3 201530750001557240-15-000310
10-Q2015-02-17fiscal Q2 201530780001557240-15-000101
10-Q2014-11-14fiscal Q1 201530580001557240-14-000693
10-K2014-09-29fiscal FY 201431480001557240-14-000548
10-Q2014-05-15fiscal Q3 201430730001557240-14-000262
10-Q2014-02-14fiscal Q2 201431740001557240-14-000077
10-Q2013-11-20fiscal Q1 201432540001557240-13-000404
10-K2013-09-30fiscal FY 201312310001526689-13-000015
10-Q2013-06-26fiscal Q3 201315480001557240-13-000180
10-Q2013-04-04fiscal Q2 201315480001557240-13-000069
10-Q2013-01-14fiscal Q1 201315420001557240-13-000004
10-K2012-11-29fiscal FY 201213290001557240-12-000052
10-Q2012-07-13fiscal Q3 201220450001530981-12-000075
10-Q2012-04-16fiscal Q2 201220470001530981-12-000035
10-Q2012-01-17fiscal Q1 201217360001530981-12-000007

Inspect the source

Entity
Generation NEXT Franchise Brands, Inc. / CIK 0001526689
Captured
SEC response SHA-256
59a3c05d9272c8deb2527d96afa35e105e57a0c261514208fbfc8a272d2cc59a

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