Skip to content

TARGET GROUP INC.: filings

Every TARGET GROUP INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 51 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-13fiscal Q2 2026391080001104659-26-095751
10-Q2026-05-15fiscal Q1 202639780001104659-26-062758
10-K2026-03-31fiscal FY 202542820001104659-26-037856
10-Q2025-11-07fiscal Q3 2025391070001104659-25-108491
10-Q2025-08-12fiscal Q2 2025391070001410578-25-001696
10-Q2025-05-09fiscal Q1 202539790001410578-25-001147
10-K2025-03-27fiscal FY 202441800001410578-25-000510
10-Q2024-11-07fiscal Q3 2024391070001410578-24-001793
10-Q2024-08-08fiscal Q2 2024391040001410578-24-001241
10-Q2024-05-08fiscal Q1 202339750001410578-24-000628
10-K2024-03-20fiscal FY 202341780001410578-24-000248
10-Q2023-11-08fiscal Q3 202337930001410578-23-002246
10-Q2023-08-09fiscal Q2 202337980001410578-23-001629
10-Q2023-05-08fiscal Q1 202333660001410578-23-000922
10-K2023-03-17fiscal FY 202238720001410578-23-000283
10-Q2022-11-07fiscal Q3 202235940001410578-22-002980
10-Q2022-08-08fiscal Q2 2022381040001410578-22-002136
10-Q2022-05-06fiscal Q1 202238760001410578-22-001180
10-K2022-03-18fiscal FY 202141790001410578-22-000428
10-Q2021-11-05fiscal Q3 202137980001410578-21-000023
10-Q2021-08-06fiscal Q2 202137980001104659-21-101059
10-Q2021-05-07fiscal Q1 202138790001104659-21-062671
10-K2021-03-30fiscal FY 202039760001104659-21-043971
10-Q2020-11-10fiscal Q3 202038980001104659-20-123471
10-Q2020-08-10fiscal Q2 202037980001104659-20-092838
10-Q2020-06-05fiscal Q1 202036750001104659-20-070354
10-K2020-04-14fiscal FY 201935720001104659-20-046312
10-Q2019-11-19fiscal Q3 201933960001104659-19-065509
10-Q2019-08-19fiscal Q2 201928820001144204-19-040615
10-Q2019-05-20fiscal Q1 201932700001144204-19-027221
10-K2019-04-01fiscal FY 201826550001144204-19-017380
10-Q2018-11-14fiscal Q3 201828790001144204-18-060030
10-Q2018-08-14fiscal Q2 201828840001144204-18-044745
10-Q2018-05-15fiscal Q1 201827540001144204-18-028738
10-K2018-03-28fiscal FY 201725510001144204-18-017620
10-Q2017-11-03fiscal Q3 201724660001144204-17-056264
10-Q2017-08-14fiscal Q2 201722620001144204-17-043231
10-Q2017-05-15fiscal Q1 201720410001144204-17-027596
10-K2017-03-31fiscal FY 201619400001144204-17-018267
10-Q2016-11-17fiscal Q3 201618530001144204-16-135031
10-Q2016-11-14fiscal Q3 201618530001144204-16-134442
10-Q2016-08-11fiscal Q2 201616490001144204-16-118397
10-Q2016-05-12fiscal Q1 201615330001144204-16-101112
10-K2016-03-22fiscal FY 201517360001144204-16-089606
10-Q2015-11-16fiscal Q3 201516460001144204-15-066106
10-Q2015-08-14fiscal Q2 201516440001144204-15-049571
10-Q2015-05-13fiscal Q1 201513280001144204-15-029855
10-K2015-03-31fiscal FY 201415330001144204-15-020215
10-Q2015-01-26fiscal Q3 201414430001144204-15-003791
10-Q2015-01-26fiscal Q2 201411270001144204-15-003788
10-Q2015-01-26fiscal Q1 201411240001144204-15-003776

Inspect the source

Entity
TARGET GROUP INC. / CIK 0001586554
Captured
2026-09-20T09:23:30.226Z
SEC response SHA-256
14cf9ebffcd217b4c672fb69abf83bb0304a05d71800d9448c248d4ba2f54f7b

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