Skip to content

Plyzer Technologies Inc.: filings

Every Plyzer Technologies Inc. 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 2020-04-06

The latest filing in this captured record is a 10-Q filed 2020-04-06. No later filing is in the SEC companyfacts record captured on 2026-09-22. Plyzer Technologies 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-04-06fiscal Q3 202029770001393905-20-000103
10-Q/A2020-03-17fiscal Q2 202026700001393905-20-000076
10-Q2019-11-18fiscal Q2 202026700001393905-19-000328
10-Q2019-09-12fiscal Q1 202026560001393905-19-000268
10-K2019-08-02fiscal FY 201926540001393905-19-000238
10-Q2019-02-14fiscal Q3 201923550001393905-19-000053
10-Q2018-11-19fiscal Q2 201923570001393905-18-000348
10-Q2018-09-11fiscal Q1 201921440001393905-18-000273
10-Q2018-08-21fiscal Q1 201921440001393905-18-000261
10-K2018-07-12fiscal FY 201822410001393905-18-000218
10-Q2018-02-16fiscal Q3 201823540001393905-18-000063
10-Q2017-11-20fiscal Q2 201823520001393905-17-000367
10-Q2017-08-21fiscal Q1 201823440001393905-17-000248
10-K2017-06-29fiscal FY 201717360001393905-17-000195
10-Q2017-02-08fiscal Q3 201717470001393905-17-000022
10-Q2016-11-03fiscal Q2 201717460001393905-16-001074
10-Q2016-08-15fiscal Q1 201719390001393905-16-001002
10-K2016-06-28fiscal FY 201623440001393905-16-000960
10-Q2016-02-04fiscal Q3 201620520001393905-16-000713
10-Q2015-11-13fiscal Q2 201619510001393905-15-000599
10-Q2015-08-12fiscal Q1 201619400001393905-15-000389
10-K2015-07-16fiscal FY 201520390001393905-15-000361
10-Q2015-02-17fiscal Q3 201520510001393905-15-000066
10-Q2014-11-17fiscal Q2 201518490001393905-14-000645
10-Q2014-08-15fiscal Q1 201520480001393905-14-000481
10-K2014-06-30fiscal FY 201422530001393905-14-000388
10-Q/A2014-04-02fiscal Q2 201322630001095435-14-000040
10-Q/A2014-04-02fiscal Q1 201322490001095435-14-000039
10-K/A2014-02-27fiscal FY 201222490001095435-14-000034
10-K/A2014-02-20fiscal FY 201222490001095435-14-000021
10-Q2014-02-18fiscal Q3 201322620001095435-14-000019
10-K/A2014-02-10fiscal FY 201222490001095435-14-000011
10-K/A2013-12-23fiscal FY 201223500001095435-13-000089
10-Q2013-11-12fiscal Q2 201323650001095435-13-000068
10-Q2013-08-14fiscal Q1 201323510001095435-13-000052
10-K2013-07-09fiscal FY 201223500001095435-13-000040
10-Q2013-02-19fiscal Q3 201223660001095435-13-000018
10-Q2012-11-21fiscal Q2 201221570001095435-12-000063
10-Q/A2012-09-20fiscal Q1 201217340001095435-12-000054
10-K2012-06-22fiscal FY 201117510001095435-12-000018
10-Q2012-02-14fiscal Q3 201114600001095435-12-000005
10-Q2011-11-07fiscal Q2 201114580001095435-11-000084
10-Q/A2011-09-01fiscal Q1 201113410001095435-11-000062

Inspect the source

Entity
Plyzer Technologies Inc. / CIK 0001334589
Captured
SEC response SHA-256
fb566f69e780b97c64be78a8c24bd4436769990bf3a97ba9217d77c1da0fa9f7

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