Skip to content

PCT LTD: filings

Every PCT LTD annual and quarterly report in the SEC record with the published financial measures it tagged, 52 filings, each linked to its SEC index.

Filing record ends 2022-11-14

The latest filing in this captured record is a 10-Q filed 2022-11-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. PCT LTD 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-Q2022-11-14fiscal Q3 2022421180001554795-22-000384
10-Q2022-08-15fiscal Q2 2022421140001554795-22-000304
10-Q2022-05-16fiscal Q1 202242850001554795-22-000189
10-K2022-03-31fiscal FY 202142840001554795-22-000134
10-Q/A2021-12-23fiscal Q3 2021411140001554795-21-000422
10-Q2021-11-15fiscal Q3 2021411140001554795-21-000398
10-Q2021-09-24fiscal Q2 2021411090001554795-21-000350
10-Q/A2021-09-13fiscal Q1 202136730001554795-21-000331
10-K/A2021-09-10fiscal FY 202038730001554795-21-000327
10-Q/A2021-09-09fiscal Q3 202035960001554795-21-000325
10-Q/A2021-09-03fiscal Q2 2020371010001554795-21-000321
10-Q2021-06-25fiscal Q1 202136730001554795-21-000233
10-K2021-04-13fiscal FY 202038730001554795-21-000130
10-Q2020-11-16fiscal Q3 202035960001554795-20-000304
10-Q2020-08-31fiscal Q2 202034890001554795-20-000228
10-Q2020-08-14fiscal Q1 202033650001554795-20-000212
10-K2020-08-03fiscal FY 201935670001554795-20-000191
10-Q2020-04-13fiscal Q3 201935900001554795-20-000097
10-Q2019-09-16fiscal Q2 201935860001554795-19-000320
10-Q2019-05-15fiscal Q1 201935680001554795-19-000139
10-K2019-04-15fiscal FY 201833660001554795-19-000101
10-Q2018-11-21fiscal Q3 201832760001554795-18-000351
10-Q2018-08-20fiscal Q2 201832760001554795-18-000259
10-Q2018-05-21fiscal Q1 201833650001554795-18-000145
10-K2018-04-17fiscal FY 201734680001554795-18-000099
10-Q2017-11-14fiscal Q3 201733820001554795-17-000399
10-Q2017-08-14fiscal Q2 201732800001554795-17-000344
10-Q2017-05-15fiscal Q1 201732620001554795-17-000214
10-K2017-04-14fiscal FY 201634670001554795-17-000163
10-Q2016-11-22fiscal Q3 201634810001554795-16-000958
10-Q2016-08-15fiscal Q2 201616440001554795-16-000799
10-Q2016-05-06fiscal Q1 201616340001554795-16-000668
10-K2016-03-29fiscal FY 201519400001554795-16-000596
10-Q2015-10-30fiscal Q3 201516440001554795-15-000410
10-Q2015-08-11fiscal Q2 201516440001554795-15-000304
10-Q2015-05-11fiscal Q1 201517340001554795-15-000181
10-K2015-02-23fiscal FY 201419380001554795-15-000073
10-Q2014-11-12fiscal Q3 201418510001554795-14-000619
10-Q2014-07-29fiscal Q2 201418590001554795-14-000464
10-Q2014-05-08fiscal Q1 201417410001554795-14-000356
10-K2014-03-28fiscal FY 201319450001554795-14-000227
10-Q2013-11-12fiscal Q3 201319630001554795-13-000672
10-Q2013-08-09fiscal Q2 201319630001554795-13-000434
10-Q2013-05-03fiscal Q1 201317430001554795-13-000262
10-K2013-03-22fiscal FY 201221540001554795-13-000185
10-Q2012-11-13fiscal Q3 201220670001554795-12-000125
10-Q/A2012-08-24fiscal Q2 201219660001471242-12-001186
10-Q/A2012-08-22fiscal Q2 201219660001471242-12-001170
10-Q2012-05-15fiscal Q1 201219510001471242-12-000659
10-K2012-03-26fiscal FY 201116410001471242-12-000344
10-Q2011-10-28fiscal Q3 201119660001010412-11-000573
10-Q2011-08-02fiscal Q2 201118630001023175-11-000405

Inspect the source

Entity
PCT LTD / CIK 0001119897
Captured
SEC response SHA-256
7dc071b89ce4c1062d9d928ee0c93533689fa548ffbf7ca2ce86778dc3fcd672

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