Skip to content

BIONOVATE TECHNOLOGIES CORP.: filings

Every BIONOVATE TECHNOLOGIES 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 2021-11-15

The latest filing in this captured record is a 10-Q filed 2021-11-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. BIONOVATE TECHNOLOGIES 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-Q2021-11-15fiscal Q1 202118400001640334-21-002858
10-K2021-10-14fiscal FY 202122460001640334-21-002564
10-Q2021-05-17fiscal Q3 202122700001640334-21-001184
10-Q2021-01-28fiscal Q2 202122660001640334-21-000237
10-Q2020-11-23fiscal Q1 202122480001640334-20-002927
10-K2020-10-19fiscal FY 202020420001640334-20-002607
10-Q2020-05-15fiscal Q3 202017540001640334-20-001249
10-Q2020-03-02fiscal Q2 202015450001640334-20-000443
10-Q2019-12-23fiscal Q1 201914290001640334-19-002659
10-K2019-12-11fiscal FY 201915310001640334-19-002567
10-Q2019-05-15fiscal Q3 201915540001640334-19-000890
10-Q2019-02-14fiscal Q2 201915420001640334-19-000243
10-Q2018-11-19fiscal Q1 201915290001640334-18-002226
10-K2018-10-24fiscal FY 201826440001640334-18-001983
10-Q2018-07-02fiscal Q3 201823550001640334-18-001297
10-Q2018-07-02fiscal Q2 201823570001640334-18-001295
10-Q2018-06-28fiscal Q1 201819320001640334-18-001276
10-K2018-06-28fiscal FY 201726460001640334-18-001270
10-Q/A2018-06-28fiscal Q3 201726630001640334-18-001264
10-Q/A2018-06-27fiscal Q2 201624660001640334-18-001258
10-Q2017-12-04fiscal Q3 201726630001640334-17-002587
10-Q/A2017-02-22fiscal Q2 201723620001594062-17-000046
10-Q2016-11-10fiscal Q1 201717530001062993-16-012127
10-K2016-09-27fiscal FY 201617550001062993-16-011567
10-Q2016-05-11fiscal Q3 201617710001062993-16-009546
10-Q2016-02-16fiscal Q2 201619770001062993-16-007926
10-Q2015-11-18fiscal Q1 201617570001062993-15-006302
10-K2015-09-23fiscal FY 201517540001062993-15-005156
10-Q2015-05-13fiscal Q3 201517700001062993-15-002651
10-Q2015-02-11fiscal Q2 201517700001062993-15-000610
10-Q2014-11-07fiscal Q1 201518590001062993-14-006349
10-K2014-09-30fiscal FY 201419570001062993-14-005696
10-Q2014-05-12fiscal Q3 201419730001062993-14-002720
10-Q2014-02-03fiscal Q2 201419730001062993-14-000462
10-Q/A2013-12-09fiscal Q1 201420610001062993-13-006218

Inspect the source

Entity
BIONOVATE TECHNOLOGIES CORP. / CIK 0001575420
Captured
SEC response SHA-256
3a7f453b16552a566daef46e9f3eab08e75589223c6b3f8546d05522bd03527a

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