Skip to content

ENTEST GROUP, INC.: filings

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

Filing record ends 2020-01-21

The latest filing in this captured record is a 10-Q filed 2020-01-21. No later filing is in the SEC companyfacts record captured on 2026-09-22. ENTEST GROUP, 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-Q2020-01-21fiscal Q1 202026560001640334-20-000120
10-K2019-12-20fiscal FY 201928550001640334-19-002635
10-Q2019-07-15fiscal Q3 201929880001640334-19-001358
10-Q2019-04-29fiscal Q2 201925740001615774-19-006481
10-Q2019-01-22fiscal Q1 201926530001615774-19-000786
10-K2018-11-28fiscal FY 201828570001607062-18-000462
10-Q2018-07-03fiscal Q3 201827730001607062-18-000216
10-Q2018-04-02fiscal Q2 201826690001607062-18-000107
10-Q2018-01-10fiscal Q1 201825500001607062-18-000010
10-K2017-11-30fiscal FY 201727530001607062-17-000423
10-Q2017-06-22fiscal Q3 201726680001607062-17-000230
10-Q2017-04-03fiscal Q2 201724650001607062-17-000147
10-Q2017-01-11fiscal Q1 201623480001607062-17-000009
10-K2016-11-23fiscal FY 201623480001607062-16-001077
10-Q2016-06-20fiscal Q3 201623640001607062-16-000882
10-Q2016-04-13fiscal Q2 201623640001607062-16-000784
10-Q2016-01-14fiscal Q1 201523480001607062-16-000593
10-K2015-11-27fiscal FY 201525510001607062-15-000525
10-Q2015-07-09fiscal Q3 201425680001607062-15-000304
10-Q2015-04-10fiscal Q2 201425680001607062-15-000173
10-Q2015-01-13fiscal Q1 201525520001607062-15-000011
10-K2014-11-26fiscal FY 201430830001607062-14-000196
10-Q2014-07-09fiscal Q2 201430900001607062-14-000038
10-Q2014-04-08fiscal Q2 201430910001554795-14-000275
10-Q2014-01-16fiscal Q1 201430760001554795-14-000026
10-K2013-12-17fiscal FY 201333870001554795-13-000746
10-Q2013-09-04fiscal Q3 201333880001554795-13-000539
10-Q2013-07-03fiscal Q2 201332830001554795-13-000384
10-Q2013-04-29fiscal Q1 201333840001554795-13-000243
10-K/A2013-02-01fiscal FY 201236730001554795-13-000069
10-K2013-02-01fiscal FY 201236730001554795-13-000067
10-Q/A2012-07-23fiscal Q3 2012331040001393905-12-000390
10-Q2012-07-16fiscal Q3 2012331040001393905-12-000375
10-Q2012-03-28fiscal Q2 201231950001393905-12-000123
10-Q2012-01-11fiscal Q1 201230680001393905-12-000010

Inspect the source

Entity
ENTEST GROUP, INC. / CIK 0001449447
Captured
SEC response SHA-256
4925f0e8a61f1058af4027e8db1ed2fc4e5bfca5281fd883fc95630af2b2e5d9

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