Skip to content

MyDx, Inc.: filings

Every MyDx, 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 2019-11-19

The latest filing in this captured record is a 10-Q filed 2019-11-19. No later filing is in the SEC companyfacts record captured on 2026-09-22. MyDx, 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-11-19fiscal Q3 2019331020001213900-19-024081
10-Q2019-10-04fiscal Q2 2019351050001213900-19-019669
10-Q2019-06-07fiscal Q1 201935720001213900-19-010344
10-K2019-04-25fiscal FY 201838730001213900-19-007079
10-Q2018-11-20fiscal Q3 201831820001213900-18-016334
10-Q2018-08-14fiscal Q2 201836990001213900-18-011045
10-Q2018-05-22fiscal Q1 201835690001213900-18-006712
10-K2018-04-17fiscal FY 201738740001213900-18-004614
10-Q2017-11-14fiscal Q3 201736910001213900-17-012098
10-Q2017-08-21fiscal Q2 2017401080001213900-17-008986
10-Q2017-08-21fiscal Q1 201736700001213900-17-008984
10-Q2017-05-22fiscal Q1 201736710001213900-17-005723
10-K/A2017-04-26fiscal FY 201638760001213900-17-004245
10-K2017-04-20fiscal FY 201638760001213900-17-004051
10-Q2016-11-23fiscal Q3 201636890001213900-16-018918
10-Q2016-08-15fiscal Q2 201635820001213900-16-015883
10-Q2016-05-20fiscal Q1 201635680001213900-16-013662
10-K2016-04-27fiscal FY 201537700001213900-16-012809
10-Q2015-11-23fiscal Q3 201532740001213900-15-009021
10-Q2015-08-19fiscal Q2 201529640001213900-15-006379
10-Q2015-03-13fiscal Q2 201518510001213900-15-001747
10-Q2014-12-15fiscal Q1 201516400001213900-14-008910
10-K2014-09-29fiscal FY 201418440001582341-14-000018
10-Q2014-06-11fiscal Q3 201417530001582341-14-000014

Inspect the source

Entity
MyDx, Inc. / CIK 0001582341
Captured
SEC response SHA-256
e2159139c7e1ef755ece1b35da98cdbc533a2093f7c25c38145e5950b368dda8

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