Skip to content

AFTERMASTER, INC.: filings

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

Filing record ends 2020-07-06

The latest filing in this captured record is a 10-Q filed 2020-07-06. No later filing is in the SEC companyfacts record captured on 2026-09-22. AFTERMASTER, 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-07-06fiscal Q3 2020361020001654954-20-007386
10-Q2020-02-19fiscal Q2 202035960001654954-20-001736
10-Q2019-11-14fiscal Q1 202035700001199835-19-000037
10-K2019-10-15fiscal FY 201936730001199835-19-000021
10-Q2019-05-15fiscal Q3 2019381180001654954-19-006118
10-Q2019-02-14fiscal Q2 201933900001654954-19-001553
10-Q2018-11-19fiscal Q1 201934680001654954-18-012943
10-Q/A2018-10-18fiscal Q3 2018371030001654954-18-011354
10-Q/A2018-10-18fiscal Q2 201835940001654954-18-011353
10-Q/A2018-10-18fiscal Q1 201835700001654954-18-011350
10-K2018-10-15fiscal FY 201841820001654954-18-011177
10-Q2018-05-18fiscal Q3 2018371020001654954-18-005652
10-Q/A2018-05-17fiscal Q2 201835940001654954-18-005577
10-Q/A2018-05-17fiscal Q1 201835700001654954-18-005576
10-Q2018-02-14fiscal Q2 201835940001654954-18-001530
10-Q2017-11-16fiscal Q1 201835700001654954-17-010831
10-K2017-09-28fiscal FY 201741820001654954-17-008923
10-Q2017-05-15fiscal Q3 201735960001654954-17-004766
10-Q2017-02-14fiscal Q2 201734920001654954-17-001080
10-Q2016-11-14fiscal Q1 201734680001654954-16-003961
10-K2016-09-28fiscal FY 201639780001654954-16-002435
10-Q2016-05-23fiscal Q2 201630770001199835-16-000845
10-Q2016-05-16fiscal Q3 201630800001199835-16-000831
10-Q2016-02-16fiscal Q2 201630820001199835-16-000623
10-Q2015-11-12fiscal Q1 201630600001199835-15-000510
10-Q2015-10-14fiscal Q3 201526660001199835-15-000471
10-Q2015-10-14fiscal Q2 201525640001199835-15-000470
10-Q2015-10-14fiscal Q1 201525500001199835-15-000469
10-K2015-09-28fiscal FY 201535700001199835-15-000451
10-Q2015-05-15fiscal Q3 201526660001199835-15-000204
10-Q2015-02-17fiscal Q2 201525640001199835-15-000034
10-Q2014-11-14fiscal Q1 201525500001199835-14-000577
10-K2014-09-29fiscal FY 201433660001199835-14-000488
10-Q2014-05-15fiscal Q3 201425640001199835-14-000227
10-Q2014-02-19fiscal Q2 201425640001199835-14-000071
10-Q/A2013-11-20fiscal Q1 201423440001199835-13-000794
10-K/A2013-10-16fiscal FY 201327540001199835-13-000670
10-Q2013-05-15fiscal Q3 201324640001199835-13-000262
10-Q2013-02-19fiscal Q2 201323620001199835-13-000070
10-Q2012-11-19fiscal Q1 201323460001199835-12-000808
10-K/A2012-10-26fiscal FY 201226540001199835-12-000711
10-Q2012-05-15fiscal Q3 201223600001199835-12-000365
10-Q2012-02-14fiscal Q2 201224660001199835-12-000055
10-Q/A2011-12-14fiscal Q1 201224500001199835-11-000828

Inspect the source

Entity
AFTERMASTER, INC. / CIK 0000836809
Captured
SEC response SHA-256
99b0415dc09ad34fbe699c1c9857887d1f60ea3529927efe615edc8cf2c5bb18

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