Skip to content

PetLife Pharmaceuticals, Inc.: filings

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

Filing record ends 2018-07-17

The latest filing in this captured record is a 10-Q filed 2018-07-17. No later filing is in the SEC companyfacts record captured on 2026-09-23. PetLife Pharmaceuticals, 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-Q2018-07-17fiscal Q2 201817440001493152-18-010103
10-Q2018-01-22fiscal Q1 201817360001493152-18-000833
10-K2017-12-15fiscal FY 201718360001493152-17-014624
10-Q2017-07-18fiscal Q3 201720420001493152-17-007933
10-Q2017-04-14fiscal Q2 201718390001493152-17-003868
10-Q2017-02-10fiscal Q1 201716300001493152-17-001329
10-K2016-12-21fiscal FY 201618360001493152-16-016114
10-Q2016-07-21fiscal Q3 201616360001493152-16-011672
10-Q2016-04-19fiscal Q2 201617390001493152-16-009048
10-Q2016-01-14fiscal Q1 201617310001493152-16-006776
10-K/A2016-01-06fiscal FY 201520350001493152-16-006631
10-K2016-01-05fiscal FY 201520350001493152-16-006570
10-Q2015-12-31fiscal Q3 201518380001493152-15-006520
10-Q2015-12-31fiscal Q2 201518400001493152-15-006514
10-Q2015-12-31fiscal Q1 201520270001493152-15-006511
10-K2015-12-31fiscal FY 201421430001493152-15-006481
10-Q2014-08-05fiscal Q3 201420530001079974-14-000573
10-Q2014-08-05fiscal Q2 201420510001079974-14-000572
10-Q2014-08-05fiscal Q1 201420410001079974-14-000571
10-K2014-07-21fiscal FY 201323510001079974-14-000556
10-Q2012-07-23fiscal Q3 201218450001096906-12-001843
10-Q2012-04-23fiscal Q2 201223590001096906-12-001025
10-K/A2012-04-05fiscal FY 201123240001096906-12-000814
10-Q/A2012-01-25fiscal Q1 201223480001096906-12-000124

Inspect the source

Entity
PetLife Pharmaceuticals, Inc. / CIK 0001354591
Captured
SEC response SHA-256
41a0ceb8f85d25ccf92688c1e58fdda5b8df53bc4f4e1ac81b38afabe0cc1efa

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