Skip to content

Troika Media Group, Inc.: filings

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

Filing record ends 2023-12-21

The latest filing in this captured record is a 10-Q filed 2023-12-21. No later filing is in the SEC companyfacts record captured on 2026-09-22. Troika 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-Q2023-12-21fiscal Q2 2023441260001628280-23-042525
10-Q2023-10-20fiscal Q2 2023421140001628280-23-034838
10-Q2023-05-15fiscal Q1 202344890001628280-23-018279
10-K/A2022-11-22fiscal FY 202249970001628280-22-030606
10-Q2022-11-14fiscal Q3 202342850001628280-22-029909
10-K2022-09-28fiscal FY 202249970001628280-22-025641
10-Q2022-05-23fiscal Q3 2022381130001477932-22-003832
10-Q2022-02-14fiscal Q2 2022401110001477932-22-000702
10-Q2021-11-15fiscal Q1 202238780001477932-21-008126
10-K2021-09-29fiscal FY 202144870001477932-21-006888
10-Q2021-06-03fiscal Q3 2021391160001477932-21-003780
10-K2016-08-30fiscal FY 201540780001117768-16-001483
10-Q2015-12-24fiscal Q3 2015441070001117768-15-000952
10-Q2015-12-11fiscal Q2 2015431060001117768-15-000920
10-Q2015-12-03fiscal Q1 201542800001117768-15-000886
10-K2015-05-20fiscal FY 201436740001117768-15-000422
10-Q2014-12-15fiscal Q3 201434900001117768-14-000950
10-Q2014-08-14fiscal Q2 201433880001571049-14-004063
10-Q2014-05-13fiscal Q1 201433680001571049-14-001791
10-K2014-03-31fiscal FY 201337750001188112-14-000893
10-Q2013-11-14fiscal Q3 201330790001571049-13-001107
10-Q2013-08-14fiscal Q2 201330790001571049-13-000482
10-Q2013-05-20fiscal Q1 201329600001188112-13-001640
10-K2013-04-16fiscal FY 201232660001188112-13-001098
10-Q2012-11-14fiscal Q3 201230790001188112-12-003417
10-Q/A2012-08-24fiscal Q2 201229750001188112-12-002694
10-Q2012-05-16fiscal Q1 201229590001188112-12-001676
10-K2012-03-30fiscal FY 201129590001188112-12-000921
10-Q2011-11-18fiscal Q3 201129770001188112-11-003307
10-Q2011-08-15fiscal Q2 201131860001188112-11-002329

Inspect the source

Entity
Troika Media Group, Inc. / CIK 0001021096
Captured
SEC response SHA-256
ba5de0eebf1c2d595259ae67230ba373b94c3cafafa4a01b727f6c12b89596a0

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