Skip to content

Tengjun Biotechnology Corp.: filings

Every Tengjun Biotechnology 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 2023-08-15

The latest filing in this captured record is a 10-Q filed 2023-08-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. Tengjun Biotechnology 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-Q2023-08-15fiscal Q2 2023401140001213900-23-067340
10-Q2023-05-15fiscal Q1 202335710001213900-23-039845
10-K2023-04-17fiscal FY 202237710001213900-23-030342
10-Q2022-11-14fiscal Q3 2022361000001213900-22-071678
10-Q/A2022-09-16fiscal Q2 202237980001213900-22-056649
10-Q2022-08-15fiscal Q2 202235940001213900-22-048155
10-Q2022-05-13fiscal Q1 202233640001213900-22-026587
10-K2022-03-31fiscal FY 202137730001213900-22-016671
10-Q2021-10-20fiscal Q3 202116500001213900-21-053733
10-Q2021-07-20fiscal Q2 202116460001213900-21-037645
10-Q2021-04-16fiscal Q1 202115310001213900-21-021813
10-K2021-02-17fiscal FY 202015300001213900-21-010139
10-Q2020-10-20fiscal Q3 202014460001213900-20-032259
10-Q2020-07-24fiscal Q2 202014410001213900-20-018466
10-Q2020-04-22fiscal Q1 202014290001213900-20-009805
10-K2020-02-28fiscal FY 201914280001213900-20-005061
10-Q2019-10-25fiscal Q3 201914460001213900-19-021129
10-Q2019-07-26fiscal Q2 201913400001213900-19-013682
10-Q2019-05-03fiscal Q1 201914280001213900-19-007760
10-K2019-03-08fiscal FY 201815300001213900-19-003819
10-Q2018-10-16fiscal Q3 201815390001213900-18-013963
10-Q2018-07-27fiscal Q2 201814380001213900-18-009758
10-Q2018-04-23fiscal Q1 201814280001213900-18-004790
10-K2018-03-07fiscal FY 201715330001213900-18-002641
10-Q2017-10-27fiscal Q3 201713370001213900-17-011003
10-Q2017-08-03fiscal Q2 201713320001213900-17-008181
10-Q2017-05-03fiscal Q1 201713260001213900-17-004568
10-K2017-03-27fiscal FY 201614290001213900-17-002815
10-Q2016-11-01fiscal Q3 201616390001213900-16-017824
10-Q2016-07-29fiscal Q2 201615380001213900-16-015381
10-Q2016-05-02fiscal Q1 201615340001213900-16-012902
10-K2016-03-30fiscal FY 201515320001213900-16-012067
10-Q2015-11-13fiscal Q3 201516420001213900-15-008527
10-Q2015-08-11fiscal Q2 201516410001213900-15-005921
10-Q2015-05-15fiscal Q1 201516330001213900-15-003823
10-K2015-04-14fiscal FY 201415280001213900-15-002672
10-Q2014-11-12fiscal Q3 201416350001213900-14-007963
10-Q2014-08-19fiscal Q2 201415330001213900-14-006115
10-Q2014-06-04fiscal Q1 201416350001477932-14-003006
10-Q2014-05-27fiscal Q1 201416350001477932-14-002907
10-K2014-04-09fiscal FY 201317360001511164-14-000178
10-Q2013-11-19fiscal Q3 201317390001549727-13-000211
10-Q2013-08-13fiscal Q2 201316330001549727-13-000144
10-Q2013-05-16fiscal Q1 201317330001549727-13-000096
10-K/A2013-05-10fiscal FY 201216280001549727-13-000073
10-Q2012-11-15fiscal Q3 201218400001376474-12-000425
10-Q/A2012-08-09fiscal Q2 201219380001499785-12-000019
10-Q2012-04-19fiscal Q1 201223490001499785-12-000005
10-K2012-02-23fiscal FY 201122490001499785-12-000002
10-Q2011-10-19fiscal Q3 201123620001499785-11-000031
10-Q/A2011-08-19fiscal Q2 201113310001499785-11-000022

Inspect the source

Entity
Tengjun Biotechnology Corp. / CIK 0001499785
Captured
SEC response SHA-256
a2795bc9845e0dcc205ac5cf3a3b222f4e36b007201c1cdd329ca178677114b6

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