Skip to content

12 RETECH CORPORATION: filings

Every 12 RETECH CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 29 filings, each linked to its SEC index.

Filing record ends 2022-03-31

The latest filing in this captured record is a 10-K filed 2022-03-31. No later filing is in the SEC companyfacts record captured on 2026-09-22. 12 RETECH CORPORATION 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-K2022-03-31fiscal FY 202139790001493152-22-008422
10-Q2021-11-19fiscal Q3 202136970001493152-21-029361
10-Q2021-08-13fiscal Q2 2021391000001493152-21-019769
10-Q2021-06-29fiscal Q1 202137750001493152-21-015520
10-K2021-06-29fiscal FY 202038760001493152-21-015518
10-Q2021-06-29fiscal Q3 2020381020001493152-21-015517
10-Q2021-06-29fiscal Q2 2020381080001493152-21-015516
10-Q2021-06-29fiscal Q1 202038790001493152-21-015515
10-K2020-06-18fiscal FY 201941810001493152-20-011425
10-Q2019-11-19fiscal Q3 201938970001493152-19-017906
10-Q2019-08-19fiscal Q2 201937940001493152-19-013037
10-Q2019-05-20fiscal Q1 201935710001493152-19-007940
10-K2019-04-15fiscal FY 201839780001493152-19-005320
10-Q/A2018-12-31fiscal Q2 201836930001493152-18-018142
10-Q2018-11-19fiscal Q3 201836930001493152-18-016524
10-Q2018-08-20fiscal Q2 201836940001493152-18-012346
10-Q2018-05-14fiscal Q1 201829590001493152-18-006783
10-K2018-04-16fiscal FY 201732630001493152-18-005212
10-Q2017-11-14fiscal Q3 201735980001640334-17-002409
10-Q2017-07-21fiscal Q2 201721530001640334-17-001452
10-Q2017-06-01fiscal Q1 201721450001640334-17-001144
10-K2017-05-23fiscal FY 201624480001640334-17-001091
10-Q2016-10-24fiscal Q3 201623580001640334-16-001840
10-Q2016-07-20fiscal Q2 201623580001640334-16-001425
10-Q2016-07-05fiscal Q1 201622440001640334-16-001292
10-K2016-07-01fiscal FY 201526420001640334-16-001285
10-Q2015-10-20fiscal Q3 201520340001294606-15-000173
10-Q2015-07-16fiscal Q2 201520340001294606-15-000135
10-Q2015-05-14fiscal Q1 201518260001294606-15-000101

Inspect the source

Entity
12 RETECH CORPORATION / CIK 0001627611
Captured
SEC response SHA-256
fd581d93e995cb9fc612ff442960f26a3669758ff9a7d08c2788d8fc8c27b6ea

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