Skip to content

BIOSHAFT WATER TECHNOLOGY, INC.: filings

Every BIOSHAFT WATER TECHNOLOGY, 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-04-10

The latest filing in this captured record is a 10-Q filed 2017-04-10. No later filing is in the SEC companyfacts record captured on 2026-09-22. BIOSHAFT WATER TECHNOLOGY, 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-04-10fiscal Q3 201719530001393905-17-000092
10-Q2016-12-20fiscal Q2 201719510001393905-16-001119
10-Q2016-09-19fiscal Q1 201718350001393905-16-001047
10-K2016-08-15fiscal FY 201623440001393905-16-001012
10-Q2016-03-21fiscal Q3 201622570001393905-16-000787
10-Q2015-12-21fiscal Q2 201622590001393905-15-000666
10-Q2015-09-21fiscal Q1 201622430001393905-15-000488
10-K2015-08-13fiscal FY 201526490001393905-15-000393
10-Q2015-03-17fiscal Q3 201529760001393905-15-000111
10-Q2014-12-15fiscal Q2 201526680001393905-14-000699
10-Q2014-09-15fiscal Q1 201525500001393905-14-000530
10-K2014-08-20fiscal FY 201432610001393905-14-000497
10-Q2014-03-14fiscal Q3 201429800001393905-14-000091
10-Q2013-12-16fiscal Q2 201427800001393905-13-000699
10-Q2013-09-23fiscal Q1 201427560001393905-13-000538
10-K2013-08-14fiscal FY 201335670001393905-13-000433
10-Q2013-03-18fiscal Q3 201329730001393905-13-000099
10-Q2012-12-21fiscal Q2 201329750001393905-12-000720
10-Q/A2012-09-27fiscal Q1 201329540001393905-12-000543
10-K2012-08-14fiscal FY 201224450001393905-12-000447
10-Q/A2012-05-25fiscal Q2 201226550001393905-12-000282
10-Q/A2012-04-23fiscal Q2 201226550001393905-12-000182
10-Q2012-03-20fiscal Q3 201226540001393905-12-000108
10-Q2011-12-15fiscal Q2 201225550001393905-11-000828
10-Q/A2011-09-30fiscal Q1 201222460001393905-11-000685

Inspect the source

Entity
BIOSHAFT WATER TECHNOLOGY, INC. / CIK 0001365784
Captured
SEC response SHA-256
c7352a58e8b9af639436aa1806f8daa5f1d5e972a61ca9b0b748a5d55948a096

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