Skip to content

MetaStat, Inc.: filings

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

Filing record ends 2018-05-29

The latest filing in this captured record is a 10-K filed 2018-05-29. No later filing is in the SEC companyfacts record captured on 2026-09-23. MetaStat, 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-K2018-05-29fiscal FY 201827550001654954-18-006005
10-Q2018-01-16fiscal Q3 201829780001654954-18-000434
10-Q2017-10-16fiscal Q2 201827740001654954-17-009481
10-Q2017-07-17fiscal Q1 201827540001654954-17-006493
10-K2017-05-30fiscal FY 201729580001415889-17-000875
10-Q2017-01-17fiscal Q3 201727720001654954-17-000305
10-Q2016-10-14fiscal Q2 201727720001654954-16-002855
10-Q2016-07-14fiscal Q1 201727540001415889-16-006491
10-K2016-05-31fiscal FY 201629580001415889-16-006045
10-Q2016-01-14fiscal Q3 201627690001415889-16-004428
10-Q2015-10-15fiscal Q2 201626650001415889-15-003417
10-Q2015-07-15fiscal Q1 201626500001415889-15-002400
10-K2015-05-28fiscal FY 201526510001415889-15-001903
10-Q2015-01-14fiscal Q3 201421520001415889-15-000135
10-Q2014-10-15fiscal Q2 201420480001415889-14-003093
10-Q2014-07-15fiscal Q1 201425460001415889-14-002143
10-K2014-06-13fiscal FY 201423620001415889-14-001879
10-Q2014-06-12fiscal Q3 201423690001415889-14-001867
10-Q2014-06-12fiscal Q2 201423690001415889-14-001865
10-Q2014-06-12fiscal Q1 201423560001415889-14-001863
10-Q2014-01-14fiscal Q3 201323710001415889-14-000147
10-Q2013-10-15fiscal Q2 201323700001415889-13-002042
10-Q2013-07-15fiscal Q1 201323560001415889-13-001395
10-K2013-05-28fiscal FY 201222580001415889-13-001075
10-Q2013-01-14fiscal Q3 201223660001415889-13-000065
10-Q2012-10-18fiscal Q2 201221610001415889-12-001508
10-Q2012-07-23fiscal Q1 201219430001415889-12-001075
10-K2012-06-13fiscal FY 201118470001415889-12-000892
10-Q/A2012-02-23fiscal Q3 201112380001144204-12-010541
10-Q/A2012-02-23fiscal Q2 201112380001144204-12-010539

Inspect the source

Entity
MetaStat, Inc. / CIK 0001404943
Captured
SEC response SHA-256
679186950049ec78bce6c87ec561c7c5089b61dc55e17408c4ad0b95be0e66a4

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