Skip to content

ECOSCIENCES, INC.: filings

Every ECOSCIENCES, 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 2018-04-17

The latest filing in this captured record is a 10-Q filed 2018-04-17. No later filing is in the SEC companyfacts record captured on 2026-09-23. ECOSCIENCES, 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-04-17fiscal Q3 201825610001493152-18-005308
10-Q2018-01-16fiscal Q2 201825600001493152-18-000614
10-Q2017-10-23fiscal Q1 201824470001493152-17-011901
10-K2017-09-13fiscal FY 201723470001493152-17-010540
10-Q2017-04-13fiscal Q3 201722540001493152-17-003818
10-Q2017-02-03fiscal Q2 201723550001493152-17-001080
10-Q2016-11-04fiscal Q1 201722430001493152-16-014497
10-K2016-09-20fiscal FY 201622440001493152-16-013457
10-Q2016-06-03fiscal Q3 201622540001493152-16-010522
10-Q2016-02-19fiscal Q2 201622550001493152-16-007548
10-Q2015-11-10fiscal Q1 201521430001493152-15-005263
10-K2015-09-29fiscal FY 201521420001493152-15-004566
10-Q2015-04-29fiscal Q3 201518500001493152-15-001628
10-Q2015-02-23fiscal Q2 201519530001493152-15-000631
10-Q2014-10-20fiscal Q1 201519390001493152-14-003388
10-K2014-09-15fiscal FY 201421730001493152-14-002953
10-Q2014-03-18fiscal Q3 201414390001493152-14-000777
10-Q2014-01-09fiscal Q2 201414380001493152-14-000064
10-Q2013-10-10fiscal Q1 201415360001493152-13-001978
10-K2013-08-23fiscal FY 201316410001493152-13-001698
10-Q2013-04-15fiscal Q3 201315450001493152-13-000645
10-Q2013-01-11fiscal Q2 201314390001493152-13-000044
10-Q/A2012-10-10fiscal Q1 201313320001493152-12-001388
10-K2012-09-04fiscal FY 201215390001493152-12-001207
10-Q2012-04-12fiscal Q3 201214380001493152-12-000286
10-Q2012-01-17fiscal Q2 201214440001144204-12-002564
10-Q2011-10-21fiscal Q1 201213390001144204-11-058827
10-K2011-08-29fiscal FY 201112310001144204-11-050312

Inspect the source

Entity
ECOSCIENCES, INC. / CIK 0001493174
Captured
SEC response SHA-256
b2823003116520c9de34babf4231c300b75e443ba0e16fca134ac7082d2bb5db

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