Skip to content

SIMPLICITY ESPORTS AND GAMING COMPANY: financial reference

Explore SIMPLICITY ESPORTS AND GAMING COMPANY financial histories from SEC filings, with original units, reporting periods, filing dates and downloadable source data.

Filing record ends 2022-09-27

The latest filing in this captured record is a 10-K filed 2022-09-27. No later filing is in the SEC companyfacts record captured on 2026-09-22. SIMPLICITY ESPORTS AND GAMING COMPANY 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.

Reported financial histories

Choose a measure to inspect its definition, complete selected history and filing provenance. Each row shows the latest period available for that selected concept and original unit. Separate currencies and reporting intervals remain separate rows. Coverage dates can differ between concepts. A recent capture does not imply recent accounting coverage; these amounts are not prices.

Latest periods by selected concept and original unit
MeasurePeriod startPeriod endValueUnitFiled
Total assets-2022-05-313,826,966USD2022-09-27
Total liabilities-2022-05-317,672,662USD2022-09-27
Stockholders equity-2022-05-31-3,766,541USD2022-09-27
Cash and cash equivalents-2022-05-31103,437USD2022-09-27
Net income or loss2021-06-012022-05-31-17,546,545USD2022-09-27
Operating cash flow2021-06-012022-05-31-2,679,110USD2022-09-27
Capital expenditure payments2021-06-012022-05-31361,086USD2022-09-27
Contract revenue excluding tax2021-06-012022-05-313,552,665USD2022-09-27
Financing cash flow2021-06-012022-05-312,883,469USD2022-09-27
Investing cash flow2021-06-012022-05-31-515,179USD2022-09-27
Retained earnings or deficit-2022-05-31-29,838,444USD2022-09-27
Net property, plant and equipment-2022-05-31195,202USD2022-09-27
Share-based compensation expense2021-06-012022-05-31417,889USD2022-09-27
Operating income or loss2021-06-012022-05-31-11,030,547USD2022-09-27
Current assets-2022-05-31507,368USD2022-09-27
Interest expense2021-06-012022-05-314,517,427USD2022-09-27
Current liabilities-2022-05-314,812,735USD2022-09-27
Current accounts payable-2022-05-31779,363USD2022-09-27
Goodwill carrying amount-2022-05-311,472,884USD2022-09-27
Net finite-lived intangible assets-2022-05-31240,033USD2022-09-27
Net current accounts receivable-2022-05-3160,549USD2022-09-27
Operating expenses2021-06-012022-05-3112,090,974USD2022-09-27
Net inventory-2022-05-31115,188USD2022-09-27
Gross profit2021-06-012022-05-311,060,427USD2022-09-27
Common shares outstanding-2022-05-311,830,818shares2022-09-27
Additional paid-in capital-2022-05-3126,014,021USD2022-09-27
Total equity including noncontrolling interests-2022-05-31-3,845,696USD2022-09-27
Operating lease right-of-use asset-2022-05-31532,216USD2022-09-27
Operating lease liability-2022-05-311,425,146USD2022-09-27
Long-term debt-2022-05-315,857,672USD2022-09-27
Gross property, plant and equipment-2022-05-31528,793USD2022-09-27
Accumulated depreciation on property, plant and equipment-2022-05-31333,591USD2022-09-27
Net intangible assets excluding goodwill-2022-05-311,007,142USD2022-09-27
Accrued current liabilities-2022-05-311,835,181USD2022-09-27
Net deferred tax assets-2022-05-31223,000USD2022-09-27
Pre-tax income or loss from continuing operations2021-06-012022-05-31-17,838,138USD2022-09-27
Net income available to common stockholders2020-06-012021-05-31-6,096,855USD2021-08-30
General and administrative expense2021-06-012022-05-312,032,985USD2022-09-27
Depreciation expense2021-06-012022-05-31339,621USD2022-09-27
Amortization of intangible assets2020-06-012021-05-31295,709USD2021-08-30
Nonoperating income or expense2021-06-012022-05-31-6,807,591USD2022-09-27
Change in accounts receivable2021-06-012022-05-31-99,552USD2022-09-27
Change in inventories2021-06-012022-05-3123,899USD2022-09-27
Change in accounts payable2021-06-012022-05-31565,225USD2022-09-27

Filings

23 SIMPLICITY ESPORTS AND GAMING COMPANY filings with published measures: what each annual or quarterly report tagged, with the periods it covered, as reported in that filing. The histories above show the latest-filed value per period.

Inspect the source

Entity
SIMPLICITY ESPORTS AND GAMING COMPANY / CIK 0001708410
Captured
SEC response SHA-256
9d5d284adfcbf0f504c5f584cf3954e69969d9428c3111822c2a91dd5bf57d8b

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Latest-filed annual-report facts per unit and reporting period at capture time. Duration facts cover 300 to 400 days. This selection can include restatements and is not a point-in-time backtest dataset. Missing concepts are omitted, never zero-filled. Values retain original units and are not currency converted. Extended concepts require compatible unit shapes and at least three reporting ends with changing values within one unit. Constant or incompatible added histories are omitted.

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