Skip to content

Clubhouse Media Group, Inc.: filings

Every Clubhouse Media Group, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 52 filings, each linked to its SEC index.

Filing record ends 2024-08-13

The latest filing in this captured record is a 10-Q filed 2024-08-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. Clubhouse Media 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-08-13fiscal Q2 2024361040001493152-24-031484
10-Q2024-05-13fiscal Q1 202435690001493152-24-018788
10-K2024-03-22fiscal FY 202335730001493152-24-010910
10-Q2023-11-08fiscal Q3 2023381060001493152-23-039831
10-Q2023-08-08fiscal Q2 2023371040001493152-23-027109
10-Q2023-06-08fiscal Q1 202337740001493152-23-020573
10-K2023-03-31fiscal FY 202236700001493152-23-010074
10-Q2022-11-14fiscal Q3 2022381130001493152-22-031839
10-Q2022-08-15fiscal Q2 2022371070001493152-22-022896
10-Q2022-05-05fiscal Q1 202238750001493152-22-012169
10-K2022-03-29fiscal FY 202137710001493152-22-008044
10-Q2021-11-12fiscal Q3 2021361060001493152-21-028174
10-Q2021-08-16fiscal Q2 2021361040001493152-21-020143
10-Q2021-05-17fiscal Q1 202137640001493152-21-011835
10-K2021-03-15fiscal FY 202037580001493152-21-006020
10-Q2020-11-23fiscal Q3 202015410001493152-20-022259
10-Q2020-08-19fiscal Q2 202016360001493152-20-016315
10-Q2020-05-08fiscal Q1 202016310001262463-20-000188
10-K2020-04-07fiscal FY 201917300001262463-20-000147
10-Q2019-11-21fiscal Q3 201917410001262463-19-000418
10-Q2019-11-21fiscal Q2 201917420001262463-19-000417
10-Q2019-11-21fiscal Q1 201913280001262463-19-000416
10-K2019-11-21fiscal FY 201812250001262463-19-000415
10-Q2019-11-21fiscal Q3 201813360001262463-19-000414
10-Q2019-11-21fiscal Q2 201813290001262463-19-000413
10-Q2019-11-21fiscal Q1 201813240001262463-19-000412
10-Q2019-11-21fiscal Q3 201712280001262463-19-000410
10-Q2017-08-21fiscal Q2 201733880001654954-17-007805
10-Q2017-05-19fiscal Q1 201733680001654954-17-004949
10-K2017-04-18fiscal FY 201632660001654954-17-003425
10-Q2016-12-01fiscal Q3 201634940001654954-16-004426
10-Q2016-08-22fiscal Q2 201632860001654954-16-001764
10-Q2016-05-26fiscal Q1 201632660001199835-16-000849
10-K2016-04-14fiscal FY 201532660001199835-16-000740
10-Q2015-11-23fiscal Q3 201532860001199835-15-000550
10-Q2015-08-14fiscal Q2 201532860001199835-15-000371
10-Q2015-05-15fiscal Q1 201530620001199835-15-000199
10-K2015-04-14fiscal FY 201431640001199835-15-000122
10-Q2014-11-14fiscal Q3 201432860001199835-14-000562
10-Q2014-08-04fiscal Q2 201432860001199835-14-000379
10-Q2014-05-15fiscal Q1 201431630001199835-14-000216
10-K2014-03-31fiscal FY 201332660001199835-14-000136
10-Q2013-11-14fiscal Q3 201331810001199835-13-000736
10-Q2013-08-14fiscal Q2 201329760001199835-13-000505
10-Q2013-05-15fiscal Q1 201330620001199835-13-000267
10-K2013-04-01fiscal FY 201231630001199835-13-000152
10-Q2012-11-15fiscal Q3 201230780001199835-12-000789
10-Q/A2012-09-06fiscal Q2 201230780001199835-12-000608
10-Q2012-05-15fiscal Q1 201229600001199835-12-000353
10-K2012-04-16fiscal FY 201131620001199835-12-000231
10-Q2011-11-14fiscal Q3 201131860001199835-11-000736
10-Q/A2011-08-16fiscal Q2 201125660001199835-11-000515

Inspect the source

Entity
Clubhouse Media Group, Inc. / CIK 0001389518
Captured
SEC response SHA-256
cb71b2e79ded7e470b6f9cb81472aca71279aa390f28598b342686700bf2ffba

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