Skip to content

BIOSCIENCE NEUTRACEUTICALS, INC.: filings

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

Filing record ends 2020-03-30

The latest filing in this captured record is a 10-K filed 2020-03-30. No later filing is in the SEC companyfacts record captured on 2026-09-23. BIOSCIENCE NEUTRACEUTICALS, 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-K2020-03-30fiscal FY 201924430001640334-20-000651
10-Q2019-11-12fiscal Q3 201922630001640334-19-002231
10-Q2019-08-12fiscal Q2 201922560001640334-19-001591
10-Q2019-05-15fiscal Q1 201923430001640334-19-000888
10-K2019-04-09fiscal FY 201822420001640334-19-000555
10-Q2019-01-09fiscal Q3 201825700001640334-19-000013
10-Q2018-11-08fiscal Q2 201824580001640334-18-002087
10-Q2018-05-14fiscal Q1 201822400001640334-18-000958
10-K2018-04-12fiscal FY 201723390001640334-18-000706
10-Q2017-12-07fiscal Q3 201724540001640334-17-002612
10-Q2017-10-11fiscal Q2 201711250001640334-17-002152
10-Q2017-05-22fiscal Q1 201714250001553350-17-000654
10-K2017-03-31fiscal FY 201618330001558891-17-000012
10-Q2016-11-10fiscal Q3 201618390001558891-16-000251
10-Q2016-08-11fiscal Q2 201618390001558891-16-000235
10-Q2016-05-11fiscal Q1 201617320001558891-16-000218
10-K2016-03-28fiscal FY 201516320001558891-16-000200
10-Q2015-10-29fiscal Q3 201517400001558891-15-000146
10-Q2015-07-28fiscal Q2 201516380001558891-15-000097
10-Q2015-05-11fiscal Q1 201514290001558891-15-000069
10-K2015-03-12fiscal FY 201415300001558891-15-000037
10-Q2014-11-13fiscal Q3 201417410001558891-14-000194
10-Q2014-08-07fiscal Q2 201416430001558891-14-000122
10-Q2014-06-20fiscal Q1 201413300001558891-14-000105

Inspect the source

Entity
BIOSCIENCE NEUTRACEUTICALS, INC. / CIK 0001555995
Captured
SEC response SHA-256
c921d1752ffe8707c5ec53cec673b137833be5f128a53b9c1fb5c3a6f4805760

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