Skip to content

Sector 10, Inc.: filings

Every Sector 10, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 49 filings, each linked to its SEC index.

Filing record ends 2024-01-17

The latest filing in this captured record is a 10-Q filed 2024-01-17. No later filing is in the SEC companyfacts record captured on 2026-09-23. Sector 10, 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-Q2024-01-17fiscal Q3 2024341140001096906-24-000067
10-Q2023-11-09fiscal Q2 2024341100001096906-23-002125
10-Q2023-08-14fiscal Q1 202434890001096906-23-001589
10-Q2023-02-13fiscal Q3 2023331080001096906-23-000327
10-Q2022-10-27fiscal Q2 2023331080001096906-22-002573
10-Q2022-08-15fiscal Q1 202331800001096906-22-001863
10-Q2022-02-11fiscal Q3 202231970001096906-22-000304
10-Q2021-11-15fiscal Q2 202231970001096906-21-002695
10-Q2021-08-13fiscal Q1 202232850001096906-21-001991
10-K2021-04-28fiscal FY 202132810001096906-21-000869
10-Q2021-02-16fiscal Q3 202131960001096906-21-000341
10-Q2020-11-04fiscal Q2 202131960001096906-20-000161
10-Q2020-07-06fiscal Q1 202132830001445866-20-000957
10-K2020-05-28fiscal FY 202033850001445866-20-000747
10-Q2020-02-12fiscal Q3 2020321010001096906-20-000074
10-Q2019-11-13fiscal Q2 2020321010001096906-19-000375
10-Q2019-08-14fiscal Q1 202032850001096906-19-000287
10-K2019-06-14fiscal FY 201933860001096906-19-000243
10-Q2019-02-14fiscal Q3 2019321030001096906-19-000068
10-Q2018-11-08fiscal Q2 2019321020001096906-18-000629
10-Q2018-08-14fiscal Q1 201925450001096906-18-000467
10-K2018-06-14fiscal FY 201825460001096906-18-000333
10-Q2018-01-17fiscal Q3 201825590001096906-18-000035
10-Q2017-11-20fiscal Q2 201825590001096906-17-000754
10-Q2017-08-21fiscal Q2 201725470001096906-17-000546
10-K2017-07-14fiscal FY 201725460001096906-17-000466
10-Q2017-02-13fiscal Q3 201725590001096906-17-000086
10-Q2016-11-21fiscal Q2 201724570001096906-16-002074
10-Q2016-08-15fiscal Q1 201725450001096906-16-001841
10-K2016-07-14fiscal FY 201626450001096906-16-001746
10-Q2016-02-16fiscal Q3 201625560001096906-16-001388
10-Q2015-11-16fiscal Q2 201625560001096906-15-001188
10-Q2015-08-13fiscal Q1 201625440001096906-15-000911
10-K2015-08-13fiscal FY 201528480001096906-15-000908
10-Q2015-02-19fiscal Q3 201527760001096906-15-000211
10-Q2014-11-19fiscal Q2 201527640001096906-14-001657
10-Q2014-08-19fiscal Q1 201427490001096906-14-001202
10-K2014-07-14fiscal FY 201427500001096906-14-000927
10-Q2014-02-19fiscal Q3 201327630001096906-14-000229
10-Q2013-11-19fiscal Q2 201327630001096906-13-001799
10-Q2013-08-19fiscal Q1 201327500001096906-13-001407
10-K2013-07-15fiscal FY 201228540001096906-13-001127
10-Q2013-02-19fiscal Q3 201228680001096906-13-000248
10-Q2012-11-19fiscal Q2 201228680001096906-12-002889
10-Q/A2012-09-04fiscal Q1 201228540001096906-12-002262
10-K2012-07-16fiscal FY 201129680001096906-12-001810
10-Q/A2012-03-01fiscal Q3 201132860001096906-12-000466
10-Q/A2012-03-01fiscal Q2 201132860001096906-12-000464
10-Q/A2012-03-01fiscal Q1 201132680001096906-12-000456

Inspect the source

Entity
Sector 10, Inc. / CIK 0000925661
Captured
SEC response SHA-256
56d14fcdc7e6fe2455846c459b1b77a3064365e4f02780e6146a7b04460d2c2e

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