Skip to content

Ecomax, Inc.: filings

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

Filing record ends 2024-05-15

The latest filing in this captured record is a 10-Q filed 2024-05-15. No later filing is in the SEC companyfacts record captured on 2026-09-23. Ecomax, 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-05-15fiscal Q3 202425820001493152-24-019384
10-Q2024-02-09fiscal Q2 202425700001493152-24-005583
10-Q2023-11-13fiscal Q1 202424450001493152-23-040280
10-K/A2023-11-01fiscal FY 202325420001493152-23-038969
10-K2023-10-13fiscal FY 202325420001493152-23-037116
10-Q2023-05-11fiscal Q3 202323620001493152-23-016337
10-Q2023-02-06fiscal Q2 202314460001493152-23-003693
10-Q2022-10-28fiscal Q1 202314300001493152-22-029857
10-K2022-08-26fiscal FY 202214290001493152-22-024117
10-Q2022-04-19fiscal Q3 202212410001493152-22-010434
10-Q2022-02-01fiscal Q2 202212380001493152-22-002835
10-Q2021-10-25fiscal Q1 202212260001493152-21-026171
10-K2021-09-28fiscal FY 202112240001493152-21-023925
10-Q2021-04-29fiscal Q3 202113420001493152-21-009997
10-Q2021-01-28fiscal Q2 202112380001493152-21-001976
10-Q2020-11-05fiscal Q1 202112260001493152-20-020553
10-K2020-09-17fiscal FY 202012250001493152-20-017947
10-Q2020-04-23fiscal Q3 202013350001493152-20-006968
10-Q2020-01-23fiscal Q2 202013370001493152-20-000954
10-Q2019-11-05fiscal Q1 202012280001493152-19-016439
10-K2019-09-27fiscal FY 201912250001493152-19-014663
10-Q2019-05-02fiscal Q3 201916420001295345-19-000010
10-Q2019-01-29fiscal Q2 201915400001295345-19-000005
10-Q2018-10-30fiscal Q1 201915310001295345-18-000050
10-K2018-09-26fiscal FY 201815310001295345-18-000039
10-Q2018-05-09fiscal Q3 201815400001295345-18-000024
10-Q2018-02-05fiscal Q2 201815400001295345-18-000002
10-Q2017-10-13fiscal Q1 201815320001295345-17-000300

Inspect the source

Entity
Ecomax, Inc. / CIK 0001008653
Captured
SEC response SHA-256
bdb61b48ec2600395472553122025928325c05493b4ccd75e13fb9869d199bf2

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