Skip to content

PROTALEX INC: filings

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

Filing record ends 2018-10-12

The latest filing in this captured record is a 10-Q filed 2018-10-12. No later filing is in the SEC companyfacts record captured on 2026-09-23. PROTALEX 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-Q2018-10-12fiscal Q1 201925560001144204-18-053662
10-K2018-09-11fiscal FY 201826540001144204-18-049024
10-Q2018-04-13fiscal Q3 201825720001144204-18-020376
10-Q2018-01-10fiscal Q2 201825720001144204-18-001695
10-Q2017-10-11fiscal Q1 201822480001144204-17-052043
10-K2017-08-23fiscal FY 201723480001144204-17-044755
10-Q2017-04-05fiscal Q3 201722640001144204-17-019068
10-Q2017-01-12fiscal Q2 201722640001144204-17-002000
10-Q2016-10-17fiscal Q1 201722480001144204-16-128350
10-K2016-07-15fiscal FY 201623480001144204-16-113158
10-Q2016-04-12fiscal Q3 201622640001144204-16-093877
10-Q2016-01-07fiscal Q2 201622640001144204-16-074639
10-Q2015-10-13fiscal Q1 201623510001144204-15-059219
10-K2015-07-14fiscal FY 201524500001144204-15-042456
10-Q2015-04-10fiscal Q3 201522640001144204-15-022270
10-Q2015-01-09fiscal Q2 201522640001144204-15-001570
10-Q2014-10-08fiscal Q1 201423510001144204-14-060051
10-K2014-08-05fiscal FY 201424500001144204-14-047084
10-Q2014-04-14fiscal Q3 201422970001144204-14-022336
10-Q2013-12-26fiscal Q2 2014241050001144204-13-069058
10-Q2013-10-11fiscal Q1 201424930001144204-13-054857
10-K2013-08-28fiscal FY 201327940001144204-13-048236
10-Q2013-04-15fiscal Q3 2013231040001144204-13-021694
10-Q2013-01-11fiscal Q2 2013231010001144204-13-001820
10-Q2012-10-12fiscal Q1 201324910001144204-12-055946
10-K2012-08-29fiscal FY 201224850001144204-12-048506
10-Q2012-04-05fiscal Q3 201223870001144204-12-020406
10-Q2012-01-12fiscal Q2 201223850001144204-12-001949
10-Q2011-09-28fiscal Q1 201223750001144204-11-055304

Inspect the source

Entity
PROTALEX INC / CIK 0001099215
Captured
SEC response SHA-256
505e30c048eeb4936b746c73d150189ec0830ca5c096936a85236a506f01d44c

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