Skip to content

Bio-En Holdings Corp.: filings

Every Bio-En Holdings Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 39 filings, each linked to its SEC index.

Filing record ends 2022-11-14

The latest filing in this captured record is a 10-Q filed 2022-11-14. No later filing is in the SEC companyfacts record captured on 2026-09-23. Bio-En Holdings 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-Q2022-11-14fiscal Q3 202223590001410578-22-003437
10-Q2022-08-29fiscal Q2 202224610001410578-22-002744
10-Q2022-05-16fiscal Q1 202224480001410578-22-001622
10-K2022-03-31fiscal FY 202122460001410578-22-000755
10-Q2021-11-15fiscal Q3 202117370001410578-21-000255
10-Q2021-08-16fiscal Q2 202117380001104659-21-106214
10-Q2021-05-17fiscal Q1 202119390001104659-21-067168
10-K2021-04-14fiscal FY 202018380001104659-21-049930
10-Q2020-11-16fiscal Q3 202017390001104659-20-125259
10-Q2020-08-14fiscal Q2 202017390001104659-20-094932
10-Q2020-06-04fiscal Q1 202017360001104659-20-069624
10-K2020-05-14fiscal FY 201919400001104659-20-061458
10-Q2019-11-14fiscal Q3 201917400001104659-19-063685
10-Q2019-10-17fiscal Q2 201917380001104659-19-054487
10-Q2019-05-15fiscal Q1 201918360001144204-19-026190
10-K2019-03-19fiscal FY 201817350001144204-19-014914
10-Q2018-11-14fiscal Q3 201819440001144204-18-059523
10-Q2018-08-14fiscal Q2 201819440001144204-18-044214
10-Q2018-05-14fiscal Q1 201819390001144204-18-027898
10-K2018-04-16fiscal FY 201717350001144204-18-020740
10-Q2017-11-13fiscal Q3 201718380001144204-17-058305
10-Q2017-08-09fiscal Q2 201715340001144204-17-041380
10-Q2017-05-15fiscal Q1 201716320001144204-17-027245
10-K2017-03-29fiscal FY 201615290001144204-17-017226
10-Q2016-11-15fiscal Q3 201615340001144204-16-134615
10-Q2016-08-11fiscal Q2 201615340001144204-16-118391
10-Q2016-05-16fiscal Q1 201615300001144204-16-102340
10-K2016-03-30fiscal FY 201516310001144204-16-091424
10-Q2015-11-09fiscal Q3 201513300001144204-15-063652
10-Q2015-08-14fiscal Q2 201513300001144204-15-049575
10-Q2015-05-15fiscal Q1 201514260001144204-15-031672
10-K2015-04-13fiscal FY 201415150001144204-15-022448
10-Q2014-11-19fiscal Q3 201410140001144204-14-069740
10-Q2014-08-14fiscal Q2 20149290001144204-14-049934
10-Q2014-05-20fiscal Q1 20149270001144204-14-032308
10-K2014-02-19fiscal FY 201314330001477932-14-000750
10-Q2013-10-29fiscal Q3 201315350001477932-13-004932
10-Q2013-07-25fiscal Q2 201313340001477932-13-003330
10-Q2013-05-08fiscal Q1 201313250001477932-13-002224

Inspect the source

Entity
Bio-En Holdings Corp. / CIK 0001568139
Captured
SEC response SHA-256
e9e4ff37f3b64190fabc466dfea97d96a2ad36a61f1d6f900a6494092e2856b4

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