Skip to content

THE TEARDROPPERS, INC.: filings

Every THE TEARDROPPERS, 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 2023-05-22

The latest filing in this captured record is a 10-Q filed 2023-05-22. No later filing is in the SEC companyfacts record captured on 2026-09-22. THE TEARDROPPERS, 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-05-22fiscal Q1 202330630001683168-23-003635
10-K2023-04-17fiscal FY 202234690001683168-23-002411
10-Q2022-11-17fiscal Q3 2022331000001683168-22-007844
10-Q2022-08-15fiscal Q2 202234980001683168-22-005762
10-Q2022-05-18fiscal Q1 202227570001683168-22-003756
10-K2022-04-15fiscal FY 202129600001683168-22-002727
10-Q2021-11-08fiscal Q3 202131910001683168-21-005313
10-Q2021-08-16fiscal Q2 202131880001683168-21-003698
10-Q2021-05-12fiscal Q1 202128570001683168-21-001917
10-K2021-04-14fiscal FY 202028570001683168-21-001380
10-Q2020-11-20fiscal Q3 202032930001683168-20-004036
10-Q2020-08-14fiscal Q2 202030830001683168-20-002736
10-Q2020-05-15fiscal Q1 202029590001683168-20-001624
10-K2020-04-14fiscal FY 201931630001683168-20-001187
10-Q2019-11-15fiscal Q3 201929880001683168-19-003679
10-Q2019-08-19fiscal Q2 201930900001683168-19-002703
10-Q2019-05-21fiscal Q1 201930620001683168-19-001660
10-K2019-04-15fiscal FY 201832640001683168-19-001031
10-Q2018-11-14fiscal Q3 201831840001683168-18-003411
10-Q2018-08-20fiscal Q2 201831840001683168-18-002427
10-Q2018-05-21fiscal Q1 201831610001683168-18-001488
10-K2018-04-17fiscal FY 201732620001683168-18-001024
10-Q2017-11-14fiscal Q3 201726720001683168-17-003011
10-Q2017-08-16fiscal Q2 201727740001683168-17-002156
10-Q2017-05-10fiscal Q1 201725500001683168-17-001148
10-K2017-04-11fiscal FY 201628570001683168-17-000887
10-Q2016-11-17fiscal Q3 201625700001683168-16-000694
10-Q2016-08-12fiscal Q2 201627740001019687-16-007201
10-Q2016-05-06fiscal Q1 201626520001019687-16-006138
10-K2016-04-12fiscal FY 201528550001019687-16-005819
10-Q2015-11-19fiscal Q3 201523660001019687-15-004246
10-Q2015-08-19fiscal Q2 201522620001019687-15-003209
10-Q2015-05-20fiscal Q1 201523460001019687-15-002035
10-K2015-03-31fiscal FY 201425660001019687-15-001197

Inspect the source

Entity
THE TEARDROPPERS, INC. / CIK 0001615780
Captured
SEC response SHA-256
bfb9f2115d9182a8d7daf6962ff018690e7791d4c4a415550928079abf116096

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