Skip to content

TORtec Group Corp.: filings

Every TORtec Group Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 43 filings, each linked to its SEC index.

Filing record ends 2023-02-21

The latest filing in this captured record is a 10-Q filed 2023-02-21. No later filing is in the SEC companyfacts record captured on 2026-09-23. TORtec Group 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-02-21fiscal Q3 202214520001548123-23-000036
10-Q2022-11-07fiscal Q2 202214470001548123-22-000174
10-Q2022-11-07fiscal Q1 202215350001548123-22-000173
10-K2022-08-12fiscal FY 202222440001548123-22-000130
10-Q2022-02-22fiscal Q3 202118580001548123-22-000007
10-Q2021-11-22fiscal Q2 202117500001548123-21-000140
10-Q2021-09-27fiscal Q1 202118360001548123-21-000115
10-K2021-09-27fiscal FY 202119390001548123-21-000113
10-Q/A2021-03-04fiscal Q3 202122650001548123-21-000012
10-Q2021-02-16fiscal Q3 202122660001548123-21-000008
10-Q2020-11-23fiscal Q2 202122650001548123-20-000158
10-Q2020-08-14fiscal Q1 202122480001548123-20-000111
10-K2020-07-13fiscal FY 202023480001548123-20-000089
10-Q2020-02-14fiscal Q3 202022640001548123-20-000008
10-Q2019-11-14fiscal Q2 202021600001548123-19-000214
10-Q2019-08-14fiscal Q1 202022480001548123-19-000174
10-K2019-07-16fiscal FY 201928560001548123-19-000131
10-Q2019-02-14fiscal Q3 201926680001548123-19-000032
10-Q2018-11-14fiscal Q2 201925660001548123-18-000295
10-Q2018-08-20fiscal Q1 201922450001548123-18-000233
10-K2018-07-12fiscal FY 201825520001548123-18-000164
10-Q2018-02-20fiscal Q3 201825660001548123-18-000022
10-Q2017-11-13fiscal Q2 201825660001010412-17-000066
10-Q2017-08-21fiscal Q1 201824500001010412-17-000054
10-K2017-08-21fiscal FY 201726540001010412-17-000052
10-Q2017-02-21fiscal Q3 201726680001010412-17-000005
10-Q2016-11-21fiscal Q2 201726680001010412-16-000266
10-Q2016-08-22fiscal Q1 201725520001010412-16-000252
10-K2016-07-14fiscal FY 201626540001010412-16-000244
10-Q2016-02-22fiscal Q3 201626680001010412-16-000217
10-Q2015-11-20fiscal Q2 201626680001010412-15-000197
10-Q2015-08-19fiscal Q1 201627570001010412-15-000146
10-K2015-07-14fiscal FY 201526540001010412-15-000105
10-Q2015-02-17fiscal Q3 201524650001010412-15-000034
10-Q2014-11-12fiscal Q2 201524670001010412-14-000183
10-Q2014-08-19fiscal Q1 201524490001010412-14-000144
10-K2014-07-15fiscal FY 201426540001010412-14-000123
10-Q2014-02-19fiscal Q3 201325670001010412-14-000025
10-Q2013-11-14fiscal Q2 201326690001010412-13-000278
10-Q/A2013-09-19fiscal Q1 201326550001010412-13-000260
10-Q2013-08-19fiscal Q1 201326550001010412-13-000237
10-K2013-07-16fiscal FY 201226540001010412-13-000198
10-Q2013-03-06fiscal Q3 201223600001010412-13-000053

Inspect the source

Entity
TORtec Group Corp. / CIK 0001560905
Captured
SEC response SHA-256
9b63e860e5b7736c8be27ca05537e049d9604278d59663f2c15d8eb8eba4356e

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