Skip to content

TWO RIVERS WATER & FARMING Co: filings

Every TWO RIVERS WATER & FARMING Co annual and quarterly report in the SEC record with the published financial measures it tagged, 36 filings, each linked to its SEC index.

Filing record ends 2019-11-25

The latest filing in this captured record is a 10-Q filed 2019-11-25. No later filing is in the SEC companyfacts record captured on 2026-09-22. TWO RIVERS WATER & FARMING Co 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-Q2019-11-25fiscal Q3 2019411120001493152-19-018289
10-Q2019-08-13fiscal Q2 2019391070001493152-19-012216
10-Q2019-05-14fiscal Q1 201937780001493152-19-007095
10-K2019-04-15fiscal FY 201841800001493152-19-005266
10-Q2018-11-13fiscal Q3 2018401090001493152-18-015625
10-Q2018-08-13fiscal Q2 2018391090001493152-18-011519
10-Q2018-05-14fiscal Q1 201837770001493152-18-006752
10-K2018-04-09fiscal FY 201739770001493152-18-004893
10-Q2017-11-13fiscal Q3 201737970001493152-17-012902
10-Q2017-08-11fiscal Q2 201736970001387131-17-004097
10-Q2017-05-15fiscal Q1 201736740001387131-17-002754
10-K2017-03-30fiscal FY 201635710001302946-17-000019
10-Q2016-11-14fiscal Q3 2016381080001302946-16-000163
10-Q2016-08-12fiscal Q2 2016381060001302946-16-000139
10-Q2016-05-12fiscal Q1 201638750001302946-16-000113
10-K2016-03-28fiscal FY 201536740001302946-16-000102
10-Q2015-11-12fiscal Q3 2015381080001302946-15-000079
10-Q2015-08-14fiscal Q2 2015381060001302946-15-000061
10-Q2015-05-12fiscal Q1 201539780001302946-15-000029
10-K2015-03-26fiscal FY 201436740001302946-15-000023
10-Q2014-11-12fiscal Q3 2014371060001302946-14-000013
10-Q2014-08-11fiscal Q2 2014361020001354488-14-004042
10-Q2014-05-14fiscal Q1 201436730001354488-14-002519
10-K2014-03-19fiscal FY 201335730001302946-14-000008
10-Q2013-11-12fiscal Q3 2013361050001302946-13-000052
10-Q2013-08-12fiscal Q2 201332840001302946-13-000047
10-Q2013-05-06fiscal Q1 201331610001302946-13-000032
10-K2013-03-25fiscal FY 201238720001302946-13-000018
10-Q2012-11-08fiscal Q3 201234870001302946-12-000077
10-K/A2012-08-29fiscal FY 201131620001302946-12-000056
10-Q/A2012-08-24fiscal Q2 201232850001302946-12-000053
10-Q/A2012-08-23fiscal Q1 201231610001302946-12-000051
10-Q2012-05-03fiscal Q1 201231600001302946-12-000027
10-K2012-03-08fiscal FY 201132630001302946-12-000018
10-Q2011-11-08fiscal Q3 201128740001302946-11-000077
10-Q/A2011-08-12fiscal Q2 201129750001302946-11-000043

Inspect the source

Entity
TWO RIVERS WATER & FARMING Co / CIK 0001302946
Captured
SEC response SHA-256
5107bf423a125d609ec76b5be1ce394101d2bacbb4b5e1bb173cc41ef88d9675

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