Skip to content

CMG HOLDINGS GROUP, INC.: filings

Every CMG HOLDINGS GROUP, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 44 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-Q/A2024-11-25fiscal Q3 202423680001017386-24-000286
10-Q2024-11-18fiscal Q3 202422660001017386-24-000265
10-Q2024-08-19fiscal Q2 202422690001017386-24-000232
10-Q2024-07-08fiscal Q1 202422460001017386-24-000194
10-K/A2024-04-22fiscal FY 202325510001017386-24-000110
10-K2024-04-16fiscal FY 202325510001017386-24-000088
10-Q/A2023-11-17fiscal Q3 202322620001017386-23-000378
10-Q2023-11-14fiscal Q3 202322620001017386-23-000364
10-Q2023-08-15fiscal Q2 202323680001017386-23-000312
10-Q2023-05-12fiscal Q1 202323500001017386-23-000207
10-K2023-04-17fiscal FY 202227520001017386-23-000162
10-Q2022-11-15fiscal Q3 202226660001017386-22-000520
10-Q2022-08-15fiscal Q2 202225650001017386-22-000354
10-Q2022-05-13fiscal Q1 202225480001017386-22-000244
10-K2022-03-31fiscal FY 202126500001017386-22-000095
10-Q2021-11-15fiscal Q3 202125660001017386-21-000488
10-Q2021-08-16fiscal Q2 202127700001017386-21-000339
10-Q2021-05-14fiscal Q1 202128520001017386-21-000174
10-K2021-03-31fiscal FY 202026500001017386-21-000080
10-Q2020-11-13fiscal Q3 202024640001017386-20-000468
10-Q2020-08-14fiscal Q2 202025680001017386-20-000305
10-Q2020-05-15fiscal Q1 202026500001017386-20-000153
10-K2016-11-01fiscal FY 201529550001346655-16-000040
10-Q2016-08-05fiscal Q3 201531730001346655-16-000032
10-Q2015-10-22fiscal Q2 201531760001213900-15-007861
10-Q2015-06-09fiscal Q1 201529550001213900-15-004340
10-K2015-06-08fiscal FY 201433600001213900-15-004327
10-Q2014-11-20fiscal Q3 201430800001213900-14-008503
10-Q2014-11-19fiscal Q3 201430800001213900-14-008482
10-Q2014-08-14fiscal Q2 201429730001213900-14-005943
10-Q2014-05-15fiscal Q1 201428570001213900-14-003389
10-Q/A2014-04-28fiscal Q3 201328750001213900-14-002691
10-K/A2014-04-15fiscal FY 201330610001213900-14-002479
10-K2014-04-15fiscal FY 201331630001213900-14-002412
10-Q/A2013-09-03fiscal Q2 201320570001178924-13-000168
10-Q/A2013-05-22fiscal Q1 201327530001178924-13-000102
10-Q/A2013-05-22fiscal Q1 201327530001178924-13-000099
10-K/A2013-04-24fiscal FY 201230590001178924-13-000057
10-Q2012-11-19fiscal Q3 201224650001178924-12-000188
10-Q/A2012-11-08fiscal Q2 201223610001178924-12-000171
10-Q/A2012-05-30fiscal Q1 201226520001178924-12-000095
10-K/A2012-04-25fiscal FY 201128590001178924-12-000064
10-Q/A2011-11-30fiscal Q3 201123590001178924-11-000125
10-Q/A2011-09-28fiscal Q2 201125680001178924-11-000096

Inspect the source

Entity
CMG HOLDINGS GROUP, INC. / CIK 0001346655
Captured
2026-09-21T17:18:40.231Z
SEC response SHA-256
1f59838278a40c0a78ff8561b798bac6f1b0246c809ccea02b53092687dec9b1

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