Skip to content

TOROTEL INC: filings

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

Filing record ends 2020-09-11

The latest filing in this captured record is a 10-Q filed 2020-09-11. No later filing is in the SEC companyfacts record captured on 2026-09-22. TOROTEL 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-Q2020-09-11fiscal Q1 202038820001558370-20-011136
10-K2020-07-28fiscal FY 202041810001558370-20-008523
10-Q2020-03-16fiscal Q3 2020381040001558370-20-002789
10-Q2019-12-12fiscal Q2 2020381050001558370-19-011492
10-Q2019-09-13fiscal Q1 201938800001558370-19-008619
10-K2019-07-23fiscal FY 201939830001558370-19-006222
10-Q2019-03-13fiscal Q3 2019361050001558370-19-001933
10-Q2018-12-13fiscal Q2 2019371040001558370-18-009693
10-Q2018-09-14fiscal Q1 201937790001558370-18-007471
10-K/A2018-07-12fiscal FY 201838790001558370-18-005574
10-K2018-06-29fiscal FY 201838790001558370-18-005497
10-Q2018-03-13fiscal Q3 201835930001558370-18-001968
10-Q2017-12-13fiscal Q2 201834920001558370-17-009313
10-Q2017-09-13fiscal Q1 201834720001558370-17-007047
10-K2017-07-28fiscal FY 201738790001558370-17-005450
10-Q2017-03-13fiscal Q3 201732880001558370-17-001664
10-Q2016-12-13fiscal Q2 201731860001558370-16-010528
10-Q2016-09-12fiscal Q1 201731660001558370-16-008296
10-K2016-06-30fiscal FY 201634710001558370-16-006550
10-Q2016-03-11fiscal Q3 201628800001558370-16-004050
10-Q2015-12-14fiscal Q2 201628800001558370-15-002841
10-Q2015-09-14fiscal Q1 201628600001558370-15-001798
10-K2015-07-02fiscal FY 201534700001558370-15-001128
10-Q2015-03-16fiscal Q3 201528700001104659-15-019867
10-Q2014-12-12fiscal Q2 201528710001445305-14-005503
10-Q2014-09-12fiscal Q1 201529590000098752-14-000020
10-K2014-07-03fiscal FY 201434700000098752-14-000010
10-Q2014-03-12fiscal Q3 201429760000098752-14-000006
10-Q2013-12-12fiscal Q2 201430780000098752-13-000016
10-Q2013-09-12fiscal Q1 201429600000098752-13-000010
10-K2013-07-19fiscal FY 201335710000098752-13-000006
10-Q2013-03-13fiscal Q3 201329760000098752-13-000002
10-Q2012-12-14fiscal Q2 201329760000098752-12-000015
10-Q2012-09-13fiscal Q1 201329600000098752-12-000011
10-K2012-07-24fiscal FY 201235720000098752-12-000007
10-Q2012-03-14fiscal Q3 201226680000098752-12-000002
10-Q2011-12-14fiscal Q2 201226680000098752-11-000010
10-Q2011-09-14fiscal Q1 201227560001445305-11-002750

Inspect the source

Entity
TOROTEL INC / CIK 0000098752
Captured
SEC response SHA-256
e7579623ef2be6b87b6d616e51c029c24e4d50a5ec5f038a496cc0679731c27e

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