Skip to content

ECOSPHERE TECHNOLOGIES INC: filings

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

Filing record ends 2017-05-22

The latest filing in this captured record is a 10-Q filed 2017-05-22. No later filing is in the SEC companyfacts record captured on 2026-09-22. ECOSPHERE TECHNOLOGIES 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-Q2017-05-22fiscal Q1 201742840001553350-17-000666
10-K2017-04-17fiscal FY 201640810001553350-17-000406
10-Q2016-11-21fiscal Q3 2016391040001553350-16-002715
10-Q2016-08-22fiscal Q2 2016391050001553350-16-002407
10-Q2016-05-23fiscal Q1 201639780001553350-16-002088
10-K2016-04-18fiscal FY 201540820001553350-16-001911
10-Q2015-11-23fiscal Q3 2015381040001553350-15-001275
10-Q2015-08-19fiscal Q2 2015401050001553350-15-000905
10-Q2015-05-15fiscal Q1 201540800001553350-15-000504
10-K2015-04-15fiscal FY 201442840001553350-15-000362
10-Q2014-11-14fiscal Q3 2014411090001553350-14-001395
10-K2014-09-12fiscal FY 2013421510001553350-14-001087
10-Q2014-08-11fiscal Q2 2014411090001553350-14-000903
10-Q2014-05-12fiscal Q1 201439790001553350-14-000504
10-K2014-03-17fiscal FY 2013421510001553350-14-000252
10-Q2013-11-12fiscal Q3 2013421120001553350-13-000874
10-Q2013-08-09fiscal Q2 2013411110001553350-13-000544
10-Q2013-05-21fiscal Q1 201341820001553350-13-000201
10-K2013-04-02fiscal FY 2012441500000943440-13-000367
10-Q2012-11-09fiscal Q3 2012431150000943440-12-001137
10-Q2012-08-09fiscal Q2 2012431150000943440-12-000838
10-Q2012-05-10fiscal Q1 201236740001354488-12-002275
10-K2012-03-15fiscal FY 201135930001354488-12-001164
10-Q2011-11-09fiscal Q3 201137980001354488-11-004171
10-Q2011-08-09fiscal Q2 2011381080001354488-11-002537

Inspect the source

Entity
ECOSPHERE TECHNOLOGIES INC / CIK 0001071760
Captured
SEC response SHA-256
27fbe9a196a193e081fc2bfdc4c39fd7b0ef0f9c72738540628b94d3ff3a85b2

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