Skip to content

Biostax Corp.: filings

Every Biostax Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 51 filings, each linked to its SEC index.

Filing record ends 2024-08-19

The latest filing in this captured record is a 10-Q filed 2024-08-19. No later filing is in the SEC companyfacts record captured on 2026-09-22. Biostax 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-Q2024-08-19fiscal Q2 202427790001493152-24-033016
10-Q/A2024-08-19fiscal Q1 202427540001493152-24-033014
10-K/A2024-07-05fiscal FY 202328550001493152-24-026260
10-Q2024-05-20fiscal Q1 202427540001493152-24-020636
10-K2024-04-16fiscal FY 202328550001493152-24-014710
10-Q2023-11-14fiscal Q3 202325740001493152-23-040859
10-Q2023-08-18fiscal Q2 202326750001493152-23-029368
10-Q2023-05-12fiscal Q1 202326500001493152-23-016620
10-K2023-04-10fiscal FY 202227530001493152-23-011692
10-Q2022-11-14fiscal Q3 202225710001493152-22-031773
10-Q2022-08-24fiscal Q2 202225740001493152-22-023990
10-Q2022-05-03fiscal Q1 202225500001493152-22-011931
10-K2022-03-18fiscal FY 202127520001493152-22-007249
10-Q2021-11-12fiscal Q3 202127750001493152-21-028066
10-Q2021-08-16fiscal Q2 202126720001493152-21-019946
10-Q2021-05-24fiscal Q1 202125500001493152-21-012669
10-K2021-04-15fiscal FY 202030550001493152-21-008834
10-Q2020-11-16fiscal Q3 202028680001493152-20-021504
10-K/A2020-08-28fiscal FY 201932580001493152-20-016955
10-Q2020-08-14fiscal Q2 202024610001493152-20-015742
10-Q2020-06-29fiscal Q1 202023460001493152-20-012167
10-K2020-05-14fiscal FY 202032580001493152-20-008717
10-Q2019-11-19fiscal Q3 201931710001493152-19-017950
10-Q2019-08-14fiscal Q2 201932740001493152-19-012350
10-Q2019-05-20fiscal Q1 201933640001493152-19-007850
10-K2019-04-16fiscal FY 201834680001493152-19-005481
10-Q2018-11-14fiscal Q3 201833860001493152-18-015908
10-Q2018-08-14fiscal Q2 201834900001493152-18-011649
10-Q2018-05-15fiscal Q1 201833630001493152-18-006929
10-K2018-04-02fiscal FY 201732620001493152-18-004485
10-Q2017-11-14fiscal Q3 201731740001493152-17-013034
10-Q2017-08-14fiscal Q2 201732860001493152-17-009105
10-Q2017-05-12fiscal Q1 201729600001493152-17-005105
10-K2017-03-31fiscal FY 201630590001493152-17-003099
10-Q2016-11-14fiscal Q3 201628720001493152-16-015067
10-Q2016-08-15fiscal Q2 201629740001493152-16-012369
10-Q2016-05-16fiscal Q1 201629590001493152-16-009896
10-K/A2016-05-16fiscal FY 201532590001493152-16-009861
10-K2016-03-30fiscal FY 201532590001493152-16-008400
10-Q2015-12-22fiscal Q3 201537890001354488-15-005612
10-Q2015-11-16fiscal Q3 201537890001354488-15-005110
10-Q2015-08-14fiscal Q2 201536910001354488-15-003862
10-Q2015-05-15fiscal Q1 201534690001354488-15-002426
10-K2015-03-31fiscal FY 201432640001354488-15-001524
10-Q2014-11-14fiscal Q3 201428720001354488-14-005724
10-Q2014-08-14fiscal Q2 201430780001354488-14-004167
10-Q2014-05-15fiscal Q1 201429560001354488-14-002648
10-K2014-03-31fiscal FY 201329580001354488-14-001571
10-Q2013-11-14fiscal Q3 201328650001354488-13-006363
10-Q2013-08-13fiscal Q2 201327560001354488-13-004400
10-Q2013-05-15fiscal Q1 201326460001354488-13-002870

Inspect the source

Entity
Biostax Corp. / CIK 0001559356
Captured
SEC response SHA-256
ecd2fd604c2830f9a246acadb5d36a2305a32fce23854ff1bf58e29fa3567754

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