Skip to content

THESTREET, INC.: filings

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

Filing record ends 2019-08-06

The latest filing in this captured record is a 10-Q filed 2019-08-06. No later filing is in the SEC companyfacts record captured on 2026-09-22. THESTREET, 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-Q2019-08-06fiscal Q1 202044870001753926-19-000138
10-K/A2019-03-21fiscal FY 201849980001753926-19-000036
10-K2019-03-15fiscal FY 201849980001753926-19-000033
10-Q2018-11-14fiscal Q3 2018421070001615774-18-012632
10-Q2018-08-10fiscal Q2 2018421070001615774-18-007830
10-Q2018-05-14fiscal Q1 201837760001615774-18-003741
10-K2018-03-13fiscal FY 2017471240001615774-18-001857
10-Q2017-11-13fiscal Q3 2017401040001615774-17-006586
10-Q2017-08-04fiscal Q2 201737980001615774-17-004058
10-Q2017-05-12fiscal Q1 201734700001615774-17-002315
10-K2017-03-20fiscal FY 2016401060001615774-17-001143
10-Q2016-11-02fiscal Q3 201635900001615774-16-007950
10-Q2016-08-03fiscal Q2 201633820001615774-16-006556
10-Q2016-05-09fiscal Q1 201633680001615774-16-005269
10-K2016-03-09fiscal FY 2015401190001615774-16-004428
10-Q2015-11-05fiscal Q3 201538960001615774-15-003130
10-Q2015-08-07fiscal Q2 201534800001615774-15-002104
10-Q2015-05-08fiscal Q1 201534690001615774-15-000915
10-K2015-03-05fiscal FY 2014391170001615774-15-000405
10-Q2014-11-07fiscal Q3 201430720001615774-14-000280
10-Q2014-08-06fiscal Q2 201434820000930413-14-003551
10-Q2014-05-09fiscal Q1 201433680000930413-14-002418
10-K2014-02-28fiscal FY 201339990000930413-14-000985
10-Q2013-11-08fiscal Q3 201333780000930413-13-005276
10-Q2013-08-09fiscal Q2 201335840000930413-13-004165
10-Q2013-05-10fiscal Q1 201335720000930413-13-002872
10-K2013-02-22fiscal FY 2012431580000930413-13-001017
10-Q2012-11-09fiscal Q3 201236900000930413-12-006034
10-Q2012-08-03fiscal Q2 201236900000930413-12-004301
10-Q2012-05-07fiscal Q1 201236740000930413-12-002867
10-K2012-03-07fiscal FY 201133830000930413-12-001399
10-Q2011-11-03fiscal Q3 201133780000930413-11-006948
10-Q2011-08-05fiscal Q2 201133780000930413-11-005147

Inspect the source

Entity
THESTREET, INC. / CIK 0001080056
Captured
SEC response SHA-256
0b302b4fbe5df1ce68bacf805d25c04263cb297b6fb3e362a06d55b1a01384bb

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