Skip to content

CEC ENTERTAINMENT INC: filings

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

Filing record ends 2020-03-12

The latest filing in this captured record is a 10-K filed 2020-03-12. No later filing is in the SEC companyfacts record captured on 2026-09-22. CEC ENTERTAINMENT 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-K2020-03-12fiscal FY 2019461370000813920-20-000015
10-Q2019-11-12fiscal Q3 2019391130000813920-19-000060
10-Q2019-08-14fiscal Q2 2019381030000813920-19-000047
10-Q2019-05-15fiscal Q1 201938770000813920-19-000025
10-K2019-03-12fiscal FY 2018421320000813920-19-000010
10-Q2018-11-09fiscal Q3 201835960000813920-18-000038
10-Q2018-08-10fiscal Q2 201835940000813920-18-000023
10-Q2018-05-09fiscal Q1 201834840000813920-18-000017
10-K2018-03-28fiscal FY 2017391240000813920-18-000008
10-Q2017-11-13fiscal Q3 201735940000813920-17-000030
10-Q2017-08-04fiscal Q2 201735940000813920-17-000024
10-Q2017-05-10fiscal Q1 201735860000813920-17-000018
10-Q2016-11-09fiscal Q3 2016351380000813920-16-000059
10-Q2016-08-09fiscal Q2 201635940000813920-16-000052
10-Q2016-05-10fiscal Q1 201635720000813920-16-000045
10-K2014-02-12fiscal FY 2013401470000813920-14-000015
10-Q2013-10-31fiscal Q3 201336980000813920-13-000042
10-Q2013-08-01fiscal Q2 201336980001193125-13-315250
10-Q2013-05-02fiscal Q1 201336730001193125-13-196361
10-K2013-02-21fiscal FY 2012401450001193125-13-069499
10-Q2012-11-01fiscal Q3 2012381010001193125-12-446736
10-Q2012-08-02fiscal Q2 2012381010001193125-12-332036
10-Q2012-05-03fiscal Q1 201238760001193125-12-208785
10-K2012-02-23fiscal FY 2011411490001193125-12-075516
10-Q2011-11-04fiscal Q3 201137970001193125-11-297188
10-Q2011-08-05fiscal Q2 201137970001193125-11-212259
10-Q2011-05-05fiscal Q1 201137740001140361-11-025400
10-K2011-02-24fiscal FY 2010371000000813920-11-000011
10-Q2010-11-04fiscal Q3 201037940000813920-10-000065
10-Q2010-08-05fiscal Q2 201037940000813920-10-000059

4 further filings tag fewer than eight published concepts and have no page.

Inspect the source

Entity
CEC ENTERTAINMENT INC / CIK 0000813920
Captured
SEC response SHA-256
d74942148c8d56394ae28601250a83a60e17d4ed8e5e1c74149d15b7b60f61f5

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