Skip to content

INTERDYNE COMPANY: filings

Every INTERDYNE COMPANY annual and quarterly report in the SEC record with the published financial measures it tagged, 43 filings, each linked to its SEC index.

Filing record ends 2022-04-29

The latest filing in this captured record is a 10-Q filed 2022-04-29. No later filing is in the SEC companyfacts record captured on 2026-09-23. INTERDYNE COMPANY 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-Q2022-04-29fiscal Q3 202215500001607062-22-000308
10-Q2022-01-28fiscal Q2 202214440001607062-22-000035
10-Q2021-10-29fiscal Q1 202214320001607062-21-000465
10-K2021-09-03fiscal FY 202116340001607062-21-000316
10-Q2021-04-30fiscal Q3 202116540001607062-21-000105
10-Q2021-01-29fiscal Q2 202116500001607062-21-000018
10-Q2020-10-30fiscal Q1 202113300001607062-20-000310
10-K2020-09-04fiscal FY 202016340001607062-20-000258
10-Q2020-04-24fiscal Q3 202014480001607062-20-000114
10-Q2020-01-23fiscal Q2 202014440001607062-20-000026
10-Q2019-11-01fiscal Q1 202013300001607062-19-000418
10-K2019-09-06fiscal FY 201915320001607062-19-000357
10-Q2019-04-30fiscal Q3 201914500001607062-19-000191
10-Q2019-01-25fiscal Q2 201914380001607062-19-000038
10-Q2018-11-02fiscal Q1 201913280001607062-18-000380
10-K2018-09-07fiscal FY 201818360001607062-18-000269
10-Q2018-05-04fiscal Q3 201817440001607062-18-000148
10-Q2018-02-02fiscal Q2 201817440001607062-18-000044
10-Q2017-11-03fiscal Q1 201816320001607062-17-000365
10-K2017-09-14fiscal FY 201717350001140361-17-035406
10-Q2017-05-08fiscal Q3 201716480001140361-17-018680
10-Q2017-02-10fiscal Q2 201716470001140361-17-005557
10-Q2016-11-09fiscal Q1 201716340001140361-16-085468
10-K2016-09-27fiscal FY 201616340001140361-16-080791
10-Q2016-05-11fiscal Q3 201612330001140361-16-064385
10-Q2016-02-09fiscal Q2 201612340001140361-16-050711
10-Q2015-11-12fiscal Q1 201611240001140361-15-040607
10-K2015-09-24fiscal FY 201511230001140361-15-035767
10-Q2015-05-05fiscal Q3 201511320001140361-15-017506
10-Q2015-02-04fiscal Q2 201511320001140361-15-003932
10-Q2014-11-10fiscal Q1 201511240001140361-14-040797
10-K2014-09-23fiscal FY 201412250001140361-14-036247
10-Q2014-05-06fiscal Q3 201411320001140361-14-018859
10-Q2014-02-03fiscal Q2 201412340001140361-14-004068
10-Q2013-11-12fiscal Q1 201412260001140361-13-041745
10-K2013-09-16fiscal FY 201312250001140361-13-035979
10-Q2013-05-07fiscal Q3 201312360001140361-13-019032
10-Q2013-02-07fiscal Q2 201313400001140361-13-005059
10-Q2012-11-07fiscal Q1 201311240001140361-12-045936
10-K2012-09-24fiscal FY 201212250001140361-12-041234
10-Q2012-05-03fiscal Q3 201212380001140361-12-022522
10-Q2012-02-10fiscal Q2 201212380001140361-12-006690
10-Q2011-11-09fiscal Q1 201212260001140361-11-052466

Inspect the source

Entity
INTERDYNE COMPANY / CIK 0000051011
Captured
SEC response SHA-256
067fd14c9dd54c754ec42d7a054f5dedddf1a5e41cf5c0ac57627a931c88574c

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