Skip to content

EXEO ENTERTAINMENT, INC.: filings

Every EXEO ENTERTAINMENT, 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 2022-08-09

The latest filing in this captured record is a 10-Q/A filed 2022-08-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. EXEO 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-Q/A2022-08-09fiscal Q3 202130870001199835-22-000457
10-Q2022-08-09fiscal Q1 202231600001199835-22-000455
10-Q2021-07-28fiscal Q2 202132870001199835-21-000452
10-Q2021-04-22fiscal Q1 202132650001199835-21-000213
10-K/A2021-03-29fiscal FY 202037750001199835-21-000165
10-Q2020-10-20fiscal Q3 2020351010001199835-20-000257
10-Q2020-07-20fiscal Q2 202035970001199835-20-000179
10-Q2020-05-29fiscal Q1 202035710001199835-20-000123
10-K/A2020-03-17fiscal FY 201936730001199835-20-000030
10-Q2019-10-15fiscal Q3 2019351010001199835-19-000023
10-Q2019-07-22fiscal Q2 201935970001654954-19-008395
10-Q2019-04-22fiscal Q1 201932640001654954-19-004659
10-K2019-03-15fiscal FY 201833670001654954-19-002782
10-Q2018-10-15fiscal Q3 201832860001654954-18-011148
10-Q2018-07-16fiscal Q2 201832860001654954-18-007723
10-Q2018-04-10fiscal Q1 201831620001654954-18-003788
10-K2018-03-06fiscal FY 201731620001654954-18-002162
10-Q2017-10-16fiscal Q3 201730820001654954-17-009482
10-Q2017-07-17fiscal Q2 201731840001654954-17-006485
10-Q2017-04-19fiscal Q1 201730600001654954-17-003476
10-K2017-03-29fiscal FY 201631630001654954-17-002720
10-Q2016-11-04fiscal Q3 201630860001654954-16-003504
10-Q2016-07-15fiscal Q2 201627810001199835-16-000865
10-Q2016-04-05fiscal Q1 201626620001199835-16-000715
10-K2016-03-03fiscal FY 201530610001199835-16-000645
10-Q2015-10-20fiscal Q3 201528740001199835-15-000478
10-Q2015-07-15fiscal Q2 201529770001199835-15-000292
10-Q2015-04-09fiscal Q1 201527540001199835-15-000113
10-K2015-02-20fiscal FY 201430620001199835-15-000041
10-Q2014-10-06fiscal Q3 201422680001199835-14-000496
10-Q2014-07-02fiscal Q2 201423690001199835-14-000335
10-Q2014-04-04fiscal Q1 201420480001199835-14-000146

Inspect the source

Entity
EXEO ENTERTAINMENT, INC. / CIK 0001528760
Captured
SEC response SHA-256
f2d7ab4afe38939f83c4bd0a6eb39dc4a1d2d91e8628b9cfef7f05ba35534358

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