Skip to content

SPORTS ENTERTAINMENT GAMING GLOBAL CORPORATION: filings

Every SPORTS ENTERTAINMENT GAMING GLOBAL CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 36 filings, each linked to its SEC index.

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-K2026-07-10fiscal FY 202544890001493152-26-032786
10-Q2025-11-20fiscal Q3 2025441290001493152-25-024384
10-Q/A2025-10-15fiscal Q1 202543890001493152-25-018121
10-Q2025-08-19fiscal Q2 2025431250001641172-25-024882
10-K/A2025-04-22fiscal FY 202445900001641172-25-005663
10-K/A2025-04-09fiscal FY 202347940001641172-25-003412
10-Q2024-12-16fiscal Q3 2024421240001493152-24-050194
10-Q/A2024-09-03fiscal Q2 2024411210001493152-24-034744
10-Q/A2024-08-29fiscal Q3 2023431240001493152-24-034347
10-Q2024-08-19fiscal Q2 2024411230001493152-24-033169
10-Q/A2024-06-06fiscal Q1 202445920001493152-24-022868
10-K/A2024-06-04fiscal FY 202346930001493152-24-022440
10-Q2024-05-20fiscal Q1 202445930001493152-24-020791
10-Q2023-08-22fiscal Q2 2023431220001493152-23-029753
10-K2023-06-15fiscal FY 202250970001493152-23-021506
10-Q2023-05-24fiscal Q3 2022431190001493152-23-018956
10-Q2023-05-22fiscal Q2 2022431200001493152-23-018441
10-Q/A2023-05-15fiscal Q1 202245880001493152-23-017544
10-K/A2023-05-10fiscal FY 202147890001493152-23-016035
10-Q2022-05-16fiscal Q1 202243830001213900-22-027217
10-K2022-04-01fiscal FY 202142820001213900-22-017159
10-Q2021-11-15fiscal Q3 202121600001213900-21-059462
10-Q2021-08-16fiscal Q2 202123650001213900-21-043067
10-Q2021-06-30fiscal Q1 202122440001213900-21-034797
10-K/A2021-06-28fiscal FY 202021420001213900-21-034278
10-K2021-03-30fiscal FY 202020400001213900-21-018775
10-Q2020-11-16fiscal Q3 202020630001213900-20-037419
10-Q2020-08-07fiscal Q2 202020540001213900-20-020932
10-Q2020-05-07fiscal Q1 202019380001213900-20-011280
10-K2020-03-16fiscal FY 201921410001213900-20-006552
10-Q2019-11-18fiscal Q3 201921580001213900-19-023889
10-Q2019-08-14fiscal Q2 201921560001213900-19-015802
10-Q2019-05-15fiscal Q1 201918330001615774-19-007925
10-K2019-03-27fiscal FY 201819340001615774-19-004584
10-Q2018-11-09fiscal Q3 201818420001615774-18-012418
10-Q2018-08-13fiscal Q2 201818420001615774-18-007916

Inspect the source

Entity
SPORTS ENTERTAINMENT GAMING GLOBAL CORPORATION / CIK 0001673481
Captured
2026-09-21T17:24:25.890Z
SEC response SHA-256
bd89c4093a19d312a2b46f32a9f0c4b725d457f6b1df92803b54632ae308085a

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