Skip to content

PROTECT PHARMACEUTICAL Corp: filings

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

Filing record ends 2019-03-06

The latest filing in this captured record is a 10-Q filed 2019-03-06. No later filing is in the SEC companyfacts record captured on 2026-09-23. PROTECT PHARMACEUTICAL 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-Q2019-03-06fiscal Q2 201821550001493152-19-002930
10-Q2019-03-01fiscal Q1 201820320001493152-19-002734
10-K2019-02-19fiscal FY 201721390001493152-19-002214
10-Q2019-02-08fiscal Q3 201721550001493152-19-001592
10-Q2019-02-07fiscal Q2 201716390001493152-19-001537
10-Q2017-05-19fiscal Q1 201717360001165527-17-000132
10-K2017-03-31fiscal FY 201616290001551163-17-000043
10-Q2016-11-21fiscal Q3 201613320001551163-16-000549
10-Q2016-08-15fiscal Q2 201613320001551163-16-000460
10-Q2016-05-23fiscal Q1 201613280001551163-16-000419
10-K2016-04-14fiscal FY 201514290001551163-16-000347
10-Q2015-11-16fiscal Q3 201514330001551163-15-000271
10-Q2015-08-14fiscal Q2 201512290001551163-15-000194
10-Q2015-05-15fiscal Q1 201512260001551163-15-000134
10-K2015-04-15fiscal FY 201415320001551163-15-000098
10-Q2014-11-17fiscal Q3 201413340001551163-14-000329
10-Q2014-08-19fiscal Q2 201416430001551163-14-000244
10-Q2014-05-15fiscal Q1 201415320001551163-14-000135
10-K2014-04-14fiscal FY 201316700001551163-14-000074
10-Q2013-11-19fiscal Q3 201314360001551163-13-000189
10-Q2013-08-19fiscal Q2 201314380001551163-13-000095
10-Q2013-07-15fiscal Q1 201314300001551163-13-000070
10-K2013-07-15fiscal FY 201217710001551163-13-000067
10-Q/A2013-07-10fiscal Q3 201214370001551163-13-000065
10-Q2013-06-13fiscal Q2 201213350001551163-13-000059
10-Q2013-06-13fiscal Q2 201213350001551163-13-000057
10-Q2013-05-31fiscal Q1 201213330001551163-13-000055
10-K/A2013-05-31fiscal FY 201115600001551163-13-000052
10-K/A2012-09-07fiscal FY 201113540001493526-12-000013
10-K2012-05-17fiscal FY 201112520001493526-12-000009
10-Q2011-08-15fiscal Q2 201111600001144204-11-046857

Inspect the source

Entity
PROTECT PHARMACEUTICAL Corp / CIK 0001493526
Captured
SEC response SHA-256
bf1ce86f3a2d5eb5f9d9f7f0fbe211675520a0792f638ea498f1809d5f6f06c8

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