Skip to content

RENOVARE ENVIRONMENTAL, INC.: filings

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

Filing record ends 2022-06-30

The latest filing in this captured record is a 10-Q filed 2022-06-30. No later filing is in the SEC companyfacts record captured on 2026-09-22. RENOVARE ENVIRONMENTAL, 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-Q2022-06-30fiscal Q1 202242870001410578-22-001917
10-K2022-04-15fiscal FY 2021501020001410578-22-000961
10-Q2021-11-18fiscal Q3 2021441250001104659-21-141151
10-Q2021-08-09fiscal Q2 2021411110001104659-21-102143
10-Q2021-05-17fiscal Q1 202142850001104659-21-067911
10-K2021-04-16fiscal FY 2020501000001104659-21-050976
10-Q2020-11-19fiscal Q3 2020461220001104659-20-127326
10-Q2020-08-14fiscal Q2 2020451190001104659-20-095542
10-Q2020-06-29fiscal Q1 202047960001104659-20-078159
10-K2020-05-22fiscal FY 201943860001104659-20-065417
10-Q2019-11-19fiscal Q3 2019451180001104659-19-065510
10-Q2019-08-14fiscal Q2 2019481260001144204-19-040068
10-Q2019-05-15fiscal Q1 2019501020001144204-19-026593
10-K2019-04-01fiscal FY 201849990001144204-19-017441
10-Q2018-11-14fiscal Q3 2018431140001144204-18-059961
10-Q2018-08-14fiscal Q2 2018431150001144204-18-044740
10-Q2018-05-15fiscal Q1 201843900001144204-18-028948
10-K2018-04-02fiscal FY 201746920001144204-18-018455
10-Q2017-11-14fiscal Q3 2017441210001144204-17-059100
10-Q2017-08-14fiscal Q2 2017401120001144204-17-043203
10-Q2017-05-15fiscal Q1 201740840001144204-17-027279
10-K2017-03-30fiscal FY 201641840001144204-17-017371
10-Q2016-11-14fiscal Q3 2016401100001144204-16-133878
10-Q2016-08-15fiscal Q2 2016401100001144204-16-118859
10-Q2016-05-16fiscal Q1 201640840001144204-16-102506
10-K2016-03-29fiscal FY 201544890001144204-16-090961
10-Q2015-11-13fiscal Q3 201537960001144204-15-065374
10-Q2015-08-19fiscal Q2 201517470001144204-15-050641
10-Q2015-05-18fiscal Q1 201516350001144204-15-032027
10-K2015-04-15fiscal FY 201417360001144204-15-022991
10-Q2014-11-19fiscal Q3 201418510001144204-14-069744
10-Q2014-11-12fiscal Q2 201419520001144204-14-067199
10-Q2014-05-15fiscal Q1 201416370001575259-14-000015

Inspect the source

Entity
RENOVARE ENVIRONMENTAL, INC. / CIK 0001590383
Captured
SEC response SHA-256
e1d349b51c1b4577c9228755d6fda785e42e1324a87c8c99088563f81b53ee31

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