Skip to content

BioNexus Gene Lab Corp.: filings

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

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-Q2026-08-14fiscal Q2 2026421190001477932-26-005093
10-Q2026-05-15fiscal Q1 202645930001477932-26-003242
10-K2026-04-14fiscal FY 202545920001477932-26-002218
10-Q2025-11-14fiscal Q3 2025431270001477932-25-008343
10-Q2025-08-18fiscal Q2 2025421210001477932-25-006023
10-Q2025-05-15fiscal Q1 202542890001477932-25-003821
10-K2025-04-15fiscal FY 202442870001477932-25-002725
10-Q2024-11-15fiscal Q3 2024381090001477932-24-007332
10-Q2024-08-14fiscal Q2 202435980001477932-24-004792
10-Q2024-05-15fiscal Q1 202435760001477932-24-002941
10-K2024-04-16fiscal FY 202334720001477932-24-002151
10-Q/A2024-03-26fiscal Q3 2023361030001477932-24-001468
10-Q2023-08-16fiscal Q2 202335980001477932-23-006208
10-Q2023-05-09fiscal Q1 202334740001477932-23-003193
10-K2023-03-31fiscal FY 202236740001477932-23-002002
10-Q2022-11-14fiscal Q3 2022351000001477932-22-008532
10-Q2022-08-15fiscal Q2 202234940001477932-22-006097
10-Q2022-05-16fiscal Q1 202231660001477932-22-003360
10-K2022-04-06fiscal FY 202130620001477932-22-002089
10-Q2021-11-15fiscal Q3 202130860001477932-21-008128
10-Q2021-08-12fiscal Q2 202129820001477932-21-005366
10-Q2021-05-18fiscal Q1 202128600001477932-21-003380
10-K2021-03-30fiscal FY 202030620001477932-21-001795
10-Q/A2020-11-09fiscal Q3 202031840001477932-20-006341
10-Q2020-11-03fiscal Q3 202031860001477932-20-006210
10-Q2020-08-11fiscal Q2 202030820001477932-20-004715
10-Q2020-05-08fiscal Q1 202031580001477932-20-002455
10-K2020-03-31fiscal FY 201933650001477932-20-001729
10-Q2019-11-14fiscal Q3 201931820001477932-19-006454
10-Q2019-08-09fiscal Q2 201930760001551163-19-000195
10-Q2019-05-15fiscal Q1 201922420001551163-19-000126

Inspect the source

Entity
BioNexus Gene Lab Corp. / CIK 0001737523
Captured
2026-09-21T17:25:37.348Z
SEC response SHA-256
eebcf668b9e42f0c31bf1fe5b3c17450d7f4d836f715c9cebcc6a4fafbcff983

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