Skip to content

MASTERMIND, INC.: filings

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

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-11-08fiscal Q3 2024351120001477932-24-006974
10-Q2024-08-14fiscal Q2 2024341060001477932-24-004850
10-Q2024-05-15fiscal Q1 202435740001477932-24-003007
10-K2024-01-12fiscal FY 202338780001477932-24-000153
10-Q2023-08-14fiscal Q3 2023351040001477932-23-006064
10-Q2023-05-15fiscal Q2 2023401160001477932-23-003484
10-Q2023-02-21fiscal Q1 202339840001477932-23-001170
10-K2023-01-13fiscal FY 202238780001477932-23-000254
10-Q2022-08-22fiscal Q3 2022401210001477932-22-006363
10-Q2022-05-23fiscal Q2 2022371100001477932-22-003852
10-Q/A2022-03-01fiscal Q1 202236750001437749-22-004918
10-K2022-02-14fiscal FY 202139780001437749-22-003274
10-Q/A2021-08-24fiscal Q3 2021371100001437749-21-020861
10-Q2021-05-17fiscal Q2 202135990001437749-21-012503
10-Q/A2021-02-23fiscal Q1 202133660001437749-21-003817
10-K2021-02-22fiscal FY 202036710001437749-21-003526
10-Q2020-08-14fiscal Q3 2020341050001437749-20-017958
10-Q2020-06-29fiscal Q2 2020341000001437749-20-014045
10-Q2020-02-14fiscal Q1 202034690001437749-20-002667
10-K/A2020-01-22fiscal FY 201935710001437749-20-000987
10-Q2019-08-19fiscal Q3 2019351110001437749-19-017115
10-Q2019-05-20fiscal Q2 201925530001556244-19-000054
10-Q2019-02-19fiscal Q1 201925520001556244-19-000030
10-K2019-01-15fiscal FY 201823460001556244-19-000007
10-Q2018-08-20fiscal Q3 201825690001556244-18-000121
10-Q2018-05-15fiscal Q2 201828730001720587-18-000024
10-K2018-04-16fiscal FY 201715300001088638-18-000014
10-Q2018-01-29fiscal Q3 201716450001556244-18-000027
10-Q2018-01-29fiscal Q2 201716450001556244-18-000026
10-Q2018-01-29fiscal Q1 201715280001556244-18-000025
10-K2018-01-23fiscal FY 201616310001556244-18-000021
10-Q2018-01-12fiscal Q3 201616450001556244-18-000015
10-Q2018-01-12fiscal Q2 201616450001556244-18-000014
10-Q2018-01-12fiscal Q1 201616290001556244-18-000013
10-K2018-01-11fiscal FY 201518340001556244-18-000009
10-Q2018-01-04fiscal Q3 201520520001556244-18-000006
10-Q2018-01-04fiscal Q2 201520540001556244-18-000004
10-Q2018-01-04fiscal Q1 201520390001556244-18-000002
10-K2015-04-30fiscal FY 201414260001493152-15-001660
10-Q2014-11-10fiscal Q3 201412240001493152-14-003620
10-Q2014-08-11fiscal Q2 201411250001493152-14-002422
10-Q2014-06-26fiscal Q1 201416320001493152-14-002027
10-K2014-06-26fiscal FY 201320390001493152-14-002025
10-Q2014-04-30fiscal Q3 201318390001493152-14-001297
10-Q2014-04-30fiscal Q2 201319480001493152-14-001295
10-Q2014-04-30fiscal Q1 201319370001493152-14-001293
10-K2014-04-30fiscal FY 201221410001493152-14-001291
10-Q2012-11-20fiscal Q3 201223640001354488-12-006074
10-Q/A2012-08-23fiscal Q2 201221530001354488-12-004527
10-Q2012-05-22fiscal Q1 201223480001078782-12-001495
10-K2012-04-16fiscal FY 201124490001078782-12-001031
10-Q2011-10-28fiscal Q3 201126740001078782-11-003081
10-Q/A2011-09-08fiscal Q2 201125740001078782-11-002592

Inspect the source

Entity
MASTERMIND, INC. / CIK 0001088638
Captured
2026-09-21T17:17:57.149Z
SEC response SHA-256
949cb884d78c32fe9118bf95f121c4686d24abe0d3558411abf7039f445cc244

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