Skip to content

FIRST LEVEL ENTERTAINMENT GROUP, INC.: filings

Every FIRST LEVEL ENTERTAINMENT GROUP, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 23 filings, each linked to its SEC index.

Filing record ends 2017-07-14

The latest filing in this captured record is a 10-Q filed 2017-07-14. No later filing is in the SEC companyfacts record captured on 2026-09-23. FIRST LEVEL ENTERTAINMENT GROUP, 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-Q2017-07-14fiscal Q3 201712330001161697-17-000334
10-Q2017-04-14fiscal Q2 201713380001161697-17-000195
10-Q2017-01-23fiscal Q1 201712260001161697-17-000070
10-K2016-12-14fiscal FY 201615290001161697-16-001213
10-Q2016-07-06fiscal Q3 201617430001161697-16-000965
10-Q2016-04-13fiscal Q2 201616430001161697-16-000783
10-Q2016-01-12fiscal Q1 201617330001161697-16-000616
10-K2015-12-15fiscal FY 201515330001161697-15-000535
10-Q2015-07-20fiscal Q3 201517480001161697-15-000305
10-Q2015-04-14fiscal Q2 201516430001161697-15-000171
10-Q2015-01-09fiscal Q1 201515290001161697-15-000008
10-K2014-12-02fiscal FY 201415320001161697-14-000587
10-Q2014-07-15fiscal Q3 201414510001161697-14-000330
10-Q2014-05-30fiscal Q2 201414450001161697-14-000231
10-Q2014-05-30fiscal Q1 201414340001161697-14-000230
10-K2014-04-14fiscal FY 201316430001161697-14-000154
10-Q2013-07-11fiscal Q3 201319620001161697-13-000477
10-Q2013-07-11fiscal Q2 201319570001161697-13-000475
10-Q/A2013-04-09fiscal Q1 201324590001161697-13-000261
10-K/A2013-04-09fiscal FY 201224560001161697-13-000260
10-Q2012-06-21fiscal Q3 201220620001161697-12-000509
10-Q2012-03-29fiscal Q2 201219600001161697-12-000182
10-Q2011-12-21fiscal Q1 201219450001161697-11-001107

Inspect the source

Entity
FIRST LEVEL ENTERTAINMENT GROUP, INC. / CIK 0001503227
Captured
SEC response SHA-256
2b6a97cb688d74e4d07c8fb32c2df8421380c961ddde4a3b1311285b28b698f2

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