Skip to content

Plastic2Oil, Inc.: filings

Every Plastic2Oil, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 35 filings, each linked to its SEC index.

Filing record ends 2019-12-16

The latest filing in this captured record is a 10-Q filed 2019-12-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. Plastic2Oil, 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-Q2019-12-16fiscal Q3 201932880001493152-19-019294
10-Q2019-09-11fiscal Q2 201930810001493152-19-013986
10-K/A2019-09-11fiscal FY 201833660001493152-19-013964
10-Q2019-06-13fiscal Q1 201930610001493152-19-009106
10-K2019-06-04fiscal FY 201833660001493152-19-008656
10-Q2018-11-14fiscal Q3 201831770001493152-18-016143
10-Q2018-08-14fiscal Q2 201831760001493152-18-011843
10-Q2018-06-29fiscal Q1 201831610001493152-18-009432
10-K2018-04-02fiscal FY 201735680001493152-18-004552
10-Q2017-11-13fiscal Q3 201732790001493152-17-012938
10-Q2017-08-10fiscal Q2 201731780001493152-17-008869
10-Q2017-05-15fiscal Q1 201732640001493152-17-005356
10-K2017-04-07fiscal FY 201638750001493152-17-003674
10-Q2016-11-21fiscal Q3 201635820001493152-16-015338
10-Q2016-08-22fiscal Q2 201635850001493152-16-012756
10-Q2016-05-25fiscal Q1 201632630001493152-16-010280
10-K2016-04-14fiscal FY 201539790001493152-16-008889
10-Q2015-11-12fiscal Q3 2015391000001493152-15-005374
10-Q2015-08-07fiscal Q2 2015401030001493152-15-003432
10-Q2015-05-18fiscal Q1 201537740001493152-15-002065
10-K2015-03-31fiscal FY 201438790001493152-15-001167
10-Q2014-11-14fiscal Q2 201438950001264931-14-000474
10-Q2014-08-28fiscal Q1 201439810001264931-14-000416
10-Q2014-08-14fiscal Q2 201436900001264931-14-000399
10-K2014-06-04fiscal FY 201336760001213900-14-003943
10-Q/A2013-11-12fiscal Q3 201337990001213900-13-006274
10-Q2013-08-15fiscal Q2 201336950001213900-13-004396
10-Q2013-05-10fiscal Q1 201337760001213900-13-002375
10-K2013-03-15fiscal FY 2012361280001213900-13-001144
10-Q2012-11-08fiscal Q3 201234860001213900-12-005970
10-Q2012-08-09fiscal Q2 201233810001213900-12-004315
10-Q2012-05-15fiscal Q1 201232660001213900-12-002574
10-K2012-03-19fiscal FY 201133680001213900-12-001206
10-Q2011-11-21fiscal Q3 201130800001213900-11-006335
10-Q2011-08-22fiscal Q2 201130800001213900-11-004691

Inspect the source

Entity
Plastic2Oil, Inc. / CIK 0001381105
Captured
SEC response SHA-256
2664a1fda0336632d0442a0ccb73c2b85094a90435209d8084d76f15dc6a3236

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