Skip to content

ESPORTS ENTERTAINMENT GROUP, INC.: filings

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

Filing record ends 2024-05-23

The latest filing in this captured record is a 10-Q filed 2024-05-23. No later filing is in the SEC companyfacts record captured on 2026-09-20. ESPORTS 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-Q2024-05-23fiscal Q3 2024501360001493152-24-021070
10-Q2024-03-27fiscal Q2 2024471260001493152-24-011559
10-Q2023-11-20fiscal Q1 202445910001493152-23-042155
10-K2023-10-13fiscal FY 2023531060001493152-23-037224
10-Q2023-05-22fiscal Q3 2023481380001493152-23-018555
10-Q2023-02-21fiscal Q2 2023471300001493152-23-005607
10-Q2022-11-14fiscal Q1 202344880001493152-22-032249
10-K2022-10-13fiscal FY 202250980001493152-22-028366
10-Q2022-05-23fiscal Q3 2022471260001493152-22-014828
10-Q2022-02-22fiscal Q2 2022451140001493152-22-005158
10-Q2021-11-15fiscal Q1 202239780001493152-21-028740
10-K2021-10-13fiscal FY 202149820001493152-21-025333
10-Q2021-05-17fiscal Q3 202140950001493152-21-011983
10-Q2021-02-16fiscal Q2 202136870001493152-21-004048
10-Q2020-11-16fiscal Q1 202138670001493152-20-021688
10-K2020-10-01fiscal FY 202030600001493152-20-018724
10-Q2020-05-20fiscal Q3 202024710001213900-20-013015
10-Q2020-02-19fiscal Q2 202025680001213900-20-004240
10-Q2019-11-19fiscal Q1 202025510001213900-19-024119
10-K2019-09-30fiscal FY 201927520001213900-19-019346
10-Q2019-07-15fiscal Q3 201926630001213900-19-012704
10-Q2019-03-07fiscal Q2 201826660001469709-19-000035
10-Q/A2019-02-22fiscal Q1 201824500001469709-19-000019
10-K2018-11-15fiscal FY 201725510001469709-18-000198
10-Q2018-06-25fiscal Q3 201720520001469709-18-000116
10-Q/A2018-06-22fiscal Q2 201721540001469709-18-000112
10-Q2017-12-01fiscal Q1 201721420001469709-17-000301
10-K2017-10-23fiscal FY 201726520001469709-17-000270
10-Q2017-05-22fiscal Q3 201720520001469709-17-000106
10-Q2017-02-21fiscal Q2 201719500001469709-17-000023
10-Q2016-11-10fiscal Q1 201719380001469709-16-000944
10-K2016-10-07fiscal FY 201619390001469709-16-000930
10-Q2016-05-16fiscal Q3 201619500001469709-16-000815
10-Q2016-02-17fiscal Q2 201619500001469709-16-000683
10-Q2016-02-12fiscal Q2 201619500001469709-16-000678
10-Q2015-11-13fiscal Q1 201620400001469709-15-000599
10-K2015-10-13fiscal FY 201520410001469709-15-000564
10-Q2015-05-08fiscal Q3 201519500001469709-15-000235
10-Q2015-04-07fiscal Q2 201519500001469709-15-000162
10-Q2015-04-06fiscal Q1 201519380001469709-15-000158
10-K2015-04-02fiscal FY 201416330001469709-15-000149

Inspect the source

Entity
ESPORTS ENTERTAINMENT GROUP, INC. / CIK 0001451448
Captured
2026-09-20T09:05:28.806Z
SEC response SHA-256
0d98de0a968b51bc6cd18fd0d02896ab190ba65287cbb0324fe83248055cd56b

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