Skip to content

GROM SOCIAL ENTERPRISES, INC.: filings

Every GROM SOCIAL ENTERPRISES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 filings, each linked to its SEC index.

Filing record ends 2024-05-20

The latest filing in this captured record is a 10-Q filed 2024-05-20. No later filing is in the SEC companyfacts record captured on 2026-09-22. GROM SOCIAL ENTERPRISES, 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-20fiscal Q1 2024581190001683168-24-003704
10-K2024-04-16fiscal FY 2023611240001683168-24-002468
10-Q2023-11-20fiscal Q3 2023601640001683168-23-008354
10-Q2023-08-18fiscal Q2 2023601640001683168-23-005901
10-Q2023-05-17fiscal Q1 2023601210001683168-23-003502
10-K2023-04-17fiscal FY 2022611230001683168-23-002483
10-Q2022-11-07fiscal Q3 2022601630001683168-22-007355
10-Q2022-08-16fiscal Q2 2022591610001683168-22-005837
10-Q2022-05-16fiscal Q1 2022551110001683168-22-003677
10-K2022-04-15fiscal FY 2021591190001683168-22-002738
10-Q2021-11-22fiscal Q3 2021521370001683168-21-005890
10-Q2021-08-23fiscal Q2 2021511350001683168-21-003856
10-Q2021-05-17fiscal Q1 2021491010001683168-21-002065
10-K2021-04-13fiscal FY 2020541090001683168-21-001364
10-Q2020-11-23fiscal Q3 2020521370001683168-20-004064
10-Q2020-09-02fiscal Q2 2020501290001683168-20-002991
10-Q2020-08-06fiscal Q1 2020501030001683168-20-002551
10-K2020-06-30fiscal FY 2019561140001683168-20-002140
10-Q2019-11-19fiscal Q3 2019541430001683168-19-003750
10-Q2019-08-14fiscal Q2 2019521370001683168-19-002635
10-Q2019-05-20fiscal Q1 2019521070001683168-19-001645
10-K2019-04-16fiscal FY 2018491010001683168-19-001077
10-Q2018-11-13fiscal Q3 2018471210001683168-18-003368
10-Q2018-08-14fiscal Q2 2018461200001683168-18-002312
10-Q2018-05-15fiscal Q1 201845930001683168-18-001367
10-K2018-04-17fiscal FY 2017491010001683168-18-001022
10-Q/A2018-02-20fiscal Q3 2017461170001683168-18-000464
10-Q2017-11-20fiscal Q3 2017461170001683168-17-003105
10-Q2017-08-11fiscal Q2 201722620001683168-17-002057
10-Q2017-05-10fiscal Q1 201721420001683168-17-001154
10-K2017-03-27fiscal FY 201623460001683168-17-000665
10-Q2016-11-09fiscal Q3 201622640001683168-16-000533
10-Q2016-08-12fiscal Q2 201621600001019687-16-007188
10-Q2016-05-11fiscal Q1 201621420001019687-16-006203

Inspect the source

Entity
GROM SOCIAL ENTERPRISES, INC. / CIK 0001662574
Captured
SEC response SHA-256
d9a3fd01db6568bc4ee053ea815c8e7f160d081644c9fac0a48edd3e86726b6b

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