Skip to content

Phoenix Life Sciences International Limited.: filings

Every Phoenix Life Sciences International Limited. 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 2020-04-10

The latest filing in this captured record is a 10-K filed 2020-04-10. No later filing is in the SEC companyfacts record captured on 2026-09-23. Phoenix Life Sciences International Limited. 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-K2020-04-10fiscal FY 201927550001078782-20-000245
10-Q2019-05-24fiscal Q3 201921480001387131-19-003922
10-Q2019-04-25fiscal Q2 201915400001387131-19-002919
10-Q2019-04-25fiscal Q1 201915300001387131-19-002916
10-K2019-04-22fiscal FY 201815300001387131-19-002797
10-Q2019-04-19fiscal Q1 201817330001387131-19-002776
10-Q2019-04-19fiscal Q2 201817460001387131-19-002775
10-Q2019-04-19fiscal Q3 201815420001387131-19-002774
10-Q2019-04-18fiscal Q3 201719470001387131-19-002750
10-Q2019-04-18fiscal Q2 201723570001387131-19-002745
10-Q2019-04-17fiscal Q1 201722390001387131-19-002723
10-Q2019-04-16fiscal Q3 201623570001387131-19-002682
10-K2019-04-09fiscal FY 201718330001387131-19-002565
10-K2019-03-13fiscal FY 201622420001387131-19-001904
10-K/A2019-03-04fiscal FY 201523320001387131-19-001719
10-Q2016-01-19fiscal Q2 201622510001014897-16-000432
10-K2015-08-28fiscal FY 201521420001014897-15-000278
10-Q2015-08-10fiscal Q1 201621420001014897-15-000235
10-K2015-07-29fiscal FY 201520400001014897-15-000226
10-Q2015-03-09fiscal Q3 201519520001014897-15-000059
10-Q2015-01-20fiscal Q3 201519520001014897-15-000018
10-Q2014-11-25fiscal Q2 201519520001014897-14-000497
10-Q2014-10-20fiscal Q2 201519520001014897-14-000433
10-Q2014-07-21fiscal Q1 201514270001014897-14-000309
10-K2014-06-13fiscal FY 201420280001014897-14-000267
10-Q2014-01-21fiscal Q3 201325820001078782-14-000077
10-Q2013-10-21fiscal Q2 201325860001078782-13-002067
10-Q2013-07-15fiscal Q1 201321560001078782-13-001345
10-K/A2013-06-19fiscal FY 201224620001078782-13-001230
10-Q2013-04-23fiscal Q3 201223760001078782-13-000816
10-Q2013-04-23fiscal Q2 201224790001078782-13-000814
10-Q2013-04-23fiscal Q1 201223630001078782-13-000812
10-K2012-10-12fiscal FY 201123620001078782-12-002621
10-Q2012-01-23fiscal Q3 201119600001078782-12-000172
10-Q/A2011-10-31fiscal Q2 201120650001078782-11-003101

Inspect the source

Entity
Phoenix Life Sciences International Limited. / CIK 0001493212
Captured
SEC response SHA-256
e9e4eff3c476f5eb033bab91a133e7dfeaf63cfa51c8097afeedbc2cb284bfb3

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