Skip to content

CEREBAIN BIOTECH CORP.: filings

Every CEREBAIN BIOTECH CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 35 filings, each linked to its SEC index.

Filing record ends 2019-05-20

The latest filing in this captured record is a 10-Q filed 2019-05-20. No later filing is in the SEC companyfacts record captured on 2026-09-23. CEREBAIN BIOTECH CORP. 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-05-20fiscal Q3 201919590001477932-19-002999
10-Q2019-02-19fiscal Q2 201920500001477932-19-000558
10-Q2018-11-14fiscal Q1 201920410001477932-18-005569
10-K2018-09-26fiscal FY 201823480001477932-18-004631
10-Q2018-05-15fiscal Q3 201820520001477932-18-002503
10-Q2018-02-06fiscal Q2 201820520001477932-18-000653
10-Q2017-11-09fiscal Q1 201821430001477932-17-005428
10-K2017-09-15fiscal FY 201722460001477932-17-004520
10-Q2017-05-11fiscal Q3 201722570001477932-17-002177
10-Q2017-02-10fiscal Q2 201722570001477932-17-000675
10-Q2016-11-14fiscal Q1 201722450001477932-16-013450
10-K2016-09-27fiscal FY 201624500001477932-16-012704
10-Q2016-05-16fiscal Q3 201623610001477932-16-010308
10-Q2016-02-22fiscal Q2 201623590001477932-16-008756
10-K/A2016-02-22fiscal FY 201524500001477932-16-008755
10-Q2015-11-16fiscal Q1 201623460001477932-15-007042
10-K2015-09-22fiscal FY 201524500001477932-15-006056
10-Q2015-05-13fiscal Q3 201523620001477932-15-003054
10-Q2015-02-17fiscal Q2 201522590001477932-15-001200
10-Q2014-11-12fiscal Q1 201522450001477932-14-005999
10-K2014-08-11fiscal FY 201424460001477932-14-004172
10-Q2014-05-14fiscal Q3 201425710001477932-14-002515
10-Q2014-02-10fiscal Q2 201425720001477932-14-000591
10-Q2013-11-12fiscal Q1 201425570001477932-13-005276
10-K/A2013-10-04fiscal FY 201322560001524829-13-000175
10-K/A2013-10-02fiscal FY 201322560001524829-13-000169
10-K2013-09-30fiscal FY 201222560001524829-13-000154
10-Q/A2013-05-16fiscal Q3 201325650001554757-13-000325
10-Q2013-02-12fiscal Q2 201325660001554757-13-000055
10-Q2012-11-14fiscal Q1 201324510001554757-12-000362
10-K2012-09-28fiscal FY 201223590001554757-12-000220
10-Q2012-05-15fiscal Q3 201224800001078782-12-001382
10-Q2012-02-17fiscal Q2 201223620001078782-12-000482
10-K2012-01-12fiscal FY 201122550001078782-12-000066
10-Q/A2011-11-02fiscal Q1 201224810001078782-11-003121

Inspect the source

Entity
CEREBAIN BIOTECH CORP. / CIK 0001453099
Captured
SEC response SHA-256
9fdf4c3b2bb6536cc10c8e24af596aaa762e0560a25fd29c07e252f58d07262f

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